/* Page properties */

body {
	padding: 0px;
	margin: 0px;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(../bilder/bg_texture.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


/* Page Design*/
#mainbox {
	width: 650px;
	position: relative;
	height: 20px;
	z-index: 10;
	background-color: #FEFEFE;
	top: 110px;
	margin: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7A7A7A;
	border-right-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	border-left-color: #7A7A7A;
	
}
#mainbox2 {
	width: 610px;
	position: relative;
	height: 320px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	background-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	top: 110px;
	margin: auto;
	overflow-X: auto;
	overflow-y: auto;
}
#main {
	width: 610px;
	position: relative;
	height: 320px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	background-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	top: 110px;
	margin: auto;
	overflow-X: auto;
	overflow-y: auto;
}
#bottom {
	width: 652px;
	position: absolute;
	height: 30px;
	z-index: 12;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 515px;
	text-align: center;
}

#logga {
	z-index: 11;
	position: absolute;
	margin-top: -45px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 150px;
	top: 28px;
	left: 3px;
	height: 186px;
}

#holder {
	z-index: 2;
	position: relative;
	margin: auto;
	height: 600px;
	width: 650px;
	clear: both;
	top: 50px;
}

.myBox
{
	width: 650px;
	height: 530px;
	position: relative;
	background-repeat: repeat-x;
	border: 2px solid #EAEAEA;
	background-image: url(../bilder/tonad.jpg);
	z-index: 2;
	background-color: #666666;
}

a.srollover {
	display: block;
	width: 110px;
	height: 135px;
	background: url("../bilder/1.png") 0 0 no-repeat;
	text-decoration: none;
	margin: 10px;
}
a:hover.srollover {
	background-image: url(../bilder/2.png);
	margin: 10px;
}

#rotator
{
  background: url(../bilder/startpage/rotator.php) no-repeat center center;
  width: 610px;
	position: relative;
	height: 350px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	background-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	top: 110px;
	margin: auto;
	overflow-X: auto;
}
