body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
}

h2{
 font-size: 114%;
 padding: 20px 0 0 0;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
#kopf{
	width: 700px;
	margin: 10px 0px 0px 5px;
	position: absolute;
	top: 0px;
	height: 70px;
    color: #cccccc;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	overflow: hidden;
	display: none;
	z-index: 5;
}
#menue{
	padding: 0px;
	width: 170px;
	position: absolute;
	top: 90px;
	margin-left: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
    background-color: #EFEFEF;
	overflow: hidden;
	display: none;
	z-index: 6;
}
/*********** #menue link styles ***********/

#menue ul a:link, #menue ul a:visited {display: block;}
#menue ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menue li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #menue li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#menuelinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: bold;
}

#menuelinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family: inherit;
	width: auto;
}

#menuelinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#menuelinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
#submenue{
    float:right;
	padding: 0px;
	width: 800px;
	margin: 88px 0 0 0;
	height: 30px;
	font-size: 80%;
    color: #cccccc;
	font-weight: bold;
    white-space: nowrap;
	overflow: hidden;
	display: none;
	z-index: 5;
}
#logo{
	padding: 10px;
	position: absolute;
	top: 470px;
	margin-left: 10px;
	display: none;
	z-index: 2;
}
#fuss{
	position: absolute;
	top: 560px;
	margin-left: 5px;
	width: 975px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
	display: none;
	z-index: 3;
}
#content{
	width: 600px;
	font-size: 80%;
	z-index: 4;
}
#content2{
	width: 600px;
	font-size: 80%;
	z-index: 4;
}
#titel{
	padding: 10px 10px 10px 10px;
    white-space: nowrap;
}
#mainmenue{
    color: #cccccc;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    white-space: nowrap;
	display: none;
}
.select{
	color: #CC0000;
}
.menue_select{
	color: #CC0000;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}
.subtext{
	font-size: 80%;
}
