/* CSS Document - www.loeprick.de  */

body{
	font: 13px "Arial", Verdana, Sans-serif;
	background-image:url(img/titel2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#container {
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
}

#header {
	float: left;
	background: url(../img/titel2.jpg) no-repeat;
	width: 1000px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#navigation {
	color: #3e647e;	
	float:left;
	color:#3e647e;
	width: 200px;
	height: 500px
}

ul#navlist{
	margin-left: 0;
	padding-left: 0;
	font-size:15px;
	margin-left: 50px;
	font-style: italic;
	line-height: 20px;
}

#navlist li{
	list-style-type: none;
}

#content {
	color: #3e647e;	
	width: 800px;
	font-size: 13px;
	line-height: 17px;
	float: left
}


p{
	padding-top:5px;
	color: #3e647e;
	line-height: 15px;
	z-index: 1;
}

h1{
	font-size:18px;
	padding:0px;
	color: #3e647e;
}

h2{
	font-size:16px;
	color: #3e647e;
	margin-bottom: 5px;
}

a {
	color: #d64c64;
	text-decoration:none;
}

a:hover{
	color: #7ea6c2;
}
#footer {
	color: #3e647e;	
	clear: both;
	font-size: 11px;
	width: 1000px;
	height: 30px;
	bottom: 0px;
	background-color:#75B9C5;
	position: fixed;
}


#on {
	color: #3e647e;
	font-weight:bold;
}

#navlist.active {
	color: #7ea6c2;;
}

#navlist a { 
	color: #3e647e;;
}

#navlist a:link{
	color: #3e647e;;
	text-decoration: none;	
}

#navlist a:visited{
	color: #3e647e;;
	text-decoration: none;
}


#navlist a:hover{
	color: #7ea6c2;
	text-decoration: none;
}

/* @end */

.info {
	color: #999;
}



