
* {padding: 0; border: 0; }

body { 
	background-color: #000; 
	font-family: arial, helvetica, san-serif; 
	behavior: url(css/csshover2.htc); }


	

p { color: black; font-size: 11px; line-height: 1.5em; padding: 15px 20px 5px 5px;}

h1 { color: red; font-size: 13px; font-weight: bold; line-height: 1.0em; padding: 1px 1px 1px 1px; }

h2 { color: #7b7b7b; font-size: 12px; line-height: 1.0em;}

ul {list-style: square}

a {font-size: 11px; text-decoration: none}

.schlagwort { font-style: oblique; text-indent: 20px; }
/*-----------------------------------------------------------------*/
/*--- top ---------------------------------------------------------*/

/*--- header ------------------------------------------------------*/
#header {
	top: 20px;
	height: 160px;
	width: 800px;
	overflow: hidden;
	}
	
#header img {display: block; z-index: 2;}

#header h1 {top: 60px; left: 60px; color: white; font-size: 36px; z-index: 1;}
	
/*--- register ----------------------------------------------------*/
#navcontainer {
		float: left;
        background: #ccc;
        width: 800px;
		}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
		}

ul#navlist {
        list-style: circle;
        padding: 0;
        margin: 0;
        width: 800px;       
        font-size: 11px;
        font-weight: bold;
		}

ul#navlist li {
        display: block;
        float: left;
        width: 100px;
		}

ul#navlist li a {
        display: block;
        width: 100px;
        padding: 0;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
		}

#navcontainer>ul#navlist li a { width: 100px; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
		}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
		}

/*-----------------------------------------------------------------*/	
/*--- inhalt = menue + main ---------------------------------------*/
#inhalt { 
	top: 210px; 
	width: 800px; 
	min-height: 450px; 
	background-color: #e1e1e1; 
	/*display: block;*/
	}
		
		
/*--- menue -------------------------------------------------------*/
div#menue { width: 200px; min-height: 450px; float: left;}
	
div#menue ul { margin: 0px; padding: 0; width: 150px;}
	
div#menue li { position: relative; list-style: none; margin: 10; width: 150px; display: block; }
	
div#menue li a:hover {
	background: #ffd200;}
	
div#menue li a {
	display: block;
	padding: 2 10 2 10;
	text-decoration: none;
	color: black;
	width: 150px;
	background: #d3d3d3;
	}

/*--- main --------------------------------------------------------*/
#main { 
	background-color: #ffc; 
	top: 0;
	left: 200px;
	float: left;
	width: 600px;
	min-height: 450px;
	padding: 10px 0px;
	}
	
#main h1, h2, h3, p { padding: 5px 10px 5px 5px; }

#main li { margin-left: 40px; font-size: 11px;}

.links {float: left; }

.right {float: right; margin-right: 15px; }

/*-----------------------------------------------------------------*/
/*--- aktuell = newsletter + news ---------------------------------*/
#aktuell {
	top: 330px;
	width: 800px;
	height: 200px;
	display: block;
	}	
	
/*--- newsletter --------------------------------------------------*/
#newsletter {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	background-color: #e1e1e1;
	/*background-color: #ffd200;*/
	/*padding: 5px 0 0 10px;*/
	/*border-right: 1px solid grey;*/
	}
	
#newsletter h1 {margin-left: 5px;}
	
.clear {clear: both;}

/*--- news --------------------------------------------------------*/
#news {
	width: 600px;
	height: 200px;
	float: left;
	display: block;
	background-color: #ffd200;
	
	}	
	
#news h1 { margin: 1px; padding: 3px 0px; }
#news h2 { margin: 1px; padding: 3px 0px; }
#news p { font-style: normal; margin: 1px; padding: 1px 0px; }

#topics-rahmen {
	position: absolute;
	left:220px;
	width: 298px;
	height: 195px;
	padding: 0;
	margin-right: 3px;
	border-right: 1px solid grey;
	display: inline;
	}
#topics-rahmen dl {
	float: left;
	width: 280px;
	margin: 10px 5px;
	padding: 0;
	display: inline;
	}
#topics-rahmen dt {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
	color: red;
	}
#topics-rahmen dd {
	margin: 0 0 0 98px;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	}
#topics-rahmen dl dd.img {
	margin: 0;
	}
#topics-rahmen dd.img img{
	float: left;
	margin: 6px 8px 0 0;
	padding: 2px;
	border: dotted 1px #000;
	}
/*------------------------------------*/
#termin {
	position: absolute;
	left: 520px;
	width: 290px;
	height: 200px;
	padding: 5px;
	}	

/*------------------------------------------------------------------*/	
/*--- footer -------------------------------------------------------*/
#footer {
	width: 800px;
	height: 20px;
	background-color: #ccc;
	text-align: center;
	display: block;
	}	
	
#footer p{
	font-size: 9px; 
	color: red;}
	
#footer a{
	font-size: 9px; 
	font-weight: bold; 
	font-stretch: expanded; 
	color: red; 
	height: 20px; 
	display: inline; 
	padding: 2 10 2 10;
	}


