body {
	background-color:#000000;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

a:link img { border:0; }
a:visited img { border:0; }

/* Angaben für alle standardkonformen Browser */

#content_container
{
	border:1px;
	padding-bottom:3em;
}

#header
{
	margin: 0 0 0.7em;
	background-color:#000000;
	text-align:center;
	padding:10px;
	color:#a0a0a0;
	font-size:14pt;
}

#header a:link {
	color:#a0a0a0;	
	text-decoration:none;
}
#header a:visited {
	color:#a0a0a0;	
	text-decoration:none;
}

#footer
{
	position:fixed;
	bottom:0px;
	background-color:#000000;
	text-align:center;
	padding:10px;
	width:100%;
}
/* Angaben nur für den IE mit Star-HTML-Hack */
* html, * html body
{
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
}
* html #content_container 
{
	padding:0;
	height:90%;
	overflow:auto;
}

* html #footer 
{
	height:10%;
	text-align:center;
	padding-top:1%;
}


#menu_left {
	
	float:left;
	/*
	border:3px dotted #dedede;
	margin-left:75px;
	margin-right:75px;
	*/
	padding:10px;
	width:9em;
	/* border:0px; */
/*	
	border:3px dotted #dedede;
	background-color:silver;
*/
}

#menu_right {
	float:right;
	/*
	border:3px dotted #dedede;
	margin-left:75px;
	margin-right:75px;
	*/
	padding:10px;
	width:9em;
	/* border:0px; */
/*
	border:3px dotted #dedede;
	background-color:lightgray;
*/
}

/* IE more width for elements (reduces by margin and padding) */

* html #menu_left {
	width:10.5em;
}

* html #menu_right {
	width:10.5em;
}

/*
#menu_left li {
	list-style: none;
	margin:0;
	padding:0.3em;
}

#menu_left li#active {
	padding:0.5em;
	text-decoration:underline;
}

#menu_left a:link, #menu_left a:visited {

	display:block;
	background:#eee;
	color:black;
	text-decoration:none;
	margin:0;
	padding:0.2em;;

}

#menu_left a:hover {
	background:#4f4f4f;
	color:#ffffff;
	text-decoration:underline;
}
*/

.center_div {
	text-align:center;
}


.ul_type {
	text-decoration:underline;
}

#content {
	/* border:3px dotted #dedede; */
	padding:0em 1em 1em 1em;
	/*
	margin-left:75px;
	margin-right:75px;
	*/
	margin:0px auto;
	width:525px;
	min-height:480px;
	
	color:#a0a0a0;
	font-size:12pt;
	font-weight:bold;
	text-decoration: none;
}

#tabletitle {
	font-size:14pt;
	border-bottom: hidden;
}

#content a:link {
	color:#a0a0a0;	
	text-decoration:none;
}
#content a:visited {
	color:#a0a0a0;	
	text-decoration:none;
}

* html div#content {
	height:481px;  /* workaround 3-pixel-bug IE */
	width:525px;
	padding-top:1em;
}

#navi {
	margin:0px auto; text-align:center;
}
#navi ul{
	display: inline; list-style-type: none;
}
#navi li{
	display: inline; list-style-type: none;
}

#navi a:link, #navi a:visited {
	line-height:14px; font-weight: bold;
	text-decoration: none; color: #FFFFFF;
	background-color: #000000;
 	padding: 3px 15px;  margin: 4px;
}
#navi a:hover {
	color: #808080;
	/* border-left: 4px solid #AAAAAA; border-right: 4px solid #AAAAAA; */
	border-left: 4px solid #000000; border-right: 4px solid #000000;
	background-color: #000000;  margin: 4px 0;	
}
#navi #akt {
	/* color: #AAAAAA; */
	background-color: #000000;  margin: 4px 0;
	border-left: 4px solid #404040;
	border-right: 4px solid #404040;
} 

