html, body {
	padding:0px;
	border:0px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/background.gif);
	background-repeat:repeat-x;
}

body {
	overflow:scroll;
}

h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	margin-bottom:0px;
}

h1 {
	height:25px;
	font-size:18px;
}

h2 {
	font-size:14px;
	padding-bottom:15px;
	font-variant:small-caps;
	background-image:url(img/h2_bg.gif);
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;	
}

h3 {
	font-size:14px;
	margin:0px;
}

legend, a, p, li, td {
/*	font-family:"Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration: none;
}	

p {
	margin-top:5px;
	text-align: left;
}

p.moreInfos {
	font-style:italic;
}
	
span.highlight, p.highlight, p.strong {
	font-weight:bold;
}

span.highlight2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#000099;
	font-size:15px;
	text-decoration:none;
}


a {
	color:#800000;
}

a.small {
	font-size:9px;
}

a:hover {
	color:#CC0000;
}

a.back {
	font-size:12px;
}

a.navi, a.header {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:10px;
	font-size:12px;
	font-style:normal;
}

a.navi_hi {
	color:#00FF00;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:10px;
	font-size:12px;
	font-style: normal;
}

a.navi:hover {
	color:#FF0000;
}

p.footer, p.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top:3px;
	padding-left:7px;
	background:none;
	margin:0px;
}

p.footer2 {
	color:#666666;
 	text-align: center;
	font-size:11px;
	font-weight:bold;
}

a.footer {
	font-size: 11px;
	text-decoration:none;
}


a.extern {
	background-image:url(img/link_extern3.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}


td {
	vertical-align:top;
}

li {
	padding-left:10px;
}

ul.idx {
	padding-left:15px;
	padding-right:25px;
	margin:0px;
	}

li.idx {
	padding-left:0px;
	margin:0px;
	color:#666666;
	padding-bottom:5px;
}

a.idx {
	font-weight: bold;
}

a.idx2 {
	line-height:18px;
}

a.idx:focus, a.idx:hover {
	color:#CC0000;
	background-image:none;
}

p.idx {
	font-size: 12px;
	color: #000033;
	font-weight:bold;
}



/* Postitionen für Navigation, Kopfleiste und Inhalt */
/* ================================================= */
/*#all {
overflow:scroll;
}*/

/* KOPFLEISTE */
#header {
	width:779px;
	height:125px;
	margin:auto;
	text-align:left;
}

#header_print {
	display:none;
}

#frame {
	width:714px;
	margin: 0 auto;
	margin-top:20px;
	border:0px;
	padding:0px;
	text-align:left;
	background-image:url(img/contentbg_middle.gif);
	background-position:right;
	background-repeat:repeat-y;
}
* html #frame {

}

#navi {
	float:left;
	width:137px;
	padding:0;
	background-color:#99CC33;
	background-image:url(img/contentbg_middle.gif);
	background-position:left;
	background-repeat:repeat-y;
}
* html #navi {
	padding-top:15px;
}

#content {
	float:left;
	width:537px;
	padding-left:20px;
	padding-right:20px;
	min-height:370px;
	padding-bottom:10px;
}

* html #content {
	width:576px;
	height:500px;
	padding-top:15px;
}

#content_header {
	background-image:url(img/contentbg_header.gif);
	height:16px;
}

* html #content_header {
	font-size:9px;
}

#footer {
	clear:both;
	margin:0px;
	padding-top:4px;
	background-color:#99CC33;	
	background-image:url(img/contentbg_footer.gif);
	height:28px;

}

/* -> NAVIGATION <- */
/* ================ */

#nav {
	position: relative;
	top:-20px;
	left:-37px;
}
* html #nav {
	left:3px;
	width:30px;
	top:15px;
	margin:0px;
	margin-bottom:25px;
}

#nav li { /*float the main list items*/
	list-style:none;
	width:138px;
	background-image:url(img/button.gif);
	background-repeat:no-repeat;
	padding-left:0px;
	/*background-position:bottom;*/
}

#nav li.firstelementpressed {
	background-position:bottom;
	background-image:url(img/button_pressed.gif);
	background-repeat:no-repeat;
}


#nav li.firstelementnotpressed {
	background-position:bottom;
	background-image:url(img/button.gif);
	background-repeat:no-repeat;
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	font-size:14px;
	text-decoration: none;
	color:#222222;
	padding-left:7px;
	width:138px;
	display:block;
	height:25px;
}

#nav li ul {
	margin:0px;
	display: none;
	padding-bottom:5px;
}
* html li ul {
	margin:0px;
}

#nav li ul li {
	position: relative;
	left:-36px;
	width:123px;
	background:none;
	line-height:20px;
}
* html	#nav li ul li {
	left:4px;
	top:0px;
}

#nav li ul li a {
	font-size:12px;
	height:20px;
	line-height:20px;
	width:126px;
	/*font-style: italic;*/
}
* html #nav li ul li a {
	width:133px;
}

#nav li.on {
	background-image:url(img/button_pressed.gif);
	background-repeat:no-repeat;
}

#nav li a:hover {
	background-image:url(img/button_hover.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;		
}

#nav li.on ul li.on {
	background-image:none;
}

#nav li.on ul li.on a {
	color:#FFFFFF;
}

#nav li.on ul li a:hover {
	background-image:none;
}

#nav li.on ul {
	width:100px;
	color:#FF0099;
	display: block;		
}

#nav li.off:hover ul a{
	display:none;
}



#header li {
	margin-top:-2px;
	float:left;
	padding:0px;
	line-height:25px;
	width:143px;
	text-align: center;
	list-style:none;
	background-image:url(img/button_header.gif);
	background-repeat:no-repeat;
}

#header li a:hover, li a:focus {
	background-image:url(img/button_header_hover.gif);
	background-repeat:no-repeat;
	width:143px;
	color:#FFFFFF;
}

#header li a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#222222;
	font-size:12px;
	display:block;
	width:140px;
	padding:0px;
}

#header li.on {
	background-image:url(img/button_header_pressed.gif);
	background-repeat:no-repeat;
}
