/*Defines the background color and/or url to a background image*/
body{
	background: #000000;
	font-family:"Verdana", sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#343d45;
	text-align:left;
	text-decoration:none; 

}

*{ 	
	margin:0; 
	padding:0;
}

*img{ 
	border:0px;
}


/*
Defines the proportions of the site. 
#center controles all other subclasses. 

			You can centre your layout both vertically and horizontal:
		
			To centre your layout horizontally you should first define your total width (width:768px;) and then put the margin at half of your total width 
			(margin:auto auto auto -384px;). The same technique can also be used to centre vertically
*/

.center{ 

	position:relative; 

	width: 850px; 

	margin: 0px auto; 

}

.center_rot{ 

	position:relative; 

	width: 810px; 

	margin: 0px auto; 
	text-align: center;
	font-family:"Verdana", sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#fff;
	text-align:left;
	text-decoration:none; 

}

#rotavdrag_btn{
	position:absolute;
	top:231px;
	left:852px;
}

#hiss_flash{
	position:absolute;
	top:934px;
	left:405px;
	z-index:1;
}

#byggsida_flash{
	position:absolute;
	top:957px;
	left:405px;
	z-index:1;
}

#rot_krona{
text-align:center;

}


/*#site {
	position:absolute;
	margin-top:-25px;
}
*/

.h1{
	position:absolute;
	left:510px;
	top:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#414141;
	font-weight:bold;
}

.h2{
	position:absolute;
	width:270px;
	left:510px;
	top:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#414141;
	font-weight:bold;
}

.h3{
	position:absolute;
	width:270px;
	left:510px;
	top:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	font-weight:bold;
}

.btn_getflash{
	position:absolute;
	left:540px;
	top:520px;
}

#copyright{

	position:relative;
	width:1000px;
	font-family:"arial", sans-serif;
	font-weight:normal;
	font-size:7px;
	color:#ccc;
	letter-spacing:5px;
	text-align:center;

}







/*Defines the properties for the metatags*/

a{
	color:#a9a9a9;
	text-decoration:none;
}

a:hover{
	color:#ccc;
}

