html, body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	}

#page, #header, #content, #footer, #nav{
	width: 980px;
	padding: 0;
	margin: 0;
}

#page{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#header{
	height: 195px;
}

#header img {
	width: 980px;
	height: 195px;
	display: block;
}

/***********************************************/

#nav{
	background-image: url(images/nav_hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	}
	
#navul{
	margin: 0;
	padding: 0;
	font-family: Arial;
	text-transform: uppercase;
	margin-left: 30px;
	}
	
#navul li{
	list-style-type: none;
	float: left;
	height: 72px;
	font-weight: bold;
	font-size: 110%;
	}
	
#navul li:hover,
#navul li.active {
	background-color: #fff;
	color: #c50c1f;
}
	
#navul li a{
	color: #101f69;
	height: 72px;
	/* display: block; */
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	padding-top: 10px;
	line-height: 40px;
	}
	
#navul li a:hover,
#navul li.active a {
	color: #c50c1f;
}
/***********************************************/
#content{
	background-image: url(images/h.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#links{
	width: 285px;
	float: left;
	}
	
#rechts{
	width: 700px;
	float: right;
	}

#rechtsinnen{
	padding-left: 45px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 25px;
	}
	
#footer{
	height: 62px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footerinnen{
	text-align: right;
	padding-top: 3px;
	padding-right: 30px;
}

#footer a{
	color: #c00c1e;
	text-decoration: none;
	}

#clear{clear: both;}

/******************************************************/

h1, h2, h3, p{
	margin: 0;
	padding: 0;
	}
	
h1{
	font-family: arial, helvetica, sans-serif;
	color: #c50c1f;
	font-size: 140%;
	padding-bottom: 10px;
	}
	
h2{
	color: #101f69;
	font-size: 110%;
	font-weight: bold;
	}
	
h3{
	font-family: arial, helvetica, sans-serif;
	color: #c50c1f;
	font-size: 100%;
	}	

a{
	color: #000;
	text-decoration: underline;}
	
a:hover{color: #c50c1f;}