<!--

BODY  {
	background: white url(pics/streifen_v.gif) repeat-y;	
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size: 1em;
	color : Black;
	margin: 0px;
	padding: 0px;
}

#Logo {
	background-color: #ffcc33;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	height: 76px;
	width: 100%;
	z-index: 0;
	border-bottom: 1px solid #d6d6d6;
}

#tagline {
	position: absolute; 
	left: 290px; 
	top: 0px;
	width: 70%; 
	height: 75px; 
	vertical-align: middle; 

	font-weight: bold;
	color: black;
	background-color: transparent;
	padding-top: 5px;
}

#Nav {
	background-color: #ffcc33;
	position: absolute;
	left: 0px;
	top: 82px; 
	z-index: 1;
	width: 144px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	float: left;
}

@media print
{
  #Nav { display: none; }
}

#Nav a, #Nav span {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: outset 1px #ffcc33;
	text-decoration: none;
}

#Nav a:hover {
	background-color: #ffcc33;
	color: black;
	border: inset 1px #ffcc33;
}
	
#Nav span {
	background-color: white;
	color: black;
	border: inset 1px #ffcc33;
}

#Text {
	position: absolute;
	top: 82px;
	left: 150px;
	width: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
}

#Texthome {
	position: absolute;
	top: 82px;
	left: 150px;
	width: 83%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
}

#Sprache {
	background-color: #ffcc33;
	position: absolute;
	left: 10px;
	bottom: 40px; 
	z-index: 1;
	width: 124px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	float: left;
}

@media print
{
  #Text {
  	position: relative;
	left: 0px;
  	width: 98%;
	padding-bottom: 20px;
 }
 #Texthome {
 	position: relative;
	left: 0px;
	width: 98%;
 }
}
.gelberStrich {
	color: black;
	background-color: white;
	border-top: 2px solid #ffcc33;
	padding: 3px;
	margin-top: 20px;
}

.gelb {
	color: black;
	background-color: #ffcc33;
	padding-left: 3px;
}

h1 {
	font-weight: bold;
	font-size: 1em;
}	

//-->