body, table
{
	font-family: Tahoma, Verdana, sans-serif;
	color:$text;
	font-size:12px;
	line-height: 150%;
	margin-top: 5px;
}
body {
	 background: #f4f4f4;
	 background-position:center 0px;
}

a:text{color:#4c6baf;text-decoration: underline}
a:link{color:#4c6baf;text-decoration: none}
a:visited{color:#4c6baf;text-decoration: none}
a:active{color:#4c6baf;text-decoration: none}
a:hover{color:#4c6baf;text-decoration: none}

a.white:text{color:#ffffff;text-decoration: none}
a.white:link{color:#ffffff;text-decoration: none}
a.white:visited{color:#ffffff;text-decoration: none}
a.white:active{color:#ffffff;text-decoration: none}
a.white:hover{color:#ffffff;text-decoration: underline}



h1 { 
 margin-top:4px; 
 margin-bottom:4px; 
 font-size:15px;

 
}



#alles {
 background: #fff;
 margin: 0 auto;
 width: 980px;
 border-left: 0px solid #ccc;
}

#content {
 float: left;
 color: #000;
 width: 720px;
 display: inline;
 padding-left:15px;
 padding-right:15px;
 border: 0px solid #f90;
}

#mitte {
 border: 0px solid #999;
}


#header {
 font-size:11px;
 color: #fff;
 width: 980px;
 height: 20px;
 background: #4c6baf;
 border-left: 0px solid #fff;
}

#footer {
 width: 980px;
 height: 20px;
 clear: both;
 color: #fff;
 background: #4c6baf;
 border-top: 0px solid #ccc;
}

#footer_datum {
	background: <? echo $kopffuss; ?>;
	font-size:11px;
	float: left;
}
#footer_copyright {
	background: <? echo $kopffuss; ?>;
	font-size:11px;
	text-align: right;
}


#leftcolumn {
 	
 	width: 170px;
 	float: left;
 	padding-left:10px;
 	padding-right:20px;
 	border-left: 0px solid #ccc;
 }


.text_menu
{
	font-family : Tahoma;
	font-size : 12px;
	color : #FFFFFF;		/* textfarbe aktives feld */
	border: solid 1px #aaa;		/* rahmen aktives feld */
	background-color:#4c6baf;	/* hintergrundfarbe aktives feld */
	margin-bottom: -1px;		/* abstand zwischen menu und rand unten */
	margin-top: -1px;		/* abstand zwischen menu und rand oben */
	padding-left: 5px;
	height: 25px;
	line-height: 25px;


}

.text_menu_hauptpunkt
{
	font-family : Tahoma;
	font-size : 13px;
	color : #4c6baf;
	border: solid 2px #4c6baf;
	background-color:#cccccc;
	margin-bottom: 4px;	
	margin-top: 4px;	
	padding-left: 5px;
	height: 23px;
	line-height: 23px;
	font-weight : bold;
}

.text_menu_unterpunkt
{
	font-family : Tahoma;
	font-size : 12px;
	color : #FF9900;
	border: solid 1px #000000;
	background-color:#2f5065;
	margin-bottom: 0px;	
	margin-top: 2px;	
	padding-left: 5px;
	height: 25px;
	line-height: 25px;

}

#menu01 {
	width:175px;
	margin: 7px;			/* abstand von links */
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:3px;
	font: 12px tahoma;
}

#menu01 ul, #menu01 li {
	list-style-type: none;
        padding: 0px;
        margin: 0px;
}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {
	display:block;
	border: solid 1px #aaa;		/* rahmen nicht-aktives feld */
	color:#000000; 			/* textfarbe nicht aktives feld */
	text-decoration:none;
	margin-bottom: -1px;		/* abstand zwischen feldern unten */
	margin-top: -1px;		/* abstand zwischen feldern oben */
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
}


#menu01 li a:hover {
	background-color:#4c6baf;
	color:#ffffff;
	border: solid 1px #aaa;
}

#boxDiv {
	visibility: hidden;
}


#pscroller1	{
	width: 500px;
	height: 200px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
	float:center;
}