/*
 * Default css wird automatisch geladen
 */

/*Body*/
body table,th,td,textarea,select,input,button{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   direction:ltr;
   vertical-align:top;
}

body {
	background-image: url(http://web25.dfd-systems.de/image/BG.jpg);
	background-repeat: repeat;
}

h1 {font-size:50px;}
h2 {font-size:35px;}
h3 {font-size:20px;}

body{
   background-color:#FFFFFF;
   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:center;
   direction:ltr;
   margin:0px auto;
   padding:0px;
}
	
#menu_links{
   width:20%;

}	

#mitte{
   border:0px solid #000000;
   width:60%;

   text-align:center;
}

#menu_rechts{
   width:20%;

}

.border_bottom{border-bottom:1px solid #000000;}

.border_left{border-left:1px solid #000000;}

table.box{
   	border:1px solid #000000;
   	border-collapse:collapse;
background-color:#d4e7f6; 
   	width:100%;
	margin:0px;
	padding:0px;
    margin-bottom:2px;
}
table .box_head{
   width:100%;
   background-color:#0066FF;
   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:#0099FF;
   color:#000000;
   font-weight: bold;
   text-align: center;
   cursor:default;
   border-bottom:1px solid #000000;
}

table.leer{
   border:0px;
   padding:0px;
   margin:0px auto;
}

img{
	padding:0px;
   	margin:0px;
	border:0px;
}

#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: #0099FF;
	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; 
	text-decoration: none;
	cursor:pointer;
}

div.error{

}
 
 /*Tabelle*/
.aufsteiger 		{background: #00FF00;}
.quali_aufsteiger 	{background: #80FF80;}
.quali_absteiger 	{background: #FF8E8E;}
.absteiger 			{background: #FF2F34;}