/* Grundeinstellungen für Body-Tag, Überschriften */
body { margin: 0;}

body, p, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, input, select
   { font-family: verdana,Arial,sans-serif,helvetica; font-size:12px; text-align:left; }
 
p 	{ 
	margin-top: 1px;
	margin-bottom: 3px;
	padding: 0px;
} 

h1{
font-size: 18px; color:#666666; padding: 0px;
}

h2{
font-size: 18px; color:#666666;
}

h3{
font-size: 16px; color:#666666;
}

h4{
font-size: 14px;color:#99CC33;
}

#rechtsbuendig{
	text-align: right;
	}
	
/* lediglich für die Zentrierung der Seite notwendig */
#vx{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px; /* Soll selbst (fast) gar nicht sichtbar sein */
	overflow: visible; /* Der entscheidende Punkt!! */
	visibility: visible;
	display: block;
	margin-top: 0px;
	}

#space{width: 998px;
position: relative;
height: 10px;
}
#content{
	position: absolute;
	width:998px;
	height:582px;
	margin-left: -499px; /* Die Hälfte der Breite */
	top: -291px; /* Die Hälfte der Höhe */
	left: 50%;
	visibility: visible;
	background-color: #ffffff;
	}
	
/* ab hier divs für Contentelemente */

#user_logout{
	position:relative;
	width:998px;
	height: 20px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}

	/* linke Box nur Hintergrundbild */
#Header{
	width:998px;
	height: 130px;
	background-color: #ffffff;
	background-image:url(head.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

	/* Box für die Hauptnavigation innerhalb linker Box */

#linie_oben{width: 998px; height: 5px; background-color: #CCCCCC;
	}
	
#linie_unten{width: 998px; height: 5px; background-color: #CCCCCC;
	}
	

#linkebox{
	width:180px;
	height:383px;
	text-align: left;
	font-size:14px;
	background-color: #ffffff;
	float: left;
	margin: 0;
	padding: 0;
}


#navi{
	position: relative;
	font-size:12px;
	left: 0px;
	top:0px;
	text-align: left;
	width:180px;
	
}

#content_links{
	position: relative;
	font-size:12px;
	width:160px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;	
}

/* Box in der Mitte */

#inhalt{
	position: relative;
	font-size:14px;
	width:538px;
	height:383px;
	padding-left: 20px;
	padding-right: 20px;
	overflow:auto;
	float: left;
}

	/*------------------- runde ecken -------------------*/
.ro {clear: both;
	background:url(../images/bgroundro.jpg) top right no-repeat;
}

.lo {
	background:url(../images/bgroundlo.jpg) top left no-repeat;
}

.ru {
	background:url(../images/bgroundru.jpg) bottom right no-repeat;
}

.lu {
	background:url(../images/bgroundlu.jpg) bottom left no-repeat;
}

div {margin: 0; padding: 0;}

#rechtebox{
	position: relative;
	width:220px;
	background-color: #ffffff;
	float: right;
	margin: 0;
	padding: 0;
}

	
#loginbox{
	position: relative;
	width:210px;
	top: -10px;
	color:#666666;
	font-size: 10px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;	
}

#content_rechts{
	width:210px;
	color:#666666;
	padding-left:10px;
	padding-right:10px;
}


#fuss{	position: relative;
	width: 499px;
	height: 24px;
	clear: both;
	background-color: #ffffff;
	}




	/* Hilfsnavigation am Fuß */
#hilfsnavi{
	position: relative;
	width: 998px;
	height: 24px;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-position: top;
	background-repeat: no-repeat;
	text-align:right;
}

p.text{
	color: #18349B;
	text-align:left;
	margin: 0;
	
}

ul{
	font-size : 11px;
	font-family : sans-serif;
	line-height : 20px;
	}	/* für sitemap-liste */
	
a:link { color:#FF3300; text-decoration:none; font-weight:bold; }
a:visited { color:#FF3300; text-decoration:none; }
a:hover { color:#666666; text-decoration:none; }

/* ende Content-elemente */


/*Klappmenue*/

ul#nav,
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 170px; /* Width of Menu Items */
	background: #fff; /* IE6 Bug */
	list-style-position : outside;
	color: #ffffff;
	font-size: 14px;
	list-style: none;
	}
 
ul#nav li {
	width: 170px;
	height: 24px;
	position: relative;
	list-style: none;
	}
 
ul#nav li a {
	display: block;
	width: 170px;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
	list-style: none;
	}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	width: 170px;
	height: 24px;
	display: none;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	list-style: none;
	}
 
ul#nav li ul li a {
	width: 170px;
	height: 24px; 
	padding: 0px; 
	background-image:url(images/balken.jpg);
	list-style: none;
	} /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul {
	margin: 0;
	padding: 0; 
	display: block; 
	width: 170px;
	height: 24px;
	color: #ffffff;
	background-color: #2046D4;
	background-image:url(images/balken.jpg);
	list-style: none;} /* The magic */
 
ul#nav li ul li.menuparent { 
	margin: 0px;
	padding: 0;
	background-image: url(images/balken.jpg); 
	list-style: none;
}
 
 
ul#nav li.menuparent:hover,
ul#nav li.over {
	background-color: white; 
	background-image:url(images/balken_blau.jpg);
	list-style: none; 
}
 
 
ul#nav li a:hover { 
	color: #000000;
	background-image:url(images/balken_blau.jpg);
	list-style: none; 	
}
 
.nav2act {
	font-weight: bold;
	background-image:url(images/balken_blau.jpg);
	list-style: none;
}
 
ul#nav li ul li a {
	padding:0px 0px;
	
}
 
ul#nav li ul li a:hover {
	background:#eee;
}
 
/*------------------ formulare -----------*/
td, input, select, textarea {text-align: left; width: 100px;font-size:10px;margin:0px;padding:0px;}
input, select, textarea { text-align: left; color:#478B97; }
input#submit { text-align: center; color:#478B97; }
td {height: 10px;}

.tx-newloginbox-pi1{padding-left: 5px; padding-right: 5px;}

.tx-newloginbox-pi1 table {
	width: 200px;
}

.tx-newloginbox-pi1 th { text-align:right; white-space:nowrap; width:25%; }

.tx-newloginbox-pi1-submit {
   
   text-align:center;
     
      } 
