/*@CHARSET "UTF-8";*/


.login {
	position: relative;
	left: 400px;
	top: 120px;
	width: 300px;
	height: 150px;
	border: 1px solid #999999;
	border-radius: 7px; /* CSS3 */
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 27px;
}
.lit{
	width: 300px;
	border: 0px solid #999999;
	text-align: center; 
}

.lt{
	position: relative;
	top: 5px;
	left: 75px;
	border: 0px solid #999999;
	text-align: left;
	width: 80px;
}
.li{
	position: relative;
	top: 5px;
	left: 75px;
	border: 0px solid #999999;
	text-align: left;
	width: 100px;
}
.ls{
	width: 220px;
	text-align: center;
	padding: 25px;
	border: 0px solid #999999;
}

.le{
	position: absolute;
	top: 5px;
	left:5px;
	color: red;
	text-align: center;
	width: 340px;
	border: 0px solid #999999;
	font-weight: bold;
}

.le_gruen{
	position: absolute;
	top: 5px;
	left:5px;
	color: green;
	text-align: center;
	width: 340px;
	border: 0px solid #999999;
	font-weight: bold;
}

.topl{
	position: absolute;
	left: 11px;
	top: 11px;
	width: 200px;
	height: 80px;
	border: 1px solid #999999;
	border-radius: 7px; /* CSS3 */	
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.navl{
	position: absolute;
	left: 11px;
	top: 101px;
	width: 200px;
	height: 510px;
	border: 1px solid #999999;
	border-radius: 7px; /* CSS3 */
}

.main{
	position: absolute;
	overflow:auto;
	left: 222px;
	top: 11px;
	width: 1000px;
	height: 600px;
	border: 1px solid #999999;
	border-radius: 7px; /* CSS3 */
}

.navil{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 5px;
}
.navil_klein{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 1px;
}

.navil_red{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: red;
	padding-left: 5px;
	padding-top: 30px;
}

.nav{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.a_text{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 5px;
}

.liste{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 70px;
}

.liste_gruen{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: green;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 70px;
}

.liste_rot{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: red;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 70px;
}

.liste_blau{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: blue;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 120px;
}

.trenner{
	width: 20px;
	float:left;
}
.liste_breit{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 140px;
	text-align: left;
}

.liste_breit_s{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 100px;
	text-align: right;
}

.liste_breit_s_rot{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: red;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 100px;
	text-align: right;
}

.liste_breit_s_gruen{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: green;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 100px;
	text-align: right;
}
.liste_ganz_breit{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 200px;
	text-align: left;
	overflow:hidden;
}



.durch{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #cccccc;
	padding: 0px;
	float:left;
	border: 0px solid #999;
	width: 200px;
	text-align: left;
}

.zeilenumbruch
{
	clear:left;
}
