@charset "utf-8";
/* CSS Document */

#container {
	width: 620px;
	background-color: #EAEAEA;
	overflow:hidden;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top_left, #top_center, #top_right {
	float:left;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

#top_left {
	width: 20px;
	height: 20px;
	background-image: url(../images/horn/top_left.gif);
	background-repeat: no-repeat;
}

#top_right {
	width: 20px;
	height: 20px;
	background-image: url(../images/horn/top_right.gif);
	background-repeat: no-repeat;
}

#top_center {
	width: 580px;
	height: 20px;
}

#banner {
	padding-bottom:5px;
}

#image_left, #image_right {
	float:left;
	border-bottom:thin;
	border-bottom-style:solid;
	border-top:thin;
	border-top-style:solid;
}

#image_left {
	width:310px;
	height:144px;
}

#image_right {
	width:310px;
	height:144px;
	background-color:#FFF;
}

#image_right img, #urdetaljer, #pendylursverk, #vaggursverk {
	display:block; /*allows the element to take auto 				margins*/ 
	margin:0 auto; /*centers in compliant browsers*/ 
}


body {
	background-color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	color:#036;
}

#navbar {
	margin-left:10px;
}

#navbar a {
	float:left;
	display:block;
	text-decoration:none;
	border:2px solid #999;
	padding:2px 50px 2px 50px;
	margin:3px 11px 3px 0px;
	color:#000;
	background-color: #E7E3CA;
}	

#navbar a:hover, #reservdelar:hover, #kombinationer:hover {
	background-color: #FFFBE0;
}

#content {
	padding:0px 20px 10px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
}

#reservdelar, #kombinationer {
	display:block;
	text-decoration:none;
	border:2px solid #999;
	padding:2px 19px 2px 19px;
	color:#000;
	width:250px;
	background-color: #E7E3CA;
	text-align:center;
}	

#kombinationer {
	margin-top:3px;
}

#address {
	padding:10px 20px 0px 20px;
	font-size:11px;
}

#bottom_left {
	background-image:url(../images/horn/bottom_left.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

#bottom_center {
	width: 580px;
	height: 19px;
	background-color: #EAEAEA;
}

#bottom_right {
	background-image:url(../images/horn/bottom_right.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

#bottom_left, #bottom_center, #bottom_right {
	float:left;
}

#bottom {
	margin: 0 auto;
	width:620px;
}
