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


body { 
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	margin-top: 0px;
	}

h12 {
	color:#008ac9;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	}

h13 {
	color:#5BAC26;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin-top: 0px;
	}


p { 
	font-size: 12px;
	font-weight: normal;
	}
	
a {
	color:#666666
	}
	
a img{border:none;}

#aussenrahmen {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 960px;
	margin: auto;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
}

#kopf {
	width: 960px;
	height: 140px;
	text-align: left;
}

#logo {
	width: 313px;
	height: 140px;
	background-image: url(../bilder/logo.jpg);
	float: left;
}

#navigation {
	width: 647px;
	height: 25px;
	background-color: #58585A;
	float: left;
	margin-top: 75px;
}

#mittelteil {
	width: 960px;
	height: 435px;
}

#bild {
	width: 335px;
	height: 435px;
	float: left;
}

#inhalt {
	width: 535px;
	height: 405px;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	display: block;
	overflow: auto;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

#fuss {
	width: 960px;
	height: 25px;
} 

#navigation ul {
	list-style-type: none;
	margin-top: 3px;
	
}

#navigation li a { 
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;

}

.aktiv a {
	color: #5BAC26;
}
	
.passiv a {
	color: #FFFFFF;
}

.passiv a:hover {
	color: #5BAC26;
}




	


