/* Autor: Tobias Schiller 2005 */

/* grundlegende Stile */

body{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:100%;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#wrapper{
	margin: 0 auto auto 0;
	text-align: left;
	background-position: 200px;
}

#banner{
	height: 100px;
	background-image: url(../images/background_oben.gif);
	background-repeat: repeat;
}

#leftcol{
	margin-left: 10px;
	margin-top: 20px;
	width: 170px;
	margin-bottom: 20px;
	float: left;
}

#content{
	margin-left: 200px;
	width: 550px;
}

#fusszeile{
	width: 99%; 
	float:right;
}

/*Formate fuer linke Spalte: Navigation und Logos */

#leftcol #nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#leftcol #nav ul li {
	padding: 0;
	margin: 0; 
}

#leftcol #nav ul li a{
	background-color: #B5CE84;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none; 
	height: 1%;
}

#leftcol #nav ul li a.active{
	background-color: #CC0000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none; 
	height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
	background-color: #CC0000;
	color: #FFFFFF;
}

#leftcol #logos {
	margin: 80px 0 0 0;
	padding: 5px;
	border-color: #666666;
	border-style: dotted;
	border-width: 1px;
}

#logos p {
	text-align: center;
	color: #000000;
	font-size: 10px;
}

/*Formate fuer Contentbereich und Fusszeile*/

#content p, table, form{
	font-size: 12px;
	margin: 10px 20px;
	line-height: 15px;
}

#fusszeile p {
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#content h1{
	font-size: 19px;
	color: #CC0000;
	padding: 0;
	margin: 20px;
}

#content h2{
	font-size: 14px;
	color: #CC0000;
	padding: 0;
	margin: 20px auto 10px 20px;
}

#content form {
	float: none;
}

#content table{
	float: none;
}

#content table.rahmen {
	border: 1px dotted #666666;
}

#content td{
	padding: 6px;
}

#content a, #fusszeile a{
	color: #336600;
	text-decoration: none;
}

#content a:hover, #content a:focus, #fusszeile a:hover, #fusszeile a:focus {
	text-decoration: underline;
	color: #CC0000;
}

#formular {
	border: 1px dotted #666666;
	padding: 10px;
}

#formular p{
	margin: 10px 20px;
	font-size: 12px;
	line-height: 15px;
}

/*globale Formate */

.leftimage{
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.rightimage{
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}

.container{
	width: 99%; 
	float:right;
}

.klein {
	font-size: 9px;
}

.rahmen {
	border: 1px dotted #666666;
}

.rot {
	color: #CC0000;
}
