html,body {
	width: 100%;
	height: 100%;
	text-align:left;
	font-size: 18px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	
}


.clear {
	clear: both;
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size: 18px;
}

a {
	color: #000; 
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	text-decoration: underline;
}


h1 {
	text-align:center;
	color: #808080;
	font-size: 18px;
	font-weight:normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	/*border-top: 2px #06c dotted;*/
	padding-top: 10px;
	color: #036;
	margin: 0px 0px 10px 0px;
}

h6 {
	text-align: left;
	font-size: 8px;
}

.balken{
	text-align: left;
	background-image: url(images/balken1.gif);
	background-repeat: no-repeat;
	line-height: 22px;
}




#outer-wrapper{

	width: 905px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
* html #outer-wrapper {height: 100%;}



#inner-wrapper {
	width: 885px;
	margin: 10px 10px;
}










/* Navigation */



#nav{
	background-image: url(images/navbg.jpg);
	
	padding: 10px 40px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 805px;
	height: 40px;
	color: #fff;
	font-size: 12px;
}

#nav a {
	
	border-right: 1px solid #999;
	color: #fff;
	float: left;
	padding: 0px 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;

}
#nav a:hover {
	background-color:#333333;
	background-position: left bottom;
	height: 40px;
}



#body {
	margin: 0;
	padding: 0;
}


#content {
	
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 25px 45px;
	width: 810px;
	height: 100%;
	min-height: 500px;
	color: #939393;
	background-image: url(images/contunten1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content h3{
	margin: -25px 0px 0px -45px;
	padding: 25px 25px 25px 45px;
	width: 810px;
	height: 50px;
	text-align:center;
	color: #808080;
	font-size: 18px;
	font-weight:normal;
	background-image: url(images/contoben1.jpg);
	
}


#content .img {
	padding: 0px 5px 5px 0px;
}

#content .links {
	float: left;
	padding-right: 20px;
}

#content a{
	color: #939393;
	text-decoration: underline;
	
}

#content a:hover {
	text-decoration: none;
}


/* Footer */

#footer{
	background-image: url(images/navbg.jpg);
	clear: both;
	padding: 22px 40px;
	margin: 0px 0px 0px px;
	float: left;
	width: 805px;
	height: 18px;
	color: #fff;
	font-size: 13px;
}
