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

body {

}

#container {
	height: 525px;
	width: 1400px;
	padding-top: 25px;
}

#header {
	height: 235px;
	width: 1400px;
	float: left;
	background-image: url(../images/header_rekers.jpg);
}

#leftside {
	height: 315px;
	width: 240px;
	background-image: url(../images/leftside_rekers.jpg);
	float: left;
}

#nav {
	height: 315px;
	width: 160px;
	float: left;
}

#main {
	height: 315px;
	width: 500px;
	background-image: url(../images/main.jpg);
	float: left;
	padding-right: 25px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main2 {
	height: 315px;
	width: 200px;
	background-image: url(../images/main2.jpg);
	float: left;
}

#main3 {
	height: 315px;
	width: 500px;
	background-image: url(../images/main3.jpg);
	float: left;
	padding-right: 25px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main4 {
	height: 315px;
	width: 500px;
	background-image: url(../images/main4.jpg);
	float: left;
	padding-right: 25px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main5 {
	height: 315px;
	width: 500px;
	background-image: url(../images/main5.jpg);
	float: left;
	padding-right: 25px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main6 {
	height: 315px;
	width: 500px;
	background-image: url(../images/main6.jpg);
	float: left;
	padding-right: 25px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#rightside {
	height: 315px;
	width: 240px;
	background-image: url(../images/rightside_rekers.jpg);
	float: left;
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #494345;
	font-weight: bold;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: 1px;
	padding-top: 1px;
	* padding-top: 10px; /* IE7 hack */
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494345;
	font-weight: normal;
	font-size: 12px;
	padding-top: 8px;
	* padding-top: 0px; /* IE7 hack */
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
	padding-right: 24px;
	line-height: 19px;
	padding-top: 50px;

	* padding-top: 60px; /* IE7 hack */
}

h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #494345;
	font-weight: bold;
	font-size: 13px;
	word-spacing: 1px;
	letter-spacing: 1px;
	padding-top: 1px;
	* padding-top: 5px; /* IE7 hack */
}

h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #494345;
	font-weight: normal;
	font-size: 9px;
	word-spacing: 1px;
	letter-spacing: 1px;
	padding-top: 10px;
	* padding-top: 10px; /* IE7 hack */
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #595959;
	display: inline;
}

	a:hover, a:active{
	color: #fb620c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

label{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	font-weight: bold;
	color: #333333;
}

fieldset{
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	* padding-top: 0px; /* IE7 hack */
	padding-right: 0;
	padding-left: 0px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



input{
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 3px;
	background-color: #E5E5E5;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494345;
	border: 1px solid #999999;
}

textarea{
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 3px;
	background-color: #E5E5E5;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
}

.button{
	background-color: #E5E5E5;
	border: 1px solid #999999;
	color: #333333;
	font-weight: bold;
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

