@charset "utf-8"; 

*{
	padding:0;
	margin:0;
	border-color: #D5E1F0;
}

 body {
 	font-size:62.5%; 
 	background-color:#ccffcc; 
	font-family:verdana,arial,sans-serif;
 } 
/* Container */
#wrapper {
	width:900px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px #cc0000; 
	border-bottom: 30px solid #cc0000;
	font-size:1.0em;
	background:transparent url(images/back_wrapper.jpg) top left repeat-y;
	}

#header {
	width:900px; 
	height:190px; 	
	}
	
#platzhalter {				/* Bereich unter header */
	width: 900px;
	height: 30px;
	background-color: #faebd7;
}
	
#links {
	width:200px; 
	margin: 0 0 0 10px; 
	float: left;
	}

#mitte {
	width:480px;
	;
	float: left;
	background-color:#faebd7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}

#mitte-text {
padding-left: 20Px;
font-size: 1.2em;
color: #000;
}

#mitte p {margin:0 0 1.0em 0; 
	line-height:1.5em; 
	}

#rechts {
	width:183px; 
	float: right;
	background-color:#faebd7;
	margin: 0 15px 30px 10px;
}

#clear {
	clear: both;
}

#footer {
	width: 900px;
	height: 40px;
	background-color: #ccoooo;	
}

/* Navigation links */

#navi-links{
	display:inline;
	float:left;
	width:200px;
	line-height:1.5em; 
	text-decoration:none; 
	color:#cc0000; 
	font-weight:bold; 
 }	

#navi-links h1.first {clear:both; 	/* Überschrift linke Navigation */
margin:0px; 
padding:10px 20px 8px 20px; 
background-color:#cc0000; 
font-family:verdana, arial, sans-serif; 
color:#ffd700; 
font-weight:bold; 
font-size:1.2em;
} 

.lili { 						/* Formatierung 2. Navigationsebene */
	font-size:9px;
	margin: 0 0 0 15px;
	font-weight: normal;
	color:#99cc99;	
}

#navi-links ul {
	list-style-type: none;	
	padding: 20px 0 0 30px;
}

#navi-links li {
	font-size:1.3em;
	}
		
#navi-links li a {
	text-decoration:none; 
	color:#cc0000; 
	line-height:1.5em; 
	}
	
#navi-links li a:hover {
	text-decoration:none; 
	color:#ee9d27; 
	}
		

/* Navigation footer */

#footer ul { float:right; 
	padding:0 10px 0 0; 
	font-weight:bold;
	}	
#footer li { display:inline; 
	list-style:none;
	}
#footer li a { display:block; 
	float:left; 
	padding:12px 5px 2px 5px; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:120%;
	}
#footer li a:hover {text-decoration:none; 
	color:#ee9d27;
	}
#footer li a:active {text-decoration:none; 
	color:#ee9d27;
	}

/* farbige Boxen */

dl.border-around
{
margin: 0 0;
padding: 0;
width: 183px;
}

.border-around dt
{
background-color: #BEBEBE;
color: #fff;
padding: .5em;
font-weight: bold;
text-transform: uppercase;
border-left: 1px solid #A9A6A6;
border-right: 1px solid #A9A6A6;
border-top: 1px solid #A9A6A6;
}

.border-around dd
{
margin: 0 0 1em 0;
background: #fff;
color: #666666;
padding: 1em .5em;
font-style: normal;
border-left: 1px solid #A9A6A6;
border-right: 1px solid #A9A6A6;
border-bottom: 1px solid #A9A6A6;
font-size: 1.1em;
}

dl.border-around-green
{
margin: 2em 0;
padding: 0;
width: 183px;
}
.border-around-green dt
{
background-color: #74D651;
color: #fff;
padding: .5em;
font-weight: bold;
text-transform: uppercase;
border-left: 1px solid #74D651;
border-right: 1px solid #74D651;
border-top: 1px solid #74D651;
}

.border-around-green dd
{
margin: 0 0 1em 0;
background: #D9EFB9;
color: #666666;
padding: 1em .5em;
font-style: normal;
border-left: 1px solid #74D651;
border-right: 1px solid #74D651;
border-bottom: 1px solid #74D651;
font-size: 1.1em;
}

dl.border-around-blue
{
margin: 2em 0;
padding: 0;
width: 183px;
}
.border-around-blue dt
{
background-color: #005aa0;
color: #fff;
padding: .5em;
font-weight: bold;
text-transform: uppercase;
border-left: 1px solid #005aa0;
border-right: 1px solid #005aa0;
border-top: 1px solid #005aa0;
}

.border-around-blue dd
{
margin: 0 0 1em 0;
background: #D5E1F0;
color: #666666;
padding: 1em .5em;
font-style: normal;
border-left: 1px solid #005aa0;
border-right: 1px solid #005aa0;
border-bottom: 1px solid #005aa0;
font-size: 1.1em;
}


dl.border-around-orange
{
margin: 2em 0;
padding: 0;
width: 183px;
}
.border-around-orange dt
{
background-color:#cc0000;
color: #ffd700;
padding: .5em;
font-weight: bold;
text-transform: uppercase;
border-left: 1px solid #ee9d27;
border-right: 1px solid #ee9d27;
border-top: 1px solid #ee9d27;
}

.border-around-orange dd
{
margin: 0 0 1em 0;
background: #ffd700;
color: #666666;
padding: 1em .5em;
font-style: normal;
border-left: 1px solid #ee9d27;
border-right: 1px solid #ee9d27;
border-bottom: 1px solid #ee9d27;
font-size: 1.1em;
}

.bild {
	
}
/* weiterer Text */

#mitte h1 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#005aa0; 
	font-weight:normal; 
	font-size:210%;
	}
#mitte h2 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#005aa0; 
	font-weight:normal; 
	font-size:170%;
	}
#mitte h3 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#005aa0; 
	font-weight:bold; 
	font-size:130%;
	} 

#mitte h4 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#005aa0; 
	font-weight:bold; 
	font-size:110%;
	} 
	
#mitte h5 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#005aa0; 
	font-weight:bold; 
	font-size:100%;
	} 
	
#mitte h6 {margin:1.0em 0 0.5em 0; 
	font-family:verdana,arial,sans-serif; 
	color:#cc0000; 
	font-weight:bold; 
	font-size:110%;
	} 
	/* Links im Content */
	
#mitte a {color:#005aa0); 
	font-weight:bold; 
	text-decoration:none;
	}
#mitte a:hover {color:#ee9d27; 
	text-decoration:underline;
	}
#mitte a:visited {color:#005aa0;
	}
