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

body{ background-color: #CCC; }
img {border: none;}
* { margin:0; padding:0; border:0; }

#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/contenthg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	height: 293px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/* -----   Navigation   ----- */

#navcontainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	background-image: url(../images/Navileiste.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 100%;
	float: left;
	padding: auto;
	list-style: none;
}
	
#nav li {
	float: left; }
	
#nav li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	display: block;
	text-decoration: none;
	color: #145ac2;
	margin-top: 2px;	
}

.navi {
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #145ac2;
	text-decoration: none;
}
a:link {color: #145ac2;text-decoration: none;}
a:hover {text-decoration: underline;font-weight: bold;color: #333;}


/* -----   Inhalt   ----- */

#inhalt1 {
	width: 880px;
	height: 550px;
	overflow: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
}

#inhalt1 table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*   -----  Classes  -----   */

.textzentriert {text-align: center;} 
.textlinks {text-align: left;} 
.fett {	font-weight: bold;}
.auswahl {color: #c00; font-weight: bold;}
.clear {clear: both;line-height: 0;font-size: 0;height: 0;}

/*   -----  Typo  -----   */

#inhalt1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	color: #066dcc;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-align: left;
}

/*   -----  Footer  -----   */

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	height: 24px;
	width: 900px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
#footer a, #footer a:visited {	color: #FFF; text-decoration:none;}
#footer a:hover {	color: #FC6; text-decoration:underline;	font-size: 10px;}


