* {
	padding: 0;
	margin: 0;
	border: 0;
}


html {
	background-color: #FFF;
	overflow-y: scroll; /* Scrollbar vertikal erzwingen (CSS3!) aber IE zeigt eh einen ... */
}

body {
	font-size: 0.8em;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #000;
	/*text-align: center;  IE-Zentrierung */
}

html, body {
    height: 100%;
}




#v_center {
	position: relative;
	float: left;
	height: 50%;
	width: 100px;
	margin: 0 0 -100px 0;
}


#container {
	position: relative;
	float: left;
	width: 960px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	clear: left;
	left: 50%;
	margin-left: -480px;
	text-align: center;
	/*background: #0089c4 url(../bilder/verlauf_hint.png) repeat-x center top;
	background: #009ee1 url(../bilder/hintergrund.png) no-repeat center top;*/
}

* html #container_0 {
	margin-left: -240px;
}


.stopper {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;

}



/*************************************************/
/* Typografisches */
/*************************************************/




h1 {
	font-size: 20px;
	margin-bottom: 15px;
}


p {
	margin-bottom: 15px;
}



#inhalt a:link,
#inhalt a:visited {
	color: #FFF;
	text-decoration: underline;
}


#inhalt a:hover,
#inhalt a:active {
	color: #DDD;
	text-decoration: none;
}




/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#inhalt ul, #inhalt ol { /* bullet-listen einrücken */
	margin: -15px 0 0 15px;
} 



* html #inhalt ul, * html #inhalt ol { /* bullet-listen einrücken IE ... */
	margin: -15px 0 0 18px;
} 



#inhalt li {
	list-style-type: disc;
	margin-bottom: 0px;
}

#inhalt li li {
	list-style-type: circle;
	margin-bottom: 0;
}



/******************************/
/* Login */
/******************************/


div.tx-felogin-pi1 {
width: 300px;
}


.tx-felogin-pi1 form fieldset div {
	position: relative;
	float: left;
	width: 90%;
	clear: both;


}


.tx-felogin-pi1 form fieldset legend {
	display: none;
}



.tx-felogin-pi1 form fieldset label {
	position: relative;
	float: left;
	width: 100px;
	display: inline;
	margin-top: 13px;
}





.tx-felogin-pi1 form fieldset input { /* Button */
	position: relative;
	float: left;
	width: 102px;
	height: 20px;
	border: 1px solid #005b83;
	margin: 15px 0 0 0px;
}




.tx-felogin-pi1 #user,
.tx-felogin-pi1 #pass {
	width: 100px;
	height: 17px;
	border: 1px solid #005b83;
	margin: 15px 0 0 0;
}





.tx-felogin-pi1 h3 {
	display: none;
}



