/** Hauptstylesheet 08-2004 _ VERSION 3.0 **/


body {
	font-size: 80%;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #ffffff;
}


h1 {
font-family: "trebuchet ms", Myriad, Arial, Sans-Serif;
}
h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	line-height: 130%;
	font-weight: normal;
}
h3 {
	font-family: Arial, Sans-Serif;
	line-height: 130%;
	font-weight: normal;
	border-bottom: 1px solid #c0b090;
}
dt {
	font-family: Arial, Sans-Serif;
	margin-top: 8px;
}
dd {
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	}


/* LINKS generell */

a:link {
	color: #3300CC;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003399;
	text-decoration: underline;
	background-color: #dddddd;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}


/*LINKS LEftnav */

#navi a {
display: block;
width: 100px;
margin: 3px 0px 1px 1px;
padding: 0 2px 0 10px;
border-bottom: 1px solid #c0b090;
border-left: 10px solid #555555;
background-color: #eeeeee;
color: #600;
text-decoration: none;
}
#navi a:visited {
	border-left: 10px solid #000000;
	background-color: #eeeeee;
	color: Olive;
}
#navi a:hover, #navi a:active {
	border-left: 10px solid Navy;
	background-color: #ffffff;
	color: Olive;
}


/* start kopfteil */
	
#logotd {
	text-align: right;
	vertical-align: middle;
	background-color: #fff;
}
	
#hnav {
	font-size:1em;
	vertical-align: middle;
}
	
#tabname {
	padding: 1em;
	font-size:1em;
	vertical-align: top;
}
	
#tabtext {
	padding: 1em;
	font-size:1em;
	vertical-align: top;
}
	
#titel {
	width: 70%;
	padding-left: 186px;
	margin:1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: black;
	clear: left;
}

/* Hauptteile Positionen*/

#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:3;
	font-family: Arial, Sans-Serif;
	width: 120px;
	height: 240px;
	margin:12px 12px 0px 9px;
	font-size:1em;
	padding:1em;
	background-color: #dcdcdc;
}

#inhalt {
	margin-left: 200px; 
	padding: 1px 0 10px 0;
	width: 70%;
	line-height: 140%;
	z-index:1;
}

#footer {
	width: 70%;
	padding-left: 180px;
	margin:0px 12px 12px 9px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:  black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: #ffffff;
	clear: left;
}
#subline {
	width: 70%;
	padding-left: 180px;
	margin:0px 12px 12px 9px;
	clear: left;
}


/* Sonstiges*/

hr {
	height: 1px;
	color: #dcdcdc;
}
acronym {
	color: #660000;
	background-color: #ffffcc;
}
abbr {
	color: #660000;
	background-color: #ffffcc;
}

.rubrik {
	display: block;
	width: 90%;
	margin: 3px 0px 1px 1px;
	padding: 0 2px 0 10px;
	border-bottom: 1px solid #999999;
	border-left: 4px solid Navy;
	background-color: #eeeeee;
	color: #000;
}
.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
   font-size: xx-small;
}
.small {
	font-family: Arial, Sans-Serif;
	font-size: small;
	padding: 2px 0 2px 0;
}
.whiteout {
   background: #fff;
   color: #fff;
}
