/*
Theme Name: Skrot Lortet
Theme URI: http://www.skrotlortet.dk
Description: Design til Skrotlortet.dk
Version: 1.0
Author: Micki Rasander Pedersen, Rasander IT
Author URI: http://www.rasander.dk/

*/


/* SITE STRUCTURE */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	background-color: #0970b5;
}

a img {
	border: none;
}


h1 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}


h2 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
}

p.lab, p.lab2 {
	clear: both;
	color: #fecc0a;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
}

p.lab2 {
	color: #ffffff;
}

div#site {
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

div#headerlogo {
	display: block;
	float: left;
	width: 832px;
	height: 117px;
}

div.hr {
	display: block;
	float: left;
	clear: both;
	width: 832px;
	height: 9px;
	background-image: url(images/hrbg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#footer {
	display: block;
	float: left;
	width: 832px;
	margin-top: 16px;
	padding-bottom: 20px;
	text-align: center;
}

div#footer address {
	text-decoration: none;
	font-style: normal;
	font-size: 10px;
}

div#messages {
	display: block;
	float: left;
	width: 832px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
}

/* MENU */

div#headermenu {
	display: block;
	float: left;
	width: 832px;
	height: 60px;
	margin-top: 25px;
	background-image: url(images/headermenubg.png);
	background-repeat: no-repeat;
	text-align: center;
	
}

div#headermenu ul {
	margin-top: 10px;
	list-style-type: none;	
}
div#headermenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

div#headermenu li a {
	color: #ffffff;
	text-decoration: none;
}
div#headermenu li a:hover {
	color: #ffcb00;
}


/* FRONTPAGE - FORMULAR */

div#formular {
	display: block;
	float: left;
	width: 832px;
	margin-top: 20px;
}

div#formular div.forminputbox {
	float: left;
	width: 301px;
	height: 240px;
	background-image: url(images/forminputboxbg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 4px;
	text-align: center;
}

div#formular div.formsubmitbox {
	float: left;
	width: 214px;
	height: 231px;
	padding-top: 54px;
	padding-right: 6px;
	background-image: url(images/formsubmitboxbg.png);
	background-repeat: no-repeat;
	text-align: center;
}

div#formular div.forminputbox input {
	border: 1px solid #000000;
	width: 188px;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
}	

/* PRICE BOXES */


div#priceboxarea {
	float: left;
	clear: both;
	display: block;
	width: 808px;
	margin-top: 30px;
	padding-left: 24px;
	text-align: center;

}

div.pricebox {
	float: left;
	width: 167px;
	height: 94px;
	padding-top: 16px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(images/priceboxbg.png);
	background-repeat: no-repeat;
}

div.pricebox p {
	font-weight: normal;
	margin-bottom: 6px;
}


/* TEXTCONTENT */

div.textcontent {
	float: left;
	width: 310px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 53px;
	padding-right: 53px;
}
div.wide {
	clear: both;
	width: 726px;
}

div.textcontent a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #dee8ff;
}