/*
 * Default css wird automatisch geladen
 */

/*Body*/
	body table,th,td,textarea,select,input,button{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	direction:ltr;
	vertical-align:top;
}

h1 {font-size:30px;}
h2 {font-size:20px;}
h3 {font-size:10px;}

body{
	background-color:#F5F5F5;
	text-align:center;
	margin:0px;
	width:100%;
}

#head{
	height:100px;
	vertical-align:middle;
}

#main{
	border:0px;
	height:100%;
	border-spacing:1px;
	border-collapse:separate;
	text-align:left;
	direction:ltr;
	margin:auto;
	padding:0px;
}

#banner{
	margin:auto;
}
	
#menu_links{
	border:0px solid #000000;
	width:150px;
}	

#mitte{
	border:0px solid #000000;
	width:700px;
	text-align:center;
}

#menu_rechts{
	border:0px solid #000000;
	width:165px;
}

.border_bottom{border-bottom:1px solid #000000;}

.border_left{border-left:1px solid #000000;}

table.box{
	border:1px solid #000000;
	border-collapse:collapse; 
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
}

table .box_head{
	width:100%;
	background-color:#0000CC;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	margin:0px;
	padding:0px; 
	border-collapse:collapse; 
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:2px;
}

th{
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	cursor:default;
	border-bottom:1px solid #000000;
}

table.leer{
	border:0px;
	padding:0px;
	margin:0px auto;
        width:100%;
}

img{
	padding:0px;
	margin:0px;
	border:0px;
}

/*******************************
 * Menu
 ******************************/
#menue ul     	{ list-style: none; margin: 0; padding: 0; text-align: left;}
/*Menu eingerückt*/
#menue ul.sub 	{ margin-left:10px; display:none;}
/*Links*/
#menue a {
display:block; 
width:100%;
border-bottom: solid 1px #000000;
border-left: solid 0px #000000; 
padding: 0px; 
margin: 0px; 
color: white; 
background: #0000CC;
text-decoration: none;
}

#menue a:hover {
display:block;
width:100%;
border-bottom: solid 1px #000000;
border-left: solid 0px #000000;
padding: 0px;
margin: 0px;
color: #000000;
background: #FFFF00;
text-decoration: none;
cursor:pointer;
}

div.error{

}
 
 /*Tabelle*/
.aufsteiger 		{background: #00FF00;}
.quali_aufsteiger 	{background: #80FF80;}
.quali_absteiger 	{background: #FF8E8E;}
.absteiger 		{background: #FF2F34;}
