/* created by a-lele.de */

table,td {
	border: 		0px solid white;
	color:			#b9b9b9; 
	font-family: 	Verdana; 
	font-size: 		11px; 
}

body {
	background-color:#4a4a4a;
}

td.main {
	background: 	url(hintergrund.jpg);
} 

td.tabelle {

	border-color: #676767;
	border-bottom-style: solid;

	background-color: #353535;
}

td.innen {
	width: 			50%;
	height: 		50%;
	text-align: 	center;
	vertical-align: bottom;
}

td.aussen {
	width: 			50%;
	height: 		50%;
	text-align: 	right;
	vertical-align: bottom;
}

td.aussencontent {
	text-align: 	center;
	vertical-align: middle;
}

table.navi {
	margin-top: 	100px;
}

option, textarea, input, select, file {  
    font-family: 	Verdana, Arial, Helvetica, sans-serif; 
    font-size: 		10px; 
    color: 			#b9b9b9;
    background-color: #2d2d2d; 
    border: 		1px solid #4a4a4a;
}

a.dis, a.dis:visited{
    color: #696969;
    text-decoration: none;
}

a, a:visited{
    color: #dadada;
    text-decoration: none;
}

a:hover {
    color: #1E62C3;
}




