html, body{
	padding: 0;
	margin: 0;
	background-color: #9eb345;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Helvetica;
	font-size: 15px;
	line-height: 20px;
	}
	
a{
	text-decoration: underline;
	color: #ee5301;
	}
	
#page, #header, #nav, #content, #footer{
	width: 833px;
	margin: 0;
	padding: 0;
	}
/*******************************************/
#page{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#header{
	height: 81px;
	background-image: url(images/header_elker.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/*********************************************NAV**/

#nav{
	height: 25px;
	background-color: #ee5301;
	margin-bottom: 10px;
	}
	
#navinnen {padding:  2px 0 0 14px;}
	
#navul , #footerul, #footerul2, #textul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	color: #fff;
	}
	
	
#navul li{
	float: left;
	padding-right: 12px;
	}
	
#navul li a, #footerul li a, #footerul2 li a{
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
	}

#navul li a:hover, #footerul li a:hover{color: #def96d;}, #footerul2 li a:hover{color: #def96d;}
/********************************************NAV*ENDE**/

#footerul, #footerul2{
	font-size: 14px;
	padding-top: 1px;
	}
	
#footerul li{
	float: right;
	padding-right: 12px;
	}

#footerul2 li{
	float: left;
	padding-left: 12px;
	}


/*******************************************/

#textul {
	color: #ee5301;
	text-decoration: none;
	padding-bottom: 25px;
	}

#textul li{
	float: left;
	padding-right: 15px;
	}
	
	
#textul li a{
	text-decoration: none;
	padding-right: 15px;
	}
	

/*******************************************/

#content{
	background-color: #fcfbe9;
	background-image: url(images/logo_elker.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#links{
	width: 300px;
	float: left;
	}
	
#rechts{
	width: 530px;
	float: right;
	}
	
#rechtsinnen{
	padding: 0 30px 30px 0;
	}
	
#footer{
	height: 25px;
	background-color: #ee5301;
	margin-top: 10px;
	}
/*******************************************/
#clear{clear: both;}

h1, h2{
	margin: 0;
	padding: 0;
	}

h1{
	padding-top: 20px;
	padding-bottom:0px;
	color: #ee5301;
	font-weight: bold;
	font-size: 18px;
	}

h2{
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #f15201;
	}


.onsite a{
	font-weight: bold;
	}
