@charset "utf-8";
/* CSS Document */

/*HTML-Grundlayout*/
body 						{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px;
	background-color:#000000;
}

html 						{height:100%; width:100%;  margin:0; padding:0; overflow:scroll;}
/*Ende HTML-Grundlayout*/

#wrapper {height:100%;}
#aussen {
	width:910px;
	height:100%;
	text-align:left;
	border:1px solid #e5f2ed;
}

.headerbild {}

/*Hauptmenu*/

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {

position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 0;
z-index: 200;
background:transparent;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 8em;
	height: 1.5em;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: #282828;
	color: #e5f2ed;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
}
#menue .aussen:hover {
	height: auto;
	background-color: #797676;
	color: #e5f2ed;
}



a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
	display: block;
	width: 7.9em;
	padding: 2px 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #e5f2ed;
	background-color: #282828;
	color: #e5f2ed;
}
a:visited.innen,
a:visited.innen-1 {
	background-color: #282828;
	color:#e5f2ed;
}
a:hover.innen,
a:hover.innen-1 {
	background-color: #797676;
	color: #e5f2ed;
}

span.menutag {
display: block;
cursor: default;
}


++++++++++++++++++++
   CSS Teil II
++++++++++++++++++++

/*
	Menue-styles fuer IEs
	Am besten per Conditional Comment einbinden.
	Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
	Anpassungen vorgenommen werden (siehe Kommentare).
*/

#menue {
display:none;
}
.stupidie {
display: block;
position: absolute;
top: 5px;
left: 0;
z-index: 200;
}

a.auss {
	float: left;
	width: 8em;
	height: 1.5em;
	overflow: hidden;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #282828;
	color: #e5f2ed;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
}
a:hover.auss {
	overflow: visible;
	background-color: #797676;
	color: #e5f2ed;
}
a:hover.auss table {
	display: block;
	margin-top: 3px;
	background-color: #282828;
	color: #797676;
	border-collapse: collapse;
}


a.aussaktiv {
	float: left;
	width: 8em;
	height: 1.5em;
	overflow: hidden;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #797676;
	color: #e5f2ed;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
}
a:hover.aussaktiv {
	overflow: visible;
	background-color: #282828;
	color: #e5f2ed;
}
a:hover.aussaktiv table {
	display: block;
	margin-top: 3px;
	background-color: #000000;
	color: #797676;
	border-collapse: collapse;
}

a.inn {
	display: block;
	width: 7.9em; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
	padding: 2px 0;
	font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #e5f2ed;
	background-color: #282828;
	color: #e5f2ed;
}
a:visited.inn {
	background-color: #282828;
	color:#e5f2ed;
}
a:hover.inn {
	position: relative;
	background-color: #797676;
	color: #e5f2ed;
}
span.menutag {
display: block;
cursor: default;
}
/*Ende Hauptmenu*/


/*Start Content*/
.rahmcontent {
	width:820px;
	padding-top:50px;
	padding-bottom:100px;
	padding-left: 41px;
	padding-right: 50px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	text-decoration:none;
	line-height:18px;
	text-align:left;
}

.h2 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
}

.td {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
	text-align:left;
}

.smalltitel {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
	text-align:left;
}

/*links im content*/

a.contlink:link 					{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:underline;
	line-height: 14px
}   
a.contlink:alink 					{font-family:"Trebuchet MS", Verdana, Arial, sans-serif; font-size:12px; color: #FFFFFF; font-weight:normal;  text-decoration:underline; line-height: 14px}   
a.contlink:vlink 					{font-family:"Trebuchet MS", Verdana, Arial, sans-serif; font-size:12px; color: #FFFFFF; font-weight:normal;  text-decoration:underline; line-height: 14px}   
a.contlink:visited 					{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:underline;
	line-height: 14px
} 
a.contlink:hover 					{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:none;
	line-height: 14px
}
a.contlink:active 					{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:underline;
	line-height: 14px
}    
a.contlink:focus 					{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #e5f2ed;
	font-weight:normal;
	text-decoration:underline;
	line-height: 14px
}    

/*End Content*/
