@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #e7e7e7;
	background-repeat: repeat-x;
	background-image: url("../images/background.jpg");
	font-family: Verdana;
	
}

h1{
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

a:link, a:visited {
	text-decoration: none;
	color: #cc6600;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #cc6666;
	background: #EEEEEE;
	color: #FF0000;
	font-weight: bold;
	font-size: 9px;
	padding: 3px;
	font-family: Verdana, Arial;
}

p, td, tr {
	font-size: 12px;
}

#fehler {
	font-weight: bold;
	color: #cc0033;
}

#infogruen, #ok {
	font-weight: bold;
	color: #009900;
}

#info {
	border: 1px #336699;
	background: #b5add4;
	padding: 10px;
}

#inhalt {
	border: 1px solid #cc0000;
	background: #ffcc99;
	padding: 5px;
	margin: 5px;
}

#linierot.hr {
	color: #cc3333;
	background-color: #cc3333;
	height: 5px;
}
			
.subnavi_inhalt {
	font-size: 10px;
	padding: 10px;
	text-align: justify;
}

.subnavi {
	text-align: right;
	color: #FFFFFF;
	font-Family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

.subnavi_h1 {
	font-size: 12px;
	font-weight: bold;
}

.profil:link, .profil:visited {
	text-decoration: none;
	color: #ff9900;
}

.profil:hover {
	text-decoration: none;
	color: #000000;
}

#profil_login {
	background: #CCCCCC;
	background-image: url('../images/key_go.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 100px;
	text-align: center;
	height: 20px;
}

#zusatzchance {
	background: #ff9900;
	padding: 3px;
}

.antwort {
	font-weight: normal;
	font-size: 10pt;
}

#sponsorenbereich {
	text-align: center;
	padding-bottom: 10px;
}

#copyright {
	text-align: center;
	font-size: 8pt;
}

#copyright a:link{
	text-decoration: none;
	color: #AAAAAA
}

#copyright a:hover {
	text-decoration: underline;
}

.zusatzchance:link, .zusatzchance:visited {
	color: blue;
	text-decoration: underline;
}

#naechsteziehung {
	font-size: 24px;
	font-weight: bold;
}

.rahmen {
	background: #DDDDDD;
	border: 5px solid #CCCCCC;
	padding: 10px;
	margin-right: 5px;
}
