/*
###################################################################################################
# Dateiname: css.css
#
# Letzte �nderung der Datei / Last Change of File
# -----------------------------------------------
# Revision:       $Rev: 340 $
# Datum / Date:   $Date: 2012-06-30 09:48:46 +0200 (Sa, 30 Jun 2012) $
# Autor / Author: $Author: wilhelm12 $
#
#--------------------------------------------------------------------------------------------------
#
# BuLiTIPP 4 - Das Bundesliga Tippspielscript
#
# Copyright (C) 2007-2012 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://www.xcript.de
#
# !!! Do not remove link or copyright-notice !!!
#
###################################################################################################
*/

.tabs ul{
    clear: both;
    list-style-type: none;
    height: 30px;
}
.tabs li{
    float: left;
    margin: 10px 10px;
}

.head
{
    height:96px;
    position: relative;
	border:none;
}

#sitename
{
   color:#12A852;
   height:86px;
   margin:0 20px 57px;
   text-align:center;
   /*filter:Glow(color=#FFFFFF, strength=2);
   text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff, 0 0 0.2em #ffffff;*/
}

#sitename h1,#sitename h2
{
    font-weight:normal;
    letter-spacing:-1px;
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, Sans-Serif
}

#sitename h1
{
    font-size:1.9em;
    padding-top:10px;
    padding-bottom:5px;
}

#sitename h2
{
    font-size:1.2em;
    background-color:rgba(235, 235, 235, 0.55);
    border: 0.1ex solid white;
	display:inline
}

#footer
{
	color: #FAFCFF;
	font-size:9px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
    background-color:transparent;
    width:976px;

}
body
{
    margin-top:0;
	font-family: 'Oswald', sans-serif;
    color:#5F5F5F;
    font-size: 90%;
    background: url('../../img/bg.gif') repeat;
	background-attachment: fixed;
    margin-left:0;
    height: 100%;
}

table
{  
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	margin-top:7px;
}
p
{
    line-height:1.5em;
    margin:0 0 15px;
}

a, a:visited, a:active
{
	font-size: 0.9em;
	font-family: 'Oswald', sans-serif;
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#444444;
	text-decoration:blink;
	font-weight:bold;
	color:#4C6FF0;
}
a.links_hell, a.links_hell:visited, a.links_hell:active
{
	color:#2A6F00;
	text-decoration:none;
	font-weight:bold;
    border-bottom: 1px dotted #ffffff;
}
a.links_hell:hover
{
	color:#7F87DE;
	text-decoration:none;
    border-bottom: 1px solid #ffffff;
}
a.links_dunkel, a.links_dunkel:visited, a.links_dunkel:active
{
	color:#444444;
	text-decoration:none;
	font-weight:bold;
    border-bottom: 1px dotted #444444;
}
a.links_dunkel:hover
{
	color:#444444;
	text-decoration:none;
    border-bottom: 1px solid #444444;
}
form
{
	margin:0px;
}
input
{
	font-size: 1.00em;
	font-family: 'Oswald', sans-serif;
	border:1px solid #E2DED0;
	background-color:#F0F0F0;
}
select
{
	border:#ccc 1px solid;
	background-color:#F1F6FC; 
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	font-size:1.0em;
	font-family: 'Oswald', sans-serif;
	padding:1px 1px;
	width:200px;
}
option
{
	border:#5f5f5f 1px solid;
	background-color:#f4f1e6; 
	background-position:top left;
	background-repeat:repeat-y ;
	font-size:1.25em;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin:0;
	width:200px;
}
input.textbox
{
	border:#ccc 1px solid;
	background-color:#F1F6FC;
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	font-size:1.25em;
	font-family: 'Oswald', sans-serif;
	padding:2px 5px;
	width:200px;
	-moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(0, 0, 102, 0.85);
	box-shadow: 0 0 1px #EDF9FF inset; 
}
input.loginbox
{
	background-color:#F1F6FC; 
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	padding:2px 5px;
    font-size: 1.0em;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(0, 0, 102, 0.85);
	box-shadow: 0 0 1px #EDF9FF inset;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background-color:#F1F6FC; 
	background-image:url(../../img/fieldbg.jpg);
	background-position:top left;
	background-repeat:repeat-y ;
	font-size:1.25em;
	font-family: 'Oswald', sans-serif;
}
input:focus, textarea:focus
{
	border:#999 1px solid;
}

#spielplan 
{
    border:1px solid #5f5f5f;
    width:100%;
    
    background-color:#95E4CB;
}

#spielplan .daterow
{
    font-size: 0.9em;
    color:#000000;
    border-bottom:1px solid #9a9a9a;
    border-left: 5px solid #9a9a9a;
    padding-left: 20px;
}

#spielplan .weekdayrow
{
    font-size: 0.9em;
    font-weight: bold;
    background-color:#F73037;
    border-left: 5px solid #9a9a9a;
    color:#000000;
    padding-left: 10px;
}

#spielplan .gamerow
{
    font-size: 1.2em;
}

#spielplan .gamerow:hover
{
    background-color: #83cab1;
}

#spielplan .gamerow a:hover
{
	color:#444444;
	font-weight:bold;
	color:#4C6FF0;
}

#spielplan .liverow
{
	background-color:#fffb91;
}

#matchday_list a, #matchday_list a:visited, #matchday_list a:active
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#matchday_list a:hover
{
	color:#00FFB7;
	text-decoration:underline;
	font-weight:bold;
}

th
{
	text-align:left;
	font-size:1.0em;
	background:#C9F4DF;
    white-space:nowrap;
    color:#2A6F00;
}

#thup
{
	text-align:left;
	font-size:1.2em;
	background-color:#00D17B;
    white-space:nowrap;
    color:#ffffff;
}
#thuple
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}
#thupmdl
{
	text-align:center;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}
#thupri
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;  
}
#thmdl
{
	text-align:left;
	font-size:1.1em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    font-weight:normal;
    
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}
#thbo
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}
#thbole
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55); 
	box-shadow: 0 0 1px #EDF9FF inset; 
}
#thbomdl
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset; 
}
#thbori
{
	text-align:left;
	font-size:1.2em;
	background-color:#2A6F00;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55); 
	box-shadow: 0 0 1px #EDF9FF inset;     
}

.login th {
    
    background-color:#2A6F00;
    font-size:0.65em;
    text-align:left;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset; 
}
.news th {
    
    background-color:#2A6F00;
    font-size:1.1em;
    text-align:left;
    white-space:nowrap;
    color:#2A6F00;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(161, 239, 201, 0.55);
    box-shadow: 0 0 1px #EDF9FF inset;
}
a.login, a.login:visited, a.login:active
{
	color:#696969;
	text-decoration:none;
	font-weight:bold;
}
a.login:hover
{
    color:#696969;
    text-decoration:none;
    font-weight:bold;
    border-bottom: 1px solid #696969;
}
.Menu
{
    font-size:0.95em;
}
.topth
{
	text-align:left;
	font-size:1.1em;
	background-color:#2A6F00;
    white-space:nowrap;
	border:1px solid #5f5f5f;
	border-left:0;
	border-right:0;

}
.adminth
{
	text-align:center;
	vertical-align:middle;
	font-size:1.8em;
	font-variant:small-caps;
	color:#000000;
	background-color:#3dd50e;
	border:2px solid #5f5f5f;
	border-left:0;
	border-right:0;
}

.main_oben
{
	/* background:url('../../style/gfx/main_oben_gerade.jpg'); */
	background-repeat:repeat-x;
}
.main_unten
{
	/* background:url('../../style/gfx/main_unten_gerade.jpg'); */
	/* background-repeat:repeat-x; */
    /*background-color:#000000;*/

}
.main_links
{
	/* background:url('../../style/gfx/main_mitte_links.jpg'); */
	background-repeat:repeat-y;
	width:12px;
}
.main_rechts
{
	/* background:url('../../style/gfx/main_mitte_rechts.jpg'); */
	background-repeat:repeat-y;
	width:16px;
}
.aktiv
{
	padding-top:0px;
	color:#000000;
	font-weight:bold;
	/* background:url('../../style/gfx/aktiv_gerade.jpg'); */
	background-repeat:repeat-x;
}
.hell
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../../style/gfx/hell_gerade.jpg'); */
	background-repeat:repeat-x;
}
.dunkel
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../../style/gfx/dunkel_gerade.jpg'); */
	background-repeat:repeat-x;
}
.content
{
/*	background-color:#c0c0c0;*/
    color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;

}
.footer
{
	color: #ffffff;
	font-size:0.75em;
	font-family: 'Oswald', sans-serif;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
}
.navigation a, .navigation a:link, .navigation a:visited, .navigation a:active
{   
    position:relative; top:-53px;
    line-height: 30px;
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#ffffff;
    height:32px; /*39px */
    width: 100px;
    display: block;
    font-size: 1.4em; /*1.0em*/
    text-decoration:none;
    font-weight:normal;  
    background: url('../../img/men.jpg');
    font-family: 'Oswald', sans-serif;
	font-style: normal;
}

.navigation a:hover
{
    line-height: 30px; /*33px*/
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#ffffff;
    height:32px; /*39px*/
    width: 100px;
    display: block;
    font-size: 1.4em;
    text-decoration:none;
    font-weight:normal;  
    background: url('../../img/men_hover.jpg');
    font-family: 'Oswald', sans-serif;
	font-style: normal;
}

.navigation .selected a
{
    line-height: 30px;
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#ffffff;
    height:32px; /*39px*/
    width: 100px;
    display: block;
    font-size: 1.4em;
    text-decoration:underline;
    font-weight:bold;  
    background: url('../../img/men.jpg');
    font-family: 'Oswald', sans-serif;
	font-style: normal;
}

.jumpTo
{
	font-size:1.0em;
	font-family: 'Oswald', sans-serif;
	color:#00842E;
	font-weight:bold;
	background-color:#F4F1E6;
    margin:auto;
}

.tipp_live
{
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #00FFA6;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_not_started
{
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #C0D174;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_finished
{
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
/*	width: 21px; */
	text-align: center;
    color: #000000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_live
{
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #ABE400;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_not_started
{
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #AEEABE;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_finished
{
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
/*	width: 17px; */
	text-align: center;
    color: #000000;
    font-weight: normal;
    white-space:nowrap;
}
.tipp_td
{
	text-align:center;
	/*background-color:#2A6F00;*/
}
.tipp_name
{
	text-align:left;
	padding-left:10px;
	color: #ffffff;
	-moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(150, 150, 150, 0.35);
	box-shadow: 0 0 1px #EDF9FF inset;
}
.tipp_result
{
	border-bottom:2px solid #AEEABE;
}
.tipp_result2
{
	border-bottom:2px solid #AEEABE;
	background-color:#AEEABE;
	white-space:nowrap;
}
.tipp
{   
    width:30px;
    font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.tipp_admin_finished
{
    background-color: #ffcdce;
    border:2px solid #AEEABE;
}

.time
{
    font-size: 10px;
	font-weight: normal;
	text-align:center;
}

.table_content
{
    border:1px solid #214258;
    width:100%;
    background-color:#71DEB4;
    border: 1px solid #5f5f5f;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 1px #EDF9FF inset;
}

.table_content_forum
{
    border:1px solid #214258;
    width:95%;
    background-color:#71DEB4;
}
.punkte_name
{
	text-align:left;
	background-color:#AEEABE;
	padding-left:5px;
	font-weight:bold;
}
.check
{ 
	background-color:#AEEABE; 
	border:none; 
}
.table_1b
{
	border-top: 2px solid #AEEABE;
}
.news_th
{
	text-align:right;
	background-color:#AEEABE;
}

.javascript_infobar
{
    margin:-45px 10px 47px 10px;
    padding:5px 5px 5px 5px;
    border:1px solid #000000;
    text-align:center;
    color:#AEEABE;
    font-size: 1.1em;
    background-color:#71DEB4;
	float:none;
    height:20px; 
}

.user_infobar
{
    /*margin:-130px 10px 47px 10px;
    padding:5px 5px 5px 5px;
    border:1px solid #000000;
    -moz-border-radius:5px 5px 5px 5px;
    text-align:center;
    color:#2A6F00;
    font-size: 1.3em;
    background-color:#71DEB4;
	float:none;
    height:50px;
    vertical-align:middle;
    border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.65);
	border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 1px #EDF9FF inset;*/
	margin:-125px 180px 55px;
    padding:1px 1px 1px 1px;
    border:1px solid #000011;
    text-align:center;
    color:#2A6F00;
    font-size: 1.0em;
    background-color:#71DEB4;
	float:none;
    height:50px;
    vertical-align:middle;
    border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.65);
	box-shadow: 0 0 1px #EDF9FF inset;
}

.user_infobar img.userpic
{
    /*max-height:50px;
    width:auto;
    border:0;
    vertical-align:middle;*/
    max-height:30px;
    width:auto;
    border:0;
    vertical-align:middle;
	margin-left: 10px;
}

.sysMsg
{
    margin:-55px 0 47px -4px;
    padding:5px 5px 5px 5px;
    border:1px solid #333333;
    text-align:center;
    font-weight:bold;
    color:#F73037;
    background-color:#FAFF74;
	float:none;
}
.sysMsg a, .sysMsg a:active, .sysMsg a:visited, .sysMsg a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.submit
{
    background-color:#AEEABE;
    border: 1px solid black;
}


.forumAutor
{
	width:120px;
	font-size:1.1em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	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.9em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-right:0px;
	color:#000000;
	padding-left:19px;
}
.forumText
{
	padding:5px;
	border-bottom:1px solid #b0b0b0;
}
.forumPostArea
{
	font-size:1.3em;
	font-family: 'Oswald', sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;
    height:52px;	
}
.forumPostSubmit
{
	font-size:1.0em;
	font-family: 'Oswald', sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	margin-top:2px;
	width:300px;height:20px;	
}


/*** Table Headers ***/
.tabHeaderRandl
{
	font-size:0.8em;
	background:#A1EFD9; /*#e8e9ea;*/
	border:1px solid #b0b0b0;
	border-right:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabHeaderMid
{
	background:#A1EFD9;
	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:#A1EFD9;
	border:1px solid #b0b0b0;
	border-left:0px;
	color:#606060;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	text-transform:uppercase;
}
.tabContentRandl
{
	font-size: 80%;
	font-family: 'Oswald', 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-size: 80%;
	font-family: 'Oswald', 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-size: 80%;
	font-family: 'Oswald', 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:#AEEABE;
  border-right:1px solid #b0b0b0;
}

.bottomSpace
{
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	color:#aaaaaa;
	padding-left:19px;
}
#zentrieren {
    background:url("../../img/bgr_blue1.gif") repeat-x scroll 0 0;
    height:189px;
    left:51%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    top:0;
    width:990px;
	border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 1px #EDF9FF inset;
}

#contentalt {
    /*background-color:#FAFCFF;*/
    border:0px solid #909090;
    color:#2A2A2A;
    margin-left:11px;
    padding:13px 4px;
    position:relative;
    text-align:justify;
    width:770px;
    min-height:708px;
	border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}

#contentalt_welcome {
    /*background-color:#FAFCFF;*/
    border:0px solid #909090;
    color:#2A2A2A;
    margin-left:11px;
    padding:0px 4px;
    position:relative;
    text-align:justify;
    width:770px;
}

#zcontent {
    position: auto;
    top: 0px;
    left: 51%;
    margin: -42px auto 0 -3px;
    width: 980px;
    height: 100%;
    background-color:#ececec;
    border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.55);
	box-shadow: 0 0 1px #EDF9FF inset;
}

#cont {
    background-color:#ececec;
    border:0px solid #909090;
    color:#2A2A2A;
    height:100%;
    margin-left:14px;
    padding:10px 10px 5px;
    text-align:justify;
    width:142px;
	border: 1px solid #A0A0A0;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 1px #EDF9FF inset;
}

.intro
{
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
}

.rednavi a, .rednavi a:link, .rednavi a:visited, .rednavi a:active
{
    background:#e8e9ea;
    border:1px solid #AEEABE;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
    text-transform:uppercase;
    width:140px;
}
.rednavi a:hover
{
    background:#f8f9fa;
    border:1px solid #dd0000;
    color:#303030;
    text-decoration:none;
}

.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;
	  font-size:1.2em;
    font-variant:small-caps;
	  text-align:center;
    width:136px;
    margin-left: -5px;
    border:1px solid #214258;
    width:100%;
    background-color:#71DEB4;
    border: 1px solid #5f5f5f;
    -moz-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow:inset 1px 1px 1px 1px #A0A0A0;
    box-shadow:inset 1px 1px 1px 1px #A0A0A0;
	background-color:rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 1px #EDF9FF inset;
}

.navi a:hover
{
    background:#f8f9fa;
    border:1px solid #909090;
    color:#303030;
    text-decoration:none;
}

.adminnavi a, .adminnavi a:link, .adminnavi a:visited, .adminnavi a:active
{
    background:#c0ffc0;
    border:1px solid #b0b0b0;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
    text-transform:uppercase;
    width:140px;
}
.naviadmin a:hover
{
    background:#d0ffd0;
    border:1px solid #909090;
    color:#303030;
    text-decoration:none;
}

.inputClass
{
	font-size:1.0em;
	font-family: 'Oswald', sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
}
.inputSubmit
{
	font-size:1.25em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
}
.inputArea
{
	font-size:1.3em;
	font-family: 'Oswald', sans-serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;height:155px;	
}

.table_ssieger
{
    border:0px;
    border-collapse:collapse;
}

.tippgruppe
{
   font-weight: normal;
   font-size: 10px;
}

marquee
{
	color: #FFFFFF;
	font-size: 11px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.marquee a, .marquee a:link, .marquee a:visited, .marquee a:active, .marquee a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.register_warning
{
    color: #AEEABE;
    font-weight: bold;
}
.scroll
{
  height: 1400px;
  overflow: auto;
  width:  100%;
  padding: 10px;
}
/*** Scroll Button ***/
#back-top {
	position: fixed;
	top: 450px;
	right: 30px;
	z-index: 3;
	display: none;
}
 
#back-top a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background-color: #00FFA9; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: background-color .15s;
	-moz-transition: background-color .15s;
	-webkit-transition: background-color .15s;
	-o-transition: background-color .15s;
	-ms-transition: background-color .15s;
}
 
#back-top a:hover {
	text-decoration: none;
	background-color: #F73037;
}
}
/*** Ende Scroll Button ***/