html {
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #0A0A0A;
	color: #FFF;
	background-image: URL('./images/background.gif'); 
	background-repeat: repeat-x; 
	background-position: top left; 
}

/* #####################  SEITEN-LAYOUT  ######################## */

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 30px;
}

#footer
{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: -30px;
	height: 29px;
	background-image: URL('./images/footer.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom left; 
} 

div.header {
	width: 100%;
}

div.header_left {
	width: 400px;
	height: 139px;	
	float: left;
	margin: 15px 10px 2px 15px;
	background-image: URL('./images/logo.jpg'); 
	background-repeat: no-repeat; 
	background-position: center center; 
}

div.header_right {
	float: right;
	margin: 20px 0px 0px 10px;
}

div.menu {
	width: 100%;
	height: 20px;
	padding-left: 82px;
	padding-top: 2px;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div.mod_menu {
	width: 100%;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

div.admin_menu {
	width: 100%;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

div.content_div {
	margin-left: 25px;
	margin-right: 25px;
}

/* #####################  LOGIN-LOGOUT  ######################## */

form.LoginForm {
	text-align: right;
	margin: 0px 20px 10px 0px;
	height: 30px;
}

p.Logout {
	text-align: right;
	margin: 0px 20px 10px 0px;
	height: 30px;
}

/* #####################  ÜBERSCHRIFTEN  ######################## */

h1 {
	margin: 10px 0px 10px 30px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 30px 0px 10px 30px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	height: 60px;
	margin: 0px 20px 14px 0px;
	text-align: right;
	font-size: 42px;
	font-weight: bold;
}

/* #####################  LINKS  ######################## */

a{
	color: #EED229;
	text-decoration: none;
}

a:link{
	color: #EED229;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:visited:hover{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}

/* #####################  FORMULARE  ######################## */

form {
	font-size: 11px;
}

form.Register {
	margin-left: 10px;
}

form.MyAccount {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.Bet {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.GeneralBetGameData {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.Teams {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.Matches {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.News {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

form.Admin {
	margin-left: 10px;
	padding: 10px;
	background-color: #181818;
	border: 1px solid #4A4A4A;
}

input {
	font-size: 11px;
	font-family: Verdana;
	margin: 2px 0px;
	text-align: center;
}

textarea {
	font-size: 11px;
	font-family: Verdana;
	margin: 2px 0px;
}

span.Register {
	font-size: 10px;
	color: #666;
}

span.MyAccount {
	font-size: 10px;
	color: #8888;
}

input.Submit {
	background-color: #0A0A0A;
	border: 3px outset #FFFFFF;
	color: #FFFFFF;
}

input.SubmitCancel {
	background-color: #4A0A0A;
	border: 3px outset #FFFFFF;
	color: #FFFFFF;
}

input.SubmitNew {
	background-color: #0A4A0A;
	border: 3px outset #FFFFFF;
	color: #FFFFFF;
}

/* #####################  TABELLEN  ######################## */

table {
	font-size: 11px;
	margin: 0px;
}

table.AdminUsers {
	margin: 0px 20px;
}

th.SubHeader {
	text-align: left;
	margin-left: 10px;
	color: #AAAAAA;
	font-weight: bold;
}

td span.small_points {
	font-size: 8px;
}

.table_row0 {
	background-color: #333333;
}


.table_row1 {
	background-color: #262626;
}

.table_row_me {
	background-color: #224f22;
}

/* #####################  ABSÄTZE  ######################## */

p.Register {
	margin-left: 10px;
}

.result_ok {
	color: #33AA33;
}

.result_error {
	color: #FF0000;
}

p#action_result_area {
	font-size: 14px;
}

div.news {
	margin: 3px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-top: 4px;
	padding-right: 4px;
	background-color: #111111;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #383838;
}

span.statistic_value {
	font-weight: bold;
}

p.imprint {
	margin: 5px;
	margin-top: 12px;
	text-align: justify;
	font-size: 12px;
	line-height: 1.35;
}

/* #####################  MOBILE  ######################## */

body.Mobile {
	margin: 0px;
	font-family: Verdana;
	font-size: 18px;
	background-color: #0A0A0A;
	color: #FFF;
	background-image: none; 
}

img.MobileHeader{
	margin-top: 5px;
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

Form.MobileLoginForm{
	margin-top: 10px;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

input.MobileLogin{
	font-size: 18px;
	width: 70%;
}

input.Mobile{
	font-size: 14px;
}

input.MobileSubmit {
	font-size: 18px;
	width: 100%;
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #0A0A0A;
	background-image: URL('./images/mobile_link_black.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left; 
	color: #EED229;
}

input.MobileSubmitCancel {
	margin: 0px;
	font-size: 18px;
	width: 100%;
	height: 50px;
	border: 0px;
	background-color: #0A0A0A;
	background-image: URL('./images/mobile_link_red.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left; 
	color: #000000;
}

div.MobileLinkBlack{
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	background-color: #0A0A0A;
	background-image: URL('./images/mobile_link_black.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left; 
}

div.MobileLinkYellow{
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	background-color: #0A0A0A;
	background-image: URL('./images/mobile_link_yellow.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left; 
}

a.MobileLogout {
	display: block; 
	text-align: center; 
	font-size: 11px; 
	width: 100%; 
	height: 50px; 
	background-color: #0A0A0A; 
	background-image: URL('./images/mobile_link_black.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left;
	color: #FF0000;
}

a.Mobile {
	font-size: 18px;
}

a.Mobile2 {
	display: block; 
	text-align: center; 
	font-size: 11px; 
	width: 100%; 
	height: 50px; 
	background-color: #0A0A0A; 
	background-image: URL('./images/mobile_link_black.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left;
}

a.MobileYellow {
	display: block; 
	text-align: center; 
	font-size: 11px; 
	width: 100%; 
	height: 50px; 
	background-color: #0A0A0A; 
	background-image: URL('./images/mobile_link_yellow.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom left;
	color: #0A0A0A;
}

h2.Mobile{
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

form.MobileBet{
	font-size: 18px;
	width: 100%;
	margin: 0px;
}