/*
###################################################################################################
# Dateiname: css.css
#
# version: 2.2
# Stand: 08.07.2008
#
#--------------------------------------------------------------------------------------------------
#
# BuLiTipp - Das Bundesliga Tippspielscript
#
# Copyright (C) 2007 Sebastian Müller, Daniel Göhring, Sören Wiechert
#
# This program is free software; you can redistribute it and/or modify it under the terms of the
# GNU General Public License as published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program; if
# not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# http://tipp-spiel.eu
#
###################################################################################################
*/

html {
    background: url('http://beta.bewegungsmelder.de/sites/all/themes/yaml/images/page_bg.jpg');
    background-color:#f0f0f0;
    background-repeat:repeat-x;
}

.head
{
    height:96px;
    position: relative;
}


#sitename
{
    background: no-repeat;
	background-image:url(../../img/header_bg.jpg);
	color:#ffffff;
    height:94px;
    margin:0;
    text-align:left;
}

#sitename h1,#sitename h2
{
    font-weight:bold;
    letter-spacing:-1px;
    margin:0;
    padding:0;
}

#sitename h1
{
    font-size:1.9em;
    padding-top:21px;
    padding-bottom:5px;
}

#sitename h2
{
    font-size:1.0em;
}

body
{
    color:#303030;
	position:absolute;
    font: 80% Verdana,sans-serif;
width: 858px;
margin:0 auto;
background-color:white;
border:4px solid #F8F4E9;
}

* html body {
border:0;
}

table
{  
	font:11px Verdana,sans-serif;
}

p
{
    line-height:1.5em;
    margin:0 0 15px;
}

a, a:visited, a:active
{
	color:#000088;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
	
}
form
{
	margin:0px;
}
input
{
	font: 10px Verdana,sans-serif;
	border:1px solid #E2DED0;
	background-color:#F0F0F0;
}
input.textbox
{
	border:#ccc 1px solid;
	background-color:#fff; 
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	font:1em Verdana, Arial, Serif;
	padding:2px 5px;
	width:200px;
}
input.loginbox
{
	background-color:#A0A0A0; 
	background-position:top left;
	background-repeat:repeat-y ;
	padding:2px 5px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background-color:#fff; 
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	font:1em Verdana, Arial, Serif;
}
input:focus, textarea:focus
{
	border:#999 1px solid;
}

.liverow
{
	background-color:#E0E0E0;
}

th
{
	text-align:left;
	background-color:#C0D1DD;
    white-space:nowrap;
}

.main_unten
{
	/* background:url('../gfx/main_unten_gerade.jpg'); */
	background-repeat:repeat-x;
}
.main_links
{
	/* background:url('../gfx/main_mitte_links.jpg'); */
	background-repeat:repeat-y;
	width:2px;
}
.main_rechts
{
	/* background:url('../gfx/main_mitte_rechts.jpg'); */
	background-repeat:repeat-y;
	width:16px;
}
.aktiv
{
	padding-top:0px;
	color:#000000;
	font-weight:bold;
	/* background:url('../gfx/aktiv_gerade.jpg'); */
	background-repeat:repeat-x;
}
.hell
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../gfx/hell_gerade.jpg'); */
	background-repeat:repeat-x;
}
.dunkel
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../gfx/dunkel_gerade.jpg'); */
	background-repeat:repeat-x;
}
.content
{
	/* background-color:#99B5C7; */
    color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;
	width:100%;
}
.footer
{
	color: #808080;
	font:9px Verdana,sans-serif;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color:#808080;
	text-decoration:none;
	font-weight:normal;
}

.main_oben {
width:858px;
height:10px;
  background-color: #EEBC0F;

}

* html .main_oben {
height:20px;
width:850px;
position:absolute;
}

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:active
{ 	color:#000;
border-right:1px solid #ccc;
	width:105px;

line-height:24px;
	display: block;

	text-decoration:none;
	float:left;
	font-size:12px;
	color:white;
font-weight:bold;
text-align:center;
font-family: "Georgia",times,serif;
}

.navigation a:hover
{
	color:#000;
	display: block;
	text-decoration:none;
  background-color: #E27317;
}

.jumpTo
{
	font:10px Verdana,sans-serif;
	color:#000088;
	font-weight:bold;
	background-color:#F4F1E6;
}

.tipp_live
{
	font: 12px Verdana,Tahoma,Arial,sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #0000FF;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_not_started
{
	font: 12px Verdana,Tahoma,Arial,sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #FF0000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_finished
{
	font: 12px Verdana,Tahoma,Arial,sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #000000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_live
{
	font: 9px Verdana,Tahoma,Arial,sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #0000FF;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_not_started
{
	font: 9px Verdana,Tahoma,Arial,sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #FF0000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_finished
{
	font: 9px Verdana,Tahoma,Arial,sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #000000;
    font-weight: normal;
    white-space:nowrap;
}
.tipp_td
{
	text-align:center;
	background-color:#C0D1DD;
}
.tipp_name
{
	text-align:left;
	background-color:#C0D1DD;
}
.tipp_result
{
	border-bottom:2px solid #C0D1DD;
}
.tipp_result2
{
	border-bottom:2px solid #C0D1DD;
	background-color:#C0D1DD;
	white-space:nowrap;
}
.tipp
{
    font-size: 12px;
	font-weight: bold;
	text-align:center;
}
.time
{
    font-size: 10px;
	font-weight: normal;
	text-align:center;
}

.table_content
{
    border:1px solid #C0D1DD;
    width:100%;
}
.punkte_name
{
	text-align:left;
	background-color:#C0D1DD;
	padding-left:5px;
	font-weight:bold;
}
.check
{ 
	background-color:#C0D1DD; 
	border:none; 
}
.table_1b
{
	border-top: 2px solid #C0D1DD;
}
.news_th
{
	text-align:right;
	background-color:#C0D1DD;
}
.sysMsg
{
    margin:0px 0px 5px 0px;
    padding:5px 5px 5px 5px;
    border:1px solid #333333;
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#DEA900;
}
.sysMsg a, .sysMsg a:active, .sysMsg a:visited, .sysMsg a:hover
{
    color:#FFFFFF;
    text-decoration:none;
}

.submit
{
    background-color:#C0D1DD;
    border: 1px solid black;
}


.forumAutor
{
	width:120px;
	background:#f8f9fa;
	border: 1px solid #909090;
	border-top:0px;
	border-left:0px;
	color:#303030;
	text-decoration:none;
	padding:3px;
	vertical-align:top;
}
.leftSpace
{
	width:10px;
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-bottom:0px;
	color:#606060;
}
.bottomSpace
{
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-right:0px;
	color:#aaaaaa;
	padding-left:19px;
}
.forumText
{
	padding:5px;
	border-bottom:1px solid #b0b0b0;
}
.forumPostArea
{
	font-size:1.3em;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;height:52px;	
	font: 98% Verdana,Tahoma,Arial,sans-serif;




}
.forumPostSubmit
{
	font-size:1.0em;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	margin-top:2px;
	width:300px;height:20px;	
	font: 98% Verdana,Tahoma,Arial,sans-serif;
}


/*** Table Headers ***/
.tabHeaderRandl
{
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-right:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabHeaderMid
{
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-left:0px;
	border-right:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabHeaderRandr
{
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-left:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabContentRandl
{
	font: 80% Verdana,sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	border-right:0px;
	border-top:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabContentMid
{
	font: 80% Verdana,sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	border-left:0px;
	border-right:0px;
	border-top:0px;	
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}

.tabContentMid a
{
	text-decoration: none;	
	color:#505050;	
  font-weight: normal;
}

.tabContentMid a:hover
{
	text-decoration: underline;	
	color:#808080;
}

.tabContentRandr
{
	font: 80% Verdana,sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	border-left:0px;
	border-top:0px;	
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;	
}

.tabContentRandr a
{
	font-weight: normal;
}



.leftSpace
{
	width:10px;
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-bottom:0px;
	color:#606060;
}

.forumAutor
{
	width:120px;
	background:#f8f9fa;
	border: 1px solid #909090;
	border-top:0px;
	border-left:0px;
  
	color:#303030;
	text-decoration:none;
	padding:3px;
	vertical-align:top;
}

.forumText
{
	padding:5px;
	background:#C0D1DD;
  border-right:1px solid #b0b0b0;
}

.bottomSpace
{
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	
	color:#aaaaaa;
	padding-left:19px;
}

#contentalt
{
    border:0px solid #909090;
    color:#2a2a2a;
    padding:15px 20px 5px;
    text-align: justify;
    width:100%;
}

* html #contentalt {
padding-left:0;
}

#cont
{
    background-color:#fafcff;
    border:1px solid #909090;
    color:#2a2a2a;
    padding:10px 10px 5px;
    text-align: justify;
    width:140px;
    margin-bottom: 5px;
}

.intro
{
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
}

.navi a, .navi a:link, .navi a:visited, .navi a:active
{
    background:#e8e9ea;
    border:1px solid #b0b0b0;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
    text-transform:uppercase;
    width:140px;
}

.navi a:hover
{
    background:#f8f9fa;
    border:1px solid #909090;
    color:#303030;
    text-decoration:none;
}

.inputClass
{
	font-size:1.0em;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	font: 98% Verdana,Tahoma,Arial,sans-serif;
}
.inputSubmit
{
	font-size:1.0em;
	font-weight:bold;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	font: 98% Verdana,Tahoma,Arial,sans-serif;
}
.inputArea
{
	font-size:1.3em;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;height:155px;	
	font: 98% Verdana,Tahoma,Arial,sans-serif;
}

.table_ssieger
{
    border:1px solid #C0D1DD;
    border-collapse:collapse;
}

.tippgruppe
{
   font-weight: normal;
   font-size: 10px;
}


th {
background-color: #EEBC0F;
color:black;
}

.tipp_name {
background-color: #fff;
border: 1px solid black;
}

#login_header {
background-color:#6C6C6C;
width:853px;
height:35px;
line-height:35px;
text-indent:10px;
font-family: Verdana,Tahoma,Arial,sans-serif;
padding:3px;
font-size:80%;
color:white;
}

* html #login_header {
padding-top:5px;
line-height:30px;
}

#login_submit {
background-color:#E27317;
color:white;
}

.login_header_links {
color: #e27317;
margin-left:240px;
}

* html .login_header_links {
margin-left:250px;
}

#login_header a {
color: #e27317;
}

.footer_line a {
color:#000;
font-size:80%;
font-weight:normal;
}

.feature {
width:100%;
height:230px;
margin:0 0 10px 0;
text-align:center;
vertical-align:bottom;
background-position:center;
background-image:url(http://www.bemel.de/TippBilder/featured.jpg);
background-repeat:no-repeat;
}

* html .feature {
background-position:left;
}

.feature_text {
position:relative;
top:140px;
left:25px;
width:330px;
height:45px;
background-color:#fff;
text-align:left;
padding:10px;
border:1px solid black;
}

* html .feature_text {
left:-215px;
}

.feature_header {
font-family: "Georgia",times,serif;
color: #3c91c9;
font-size:200%;
}

.feature_text a {
text-decoration:none;
color:black;
}

.subnavi {
position:absolute;
top:159px;
width:838px;
background-color:#E27317;
height:23px;
line-height:23px;
color:black;
padding-left:20px;
}

* html .subnavi {
top:156px;
border:0;
width:850px;
position:absolute;
top:23px;
padding-left:20px;
}

.subnavi a, .subnavi a:link, .subnavi a:visited, .subnavi a:active
{ 
  line-height: 23px;
  color:#000;
  margin-right:25px;
  height:23px;
  font-size: 10px;
  text-decoration:none;
  font-weight:normal;  
  float:left;
color:white;
border:0;
text-align:left;
width:auto;
}



.subnavi a:hover
{
	color:#000;
  height:23px;
  display: block;

  font-size: 10px;
	text-decoration:none;


}


.header_divider {
background-image:url(http://www.bemel.de/TippBilder/header_divider.jpg);
position:absolute;
top:182px;
width:858px;
height:35px;
}

* html .header_divider {
top:45px;
width:850px;
}

.news th {
background-color:#F1ECDB;
width:25%;
height:26px;
font-size:150%;
font-family: "Georgia",times,serif;
font-weight: bold;
font-variant:small-caps;
}

.table_content th {
background-color:#ccc;
font-family:Verdana,Tahoma,Arial,sans-serif;
font-variant:normal;
height:12px;
font-size:100%;
padding:2px;
}

* html .contentbox {
background-color:white;
width:858px;
border:4px solid #F8F4E9;
}