@charset "utf-8";
/* CSS Document */

body {
	background-color: #005500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003300;
}

#main {
width:955px;
}

#links_oben {
	float:left;
	width:15px;
	height:110px;
	background-image: url(images/seitenaufbau/linksoben.gif);
}

#oben {
	float:left;
	width:925px;
	height:110px;
	background-image: url(images/seitenaufbau/oben.gif);
}

#login {
	float:right;
	width:280px;
	height:28px;
	background-image: url(images/seitenaufbau/login.gif);
	padding-top: 7px;
	padding-left: 22px;
	}
	
.loginfeld {
	height: 15px;
	width: 80px;
	border: thin solid #003300;
	background-color: #FFFFFF;
}

#rechts_oben {
	float:left;
	width:15px;
	height:110px;
	background-image: url(images/seitenaufbau/rechtsoben.gif);
}

#mitte {
	float:left;
	padding-left:15px;
	width:940px;
	background-image: url(images/seitenaufbau/mitte.gif);
	background-repeat: repeat-y;
}

#content {
	float:left;
	width:775px;
}

#content_top {
	width:775px;
	height:14px;
	background-image: url(images/seitenaufbau/content_top.gif);
}

#content_center {
	width:745px;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(images/seitenaufbau/content_center.gif);
}

#content_bottom {
	width:775px;
	height:14px;
	background-image: url(images/seitenaufbau/content_bottom.gif);
}


#module {
	float:left;
	width:150px;
	height:600px;
	background-color: #9ebe9e;
}

.modul {
	width:132px;
	height:132px;
	background-image: url(images/seitenaufbau/modul.gif);
	padding: 9px;
}

.modul_top {
	width:150px;
	height:14px;
	background-image: url(images/seitenaufbau/modul_top.gif);
}

.modul_middle {
	width:132px;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(images/seitenaufbau/modul_middle.gif);
	background-repeat: repeat-y;
	font-size: 11px;
}

.modul_bottom {
	width:150px;
	height:14px;
	background-image: url(images/seitenaufbau/modul_bottom.gif);
}

#rechts {
	float:left;
	width:15px;
	height:600px;
	background-image: url(images/seitenaufbau/rechts.gif);
}

#unten {
	float:left;
	margin-left:8px;
	width:939px;
	height:12px;
	background-image: url(images/seitenaufbau/unten.gif);
}

/* Registrierungsformular, Profil */
td.reg {
	width: 100px;
}

.reg_fehler {
	background-color:#FFCC99;
	border: thin solid #990000;
}

.reg_ok {
	border: thin solid #003300;
}

td.profile {
	width: 125px;
}
legend {
color: #990000;
}

/* WETTSCHEIN */
.wettschein {
	background-color:#FFFFCC;
	text-align:center;
	padding:2px;
	}
/* WETTSCHEIN ENDE */
	
#menu_absolute {
	position:absolute;
	width:600px;
	height:32px;
	background-image: url(images/seitenaufbau/login.gif);
	padding-top: 3px;
	padding-left: 18px;
	left: 400px;
	top: 8px;
	}

form { 
display: inline; 
}

/* LINKS */
a:link {
	color: #003300;
	text-decoration: none;
	}
	
a:visited {
	color: #003300;
	text-decoration: none;
	}
	
a:active {
	color: #003300;
	text-decoration: none;
	}
	
a:hover {
	color: #990000;
	text-decoration: none;
	}

/* LINKS HELL */
a:link.hell {
	color: #f0f0e0;
	text-decoration: none;
	}
	
a:visited.hell {
	color: #f0f0e0;
	text-decoration: none;
	}
	
a:active.hell {
	color: #f0f0e0;
	text-decoration: none;
	}
	
a:hover.hell {
	color: #f0f0e0;
	text-decoration: none;
	}
	
/* WETTSCHEIN */
.infofeld {
	background-color: #f0f0e0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#990000;
}

.infomeldung_fehler {
	color:#990000;
	border: thin solid #990000;
	padding: 10px;
	margin: 5px;
	background-color: #FFCC99;
}
.infomeldung {
	color:#003300;
	border: thin solid #003300;
	padding: 10px;
	margin: 5px;
	background-color: #9ebe9e;
}

/* Wettmarkt */
.wettmarkt_offen {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #339900;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	margin-right:-3px;
}

.wettmarkt_geschlossen {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #CC0000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	margin-right:-3px;
	font-weight: bold;
}

.einlauf_offiziell {
	font-weight: bold;
	color: #999999;
}

/* Kontoansicht */
.tabansicht td {
	background-color: #DDDDDD;
	padding:5px;
	font-size:11px;
}
