body {
	margin:0;
	padding:0;
	font: normal 12px/16px Verdana, Helvetica, sans-serif;
	color: #000;
	background-color:#FFFFFF;
}


/*---------------------------------------------------------------------------------------------------------------------------
normale Links
-----------------------------------------------------------------------------------------------------------------------------*/

a {
	text-decoration: underline;
	color:  #000;
	outline: none;
	}
a:visited {
	color:  #000;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #900;
	text-decoration: underline;
	}
	


/*---------------------------------------------------------------------------------------------------------------------------
berschriften
-----------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color:#000;
	}

h3 {
	margin:0px 0px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color:#000;
}


/*---------------------------------------------------------------------------------------------------------------------------
Standards
-----------------------------------------------------------------------------------------------------------------------------*/	

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
	
p {
	font: normal 11px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin:0px 20px 4px 10px;
	padding:0;
	}

img {
	border: 0;
	}

.img_right {
	float:right;
	margin: 0px 0px 0px 4px;
	border: 0px;
	}
	
.img_left {
	float:left;
	margin: 0px 4px 0px 0px;
	border: 0px;
	}	
	
.nowrap {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

hr {
	background-color:#C0C0C0;
	color:#C0C0C0; 
	height: 2px;
	border:0;
}

#frame{
	margin-top:0px;
        margin-left:auto;
        margin-bottom:10px;
        margin-right:auto;
        width:762px;
	background-image:url(../pics/frame.gif);
	background-repeat:repeat-y;
}
#contentframe{
	margin-top:0px;
        margin-left:10px;
        margin-bottom:10px;
        margin-right:10px;
	padding-left:3px;
}
#navi{
	visibility:hidden;
	width:1px;
	height:1px;
	overflow:hidden;
	font-weight:bold;
}
#navi ul
{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
}
#navi ul ul
{
	margin-left: 0px;
	padding-left: 0px;

	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	color:#FFF;
}

#navi ul ul li a
{
padding-left:20px;
width:1px;
}

#navi ul ul a, a:link
{
	color:#FFF !important;
	background-color:#A4A4A4;
}
#navi a
{
	display: block;
	padding: 3px;	width: 1px;
	color:#DCEBF2;
	background-color: #A4A4A4;
	border-bottom: 1px solid #eee;
}

#navi a:link, #navlist a:visited
{
/*	color: ##D8D8D8;        */
   color:#fff;
	text-decoration: none;
}

#navi a:hover
{
	background-color: #11405A;
	color: #fff;
}

.aktiv
{
	background-color: #D8D8D8 !important;
	color: #FFFFFF !important;
}

#content {
	width:760px;
	margin:20px;
	color:#000;
}

#content td {
        color:#000;
}

#content a {
	text-decoration: underline;
	color: #000 !important;
	background-color:#fff;
	outline: none;
}

#content a:visited {
	color: #000;
}
	
#content a:active {
	color: #000;
}

#content a:hover {
	color: #900 !important;
	text-decoration: underline;
}

#footer {
	clear:both;
	height:70px;
	background-image:url(../pics/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
}

input, textarea, submit {
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}li {
	color: #000000;
}
ul {
	margin-top: 5px;
	padding-top: 5px;
}

.such_navi {
	text-align:center;
	margin:8px 0px 8px 0px;
}