HTML, BODY, INPUT {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	background: #0056b6 url(bilder/back.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

TABLE {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #0472ce;
	text-decoration: none;
}
A:hover {
	color: #003399;
	text-decoration: none;
}
img {
border-color: #0472ce;
}

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 180%;	
}

#inhalt {
	width: 780px;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
}

* html #inhalt /* nur fuer Internet Explorer */
{ 
  width:780px;     /* Version 5.x */
  w\idth:800px;    /* Version 6 */
}


#main {
	position: absolute;
	top: 150px;
	left: 180px;
	width: 800px;
}
#menuoben {
	background : url(bilder/menuoben.gif) no-repeat top right;
	width:160px;
	height:10px;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#menuunten {
	background : url(bilder/menuunten.gif) no-repeat top right;
	width:160px;
	height:11px;
	overflow: hidden;
	border-top: 1px solid #eeeeee;	
	margin-bottom: 10px;
}


#oben {
	background : url(bilder/oben.gif) no-repeat top right;
	width:800px;
	height:10px;
	overflow: hidden;
}

#unten {
	background : url(bilder/unten.gif) no-repeat top right;
	width:800px;
	height:11px;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10px;
	top: 150px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li
{
	list-style: none;
}

a.menuButton, a.menuButtonActive
{
	display: block;
	padding: 4px 10px 4px 10px;
	width: 140px;
	color: #000000;
	text-decoration: none;
	background: #0056b6 url(bilder/button.gif) repeat-x left top;;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #ffffff;	
}

* html a.menuButton, a.menuButtonActive /* nur fuer Internet Explorer */
{ 
  width:140px;     /* Version 5.x */
  w\idth:160px;    /* Version 6 */
}

.menu {
	border-bottom: 1px solid #aaaaaa;	
	border-right: 1px solid #aaaaaa;	
	border-top: 1px solid #eeeeee;	
	border-left: 1px solid #eeeeee;	
	background: #ffd800 url(bilder/button.gif) repeat-x left top;;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 20;
}

a.menuButtonActive, a.menuButton:hover {
  background: #0472ce;
  color: #ffffff;
}