body { 
	font-size: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serf;
	color:#000000;
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	background-image:  url(images/bg_avoe.gif);
	}
p { 
	margin:1em 1em;
	}
h2 { 
	font-family: Georgia, serif;
	font-variant:small-caps;
	font-style:oblique;
	color:#D37C00;
	font-weight:bold;
	font-size:120%;
	}
	
a:link { 
	color:#999999;
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #999999;
	}
a:visited { 
	color: #999999; 
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #999999;
	}
a:hover { 
	color:#333333; 
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #333333;
	}
a:active { 
	color: #D37C00; 
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #D37C00;
	}
a:focus { 
	color:#D37C00; 
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px solid #D37C00;
	}

#container { 
	width:770px;
	height: 500px;
	margin-bottom: auto;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	color:#000;
	background-color:#ffffff;
	border:2px solid #DDE0F1;
	background: #FFFFFF url(images/bg.gif) no-repeat;
	
	}
#intro { 
	width:770px;
	position:relative;
	}
#pageHeader { 
	background-color:transparent;
	height:70px;
	border-bottom:3px double #D37C00;
	}


#pageHeader h1 {
	padding: 0;
	width: 252px;
	margin-top: 2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0%;
	}
#pageHeader h1 span {
	font-family: Georgia, serif;
	font-style:oblique;
	color:#D37C00;
	font-weight:bold;
	font-size: 0.6em;
		}
#quickSummary {
	font-weight:bold;
	font-size: 1em;
	font-style:oblique;
	position:absolute;
	top:0px;
	right:0;
	color:#999;
	background-color: transparent;
	width:350px;
	}
#quickSummary p {
	}
#text {
	border:1px solid #D37C00;
	margin-left:220px;
	clear:both;
	margin-bottom: 1%;
	margin-top: 10%;
	background-color:#DDE0F1;
	margin-right:1%;
	}
#text p{
	padding: 0 10px;
	}
#text ul{
	}
#text li{
	padding-bottom: 10px;
	}
#text h2{
	position:relative;
	background-color:#ffffff;
	border:1px solid #D37C00;
	width:75%;
	top:-20px;
	left:-10px;
	padding: 10px;
	margin:0;
	}
#text h3{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size:120%;
	}
	
#text h4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 80%;
	}
	
	#text acronym {
	border-bottom: dotted 1px #444;
	cursor: help;
}
#text table{
width: 450px;
padding-left: 15px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 5px;
font-size: 1em;

}
#text form{
width: 450px;
padding-left: 15px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 5px;
font-size: 1em;

}


#getacro{
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	}
#footer {
	margin: 10px;
	font-size: 0.8em;
	color:#999;
	background-color: transparent;
	text-align: right;
	}

#footer a:link, #footer a:visited { 
	color:#D37C00;
	font-weight:bold;
	
	}
	
/*Hauptmenue*/
#navcontainer ul {
display: block;
list-style: none outside;
padding: 0;
margin-top: 50px;
margin-bottom: 80px;

}

#navcontainer li
{
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #D37C00;
border-right: 1px solid #D37C00;
border-left: 1px solid #D37C00;
border-bottom: 1px solid #D37C00;
background-color: #ffffffFFF;
color: #D37C00;
font-weight: bold;
display: block;
float: left;
position: relative;
top: -1.32em;
}
#navcontainer a:link {
	color:#999999;
	text-decoration:none;
	padding: 1em;
}
 
#navcontainer a:visited {
	color: #999999;
	text-decoration:none;
	padding: 1em;
}

#navcontainer a:hover {
	color: #333333;
	text-decoration:none;
	padding: 1em;
}
#navcontainer li#active a {
	color: #D37C00;
	text-decoration:none;
	padding: 1em;
}
#navcontainerclear { display: none; }

html body #navcontainerclear
{
display: block;
clear: both;
}

/*Untermenue*/	
#linkList {
	position:absolute;
	top: 150px;
	
	}
#linkList li {
	list-style: none outside;	
	
	}
#linkList ul {
	list-style: none outside;	
		}
#linkList li#active a {
	color: #D37C00; 
	text-decoration:none;
	border-bottom:1px solid #D37C00;
}
.imagesFloat {
float: left; 
margin: 0;
}
.imagesClear {
clear: left;
}
#crumbs {
  		padding: 4px;
		font-size: 0.9em;
		margin-bottom: 2em;
  	}
  	
  	#crumbs h3 {
  		display: none;
  	}
  	
  	#crumbs ul {
  		display: inline;
  		padding-left: 0;
  		margin-left: 0;
  	}   	
  	
  	#crumbs ul li {
  		display: inline;
		

  	}
  	
  	#crumbs ul li a:link {
  		padding: .2em;
  	}
  #crumbs ul li a:active {
  	padding: .2em;
    color: #D37C00;
	text-decoration:none;
	}	
  	#crumbs ul li{
  		background-image: url(images/arrow.gif);
  		background-repeat: no-repeat;
  		background-position: left;
  		padding-left: 12px;
  	}

#box {
	margin-bottom: 4%;
	margin-top: 2%;
	margin-left: 2%;
	margin-right:2%;
	text-align:left;
	background-color: #FC6;
		}
 .nosee { display:none; }
