html {
    margin: 0;
    padding: 0;
    height: 100%;
    cursor: default;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Verdana, Arial;
    /*background: url(../images/background.jpg) no-repeat;
	background-size: cover;
	background-position: 100% 100%; 
	background-attachment: fixed;*/
    background-color: #008000;
    text-align: left;
    color: #444;
}

td {
    border-radius: 2px;
}

.clr {
	clear: both;
	height: 1px !important;
	line-height: 1px !important;
	font-size: 1px !important;
	width: 100%;
}

.ivw {
    font-size:0;
	display:none;
}

#ip_page_wrapper {
    position: relative;
	margin-top: 5px;
    /*margin-left: 100px;*/
}

.naMediaAd_SUPERBANNER {
    position:absolute;
	left: 173px;
	top: -1px;
    text-align:center;
    font-size:1px;
    line-height:0px;
	min-height: 90px;
} 

.naMediaAd_WIDE_SKYSCRAPER {
	position:absolute;
	top: 140px;
}

.naMediaAd_MEDIUM_RECTANGLE { 
    margin:1px; 
}

.naMediaAd_BILLBOARD {
	margin: 5px 0 5px 12px;
}

body.naMediaAd_WALLPAPER .naMediaAd_SUPERBANNER {
	text-align: left;
	position: absolute;
	left: 186px;
}

body.naMediaAd_WALLPAPER .naMediaAd_WIDE_SKYSCRAPER {

}

.netzathleten_in {
position:absolute;
margin-left:790px;
margin-top:-60px;
}

.netzathleten_out {
position:absolute;
margin-left:790px;
margin-top:5px;
}

#adtag_rechts {
position:absolute;
margin-left:920px;
}

body.naMediaAd_WALLPAPER .netzathleten_out {
margin-top:0;
}

.b_cv {
	width: 100%;
    height: 100px;
	margin-left: 39px;
	text-align: center;
}

.top {
	position: absolute;
	margin-top: -15px;
    background: url(../images/top.gif) repeat;
	width: 900px;
    height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #EEE;
	text-align: center;
}

.top a {
    font-size: 10px;
	font-weight: bold;
	color: #EEE;
}

.top a:hover {
    font-size: 10px;
	font-weight: bold;
	color: #EE5500;
}

.wrapper {
    position: relative;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin: auto;
    width: 900px;
    text-align: left;
    border: 1px solid #004080;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px #FFF;
    -moz-box-shadow: 0px 0px 4px #FFF;
    box-shadow: 0px 0px 4px #FFF;
	z-index: 1000;
}

#top-wrapper {
    /*background: #004080;*/
    background: url(../images/header/header_2025.png) no-repeat #004080;
    width: 100%;
    height: 70px;
    text-align: left;
}

#con-wrapper {
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */ 
	text-align: left;
	/*background-color: #dff9ff;*/
	background-color: #007DC0;
	/*background: url(../images/bg_content.gif) repeat;*/
	/*padding-bottom: 15px;*/
	z-index: 9991000;
}

#fot-wrapper {
    clear:both;
	padding: 10px;
	border-top: 1px solid #999;
	text-align: center;
	background-color: #004080;
}

#con-full{
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	width: 884px;
	text-align: left;
	position: relative;
}

#con-left {
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	width: 560px;
	float: left;
	text-align: left;
	position: relative;
}

#con-right{
	margin-right: 5px;
	margin-top: 5px;
	padding: 3px;
	width: 310px;
	float: right;
	text-align: left;
	position: relative;
}

#con-left-game {
	margin-left: 5px;
	margin-top: 0;
	padding: 3px;
	width: 650px;
	float: left;
	text-align: left;
	position: relative;
}

#con-right-game {
	margin-right: 5px;
	margin-top: 0;
	padding: 3px;
	width: 220px;
	float: right;
	text-align: left;
	position: relative;
}

#box-titel-blau{
    height: 17px;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding-top: 3px;
    padding-left: 5px;
	margin-top: 5px;
}

#box-titel-blau-hell{
    height: 17px;
    border: 1px solid #004080;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #007DC0;
    background: -moz-linear-gradient(top, #008ED0 0%, #007DC0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ED0), color-stop(100%,#007DC0));
    background: -webkit-linear-gradient(top, #008ED0 0%,#007DC0 100%);
    background: -o-linear-gradient(top, #008ED0 0%,#007DC0 100%);
    background: -ms-linear-gradient(top, #008ED0 0%,#007DC0 100%);
    background: linear-gradient(to bottom, #008ED0 0%,#007DC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ED0', endColorstr='#007DC0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding-top: 3px;
    padding-left: 5px;
	margin-top: 5px;
}

#box-titel-orange{
    height: 17px;
    border: 1px solid #DD4400;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #EE5500;
    background: -moz-linear-gradient(top, #FF6600 0%, #EE5500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6600), color-stop(100%,#EE5500));
    background: -webkit-linear-gradient(top, #FF6600 0%,#EE5500 100%);
    background: -o-linear-gradient(top, #FF6600 0%,#EE5500 100%);
    background: -ms-linear-gradient(top, #FF6600 0%,#EE5500 100%);
    background: linear-gradient(to bottom, #FF6600 0%,#EE5500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#EE5500',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding-top: 3px;
    padding-left: 5px;
	margin-top: 5px;
}

#box-titel-gruen{
    height: 17px;
    border: 1px solid #0A500A;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0B610B;
    background: -moz-linear-gradient(top, #0C620C 0%, #0B610B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C620C), color-stop(100%,#0B610B));
    background: -webkit-linear-gradient(top, #0C620C 0%,#0B610B 100%);
    background: -o-linear-gradient(top, #0C620C 0%,#0B610B 100%);
    background: -ms-linear-gradient(top, #0C620C 0%,#0B610B 100%);
    background: linear-gradient(to bottom, #0C620C 0%,#0B610B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C620C', endColorstr='#0B610B',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding-top: 3px;
    padding-left: 5px;
	margin-top: 5px;
}

#box-titel-rot{
    height: 17px;
    border: 1px solid #A30303;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #B40404;
    background: -moz-linear-gradient(top, #C51515 0%, #B40404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C51515), color-stop(100%,#B40404));
    background: -webkit-linear-gradient(top, #C51515 0%,#B40404 100%);
    background: -o-linear-gradient(top, #C51515 0%,#B40404 100%);
    background: -ms-linear-gradient(top, #C51515 0%,#B40404 100%);
    background: linear-gradient(to bottom, #C51515 0%,#B40404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C51515', endColorstr='#B40404',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding-top: 3px;
    padding-left: 5px;
	margin-top: 5px;
}

#box-text {
    background: #ffffff;
    padding: 2px;
    font-size: 12px;
	border: 1px solid #003070;
}

#box-text-start {
    background: #ffffff;
    padding: 2px;
    font-size: 12px;
	border: 1px solid #003070;
}

#box-text-or {
    display: block;
	background-color: #EEE;
	padding: 2px;
	margin-bottom: 8px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

#start-full {
	margin-left: 5px;
	margin-bottom: 3px;
	text-align: left;
}

#start-lef {
	margin-left: 3px;
	margin-bottom: 3px;
	width: 315px;
	float: left;
	text-align: left;
	position: relative;
}

#start-rig {
	margin-left: 5px;
	margin-bottom: 3px;
	width: 315px;
	float: right;
	text-align: left;
	position: relative;
}

#infobox-con-left {
	margin-top: 13px;
	margin-left: 8px;
	width: 180px;
	float: left;
	text-align: left;
	position: relative;
}

#infobox-con-left-mid {
    margin-top: 13px;
	margin-left: 5px;
	width: 180px;
	float: left;
	text-align: left;
	position: relative;
}

#infobox-con-right-mid {
    margin-top: 13px;
	margin-left: 5px;
	width: 210px;
	float: left;
	text-align: left;
	position: relative;
}

#infobox-con-right {
    margin-top: 13px;
	margin-left: 5px;
	width: 300px;
	float: left;
	text-align: left;
	position: relative;
}

#infobox-left, #infobox-left-mid, #infobox-right-mid, #infobox-right {
	height: 15px;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #003070;
    background: -moz-linear-gradient(top, #004080 0%, #003070 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004080), color-stop(100%,#003070));
    background: -webkit-linear-gradient(top, #004080 0%,#003070 100%);
    background: -o-linear-gradient(top, #004080 0%,#003070 100%);
    background: -ms-linear-gradient(top, #004080 0%,#003070 100%);
    background: linear-gradient(to bottom, #004080 0%,#003070 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004080', endColorstr='#003070',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	padding: 2px;
}

#infobox-text {
	background: #ffffff;
    padding: 2px;
	color: #444;
    font-size: 11px;
    border: 1px solid #003070;
	height: 112px;
	line-height: 14px;
}

#infobox-text a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#infobox-text a:hover {
	text-decoration: underline;
}

.tabs
{
position:absolute;
text-align:left;
}

span {
padding:0;
margin:0;
border:0;
}

input {
 background-color: #EEE;
 border:1px solid #EE5500;
 font-weight:normal;
 font-size: 12px;
 color:#004080;
 font-family: verdana;
}

textarea {
 background-color: #EEE;
 border:1px solid #EE5500;
 font-weight:normal;
 font-size: 12px;
 color:#004080;
 font-family: verdana;
}
select {
 background-color: #EEE;
 border:1px solid #EE5500;
 font-weight:normal;
 font-size: 12px;
 color:#004080;
 font-family: verdana;
}

input.submit {
    height: 19px;
    border: 1px solid #CC3300;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #EE5500;
    background: -moz-linear-gradient(top, #EE5500 0%, #DD4400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EE5500), color-stop(100%,#DD4400));
    background: -webkit-linear-gradient(top, #EE5500 0%,#DD4400 100%);
    background: -o-linear-gradient(top, #EE5500 0%,#DD4400 100%);
    background: -ms-linear-gradient(top, #EE5500 0%,#DD4400 100%);
    background: linear-gradient(to bottom, #EE5500 0%,#DD4400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE5500', endColorstr='#DD4400',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px 1px #444444;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

input.submit:hover {
	background: #FF6600; 
}

.submitb {
 padding-top: 2px;
 padding-bottom: 1px;
 padding-left: 10px;
 padding-right: 10px;
 background-color: #EE5500;
 border:1px solid #EE6611;
 font-size: 11px;
 font-weight:bold;
 color:#FFF;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px; 
}

.submitb:hover {
 padding-top: 2px;
 padding-bottom: 1px;
 background-color: #EE7722;
 border:1px solid #EE5500;
 font-size: 11px;
 font-weight:bold;
 color:#EEE;
 text-decoration: none;
 cursor: pointer;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px; 
}

.submitboard {
    padding: 5px 20px!important;
    height: 30px!important;
}

a
{
color:#071C55;
font-weight:normal;
text-decoration:none;
font-family:verdana;
font-size:12px;
}

a:hover
{
color:#004080;
font-weight:normal;
text-decoration:underline;
font-family:verdana;
font-size:12px;
}

.voten a
{
font-weight:bold;
color: #ffffff;
background:#EE5500;
border:1px solid #CC3300;
text-decoration:none;
font-family:verdana;
font-size:12px;
padding: 0 3px;
border-radius: 3px;
}

.voten a:hover
{
color:#ffffff;
background-color: #ff7700;
border:1px solid #CC3300;
text-decoration:none!important;
padding: 0 3px;
}

hr {
 border:0;
 border-top:1px solid #EE5500;
}

#fot-text
{
color:#DDD;
font-weight:normal;
text-decoration:none;
font-family:verdana;
font-size:10px;
}

#fot-text a
{
color:#EEE;
font-weight:normal;
text-decoration:none;
font-family:verdana;
font-size:10px;
}

#fot-text a:hover
{
color:#FFF;
font-weight:normal;
text-decoration:underline;
font-family:verdana;
font-size:10px;
}

h1 {
	font-size: 25px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.regi {
    display:block;
    background-image: url(../images/registrieren.png);
	width: 400px;
    height: 50px;
}

.regi:hover {
    background-image: url(../images/registrieren_hover.png);
}

.start-table{
 border-spacing: 1px;
 width: 100%;
}

.start-tr {
 height: 13px;
 background-color: #EEE;
}

.td-start-left{
 width: 80%;
 padding: 2px;
 font-size: 11px;
 font-weight:bold;
 color: #444;
}

.td-start-right{
 width: 20%;
 padding: 2px;
 font-size: 11px;
 font-weight:normal;
 color: #444;
 text-align: right;
}

.td-regi-left{
 width: 200px;
 padding: 2px;
 font-size: 12px;
 font-weight:bold;
 color: #444;
}

.td-regi-mid{
 width: 300px;
 padding: 2px;
 font-size: 12px;
 font-weight:normal;
 color: #444;
 text-align: left;
}

.td-regi-right{
 width: 393px;
 padding: 2px;
 font-size: 12px;
 font-weight:normal;
 color: #444;
 text-align: left;
 vertical-align: top;
}

img
{
  border:0;
}

.img-flag-16{
position:relative;
top:3px;
}

form{
display: inline;
}

.nav_img {
position:absolute;
padding:0;
padding-left:5px;
}

.nav_img_bullet {
position:absolute;
padding:0;
padding-top:3px;
padding-left:5px;
}

#nav_ligen {
	display: block;
	width: 880px;
	list-style-type: none;
	margin: 0 5px;
	padding: 0 5px;
}
#nav_ligen li {
	display: inline-block;
	width: 120px;
	height: 16px;
	background: #004080;
}
#nav_ligen li:hover {
	background: #007DC0;
}
#nav_ligen li a {
    text-decoration: none;
    display: block;
    text-align: left;
     padding-left: 23px;
    padding-right: 5px;
	color: #eee;
}

.nav_forum
{
	position:absolute;
	top:111px;
	left:760px;
	height: 15px;
	width: 120px;
	font-weight:bold;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	cursor: pointer;
	padding: 3px;
	margin: 0;
	text-align: center;
}

.nav_forum:hover
{
	background:#007DC0;
	text-decoration: none;
	color:#eee;
	font-weight:bold;
}

#menue_up {
	width: 880px;
    margin: 0 5px;
    padding: 5px 5px 10px 5px;
    height: 51px;
    /*background: #DD4400;*/
	background: #0070B0;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 3px #004080;
}

#menue {
	width: 880px;
    margin: -30px 5px 0 5px;
    padding: 5px;
    height: 22px;
    background: #004080;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 3px #002060;
}

/*
#menue {
width: 890px;
height: 20px;
padding: 0;
padding-left: 10px;
border-bottom: 2px solid #EEE;
-moz-box-shadow: #004080 0.0em 0.4em 0.3em;
-webkit-box-shadow: #004080 0.0em 0.4em 0.3em;
box-shadow: #004080 0.0em 0.4em 0.3em;
font-family: Verdana;
font-size: 12px;
float: left;
position: absolute;
z-index: 2;
}
*/

#menue ul {
float: left;
width: 125px;
height: 20px;
list-style-type: none;
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 0;
-moz-box-shadow: #004080 0.0em 0.4em 0.3em;
-webkit-box-shadow: #004080 0.0em 0.4em 0.3em;
box-shadow: #004080 0.0em 0.4em 0.3em;
}

/*--definiert die Block&uuml;berschriften--*/
/*
#menu h3 {
font-size: 12px;
text-align: left;
color: #FFF;
background: #003070;
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
border-right: 1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}
*/

#menue h3 {
	height: 15px;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	cursor: pointer;
	padding: 3px;
	margin: 0;
	text-align: center;
}

#menue h3:hover {
	color: #FFF;
	background: #007DC0;
	border-bottom: 1px solid #002060;
}

#menue_mobil a {
font-size: 12px;
text-align: left;
color: #FFF;
background: #003070;
border-top: 2px solid #EE5500;
border-bottom: 1px solid #EE5500;
margin: 0;
padding: 3px;
cursor: pointer;
}

#menue_mobil a:hover {
color: #EEE;
background: #004080;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menue a {
text-decoration: none;
display: block;
text-align: left;
width: 150px;
padding-left: 23px;
padding-right: 5px;
border-bottom: 1px solid #002060;
border-left: 1px solid #002060;
border-right: 1px solid #002060;
background: #004080;
color: #EEE;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menue a:hover {
color: #FFFFFF;
background: #007DC0;
}

#menue a.menue_f1 {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 150px;
    padding-left: 5px;
    padding-right: 0;
    border: 0;
    background: none;
    color: #EEE;
}

#menue a.menue_f1:hover {
    color: #FFFFFF;
    background: none;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
*/

#menue li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menue ul ul {
position: absolute;
z-index: 2;
display: none;
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menue ul li:hover ul {
display: block;
}

/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #menue ul li {
float: left;
width: 100%;
}

/*--nur f&uuml;r IE 7 erkennbar--*/
*+ html #menue ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menue ul li a {
height: 1%;
}

/*-- l&auml;sst die dritte Ebene verschwinden--*/
#menue ul li:hover ul ul {display: none;}

/*-- l&auml;sst die dritte Ebene beim Hovern &uuml;ber die zweite in Erscheinung treten--*/
div#menue ul ul li:hover ul {display: block; position: absolute; top: 0; left: 100%;}




#menu {
width: 742px;
height: 20px;
padding: 0;
margin-left: 135px;
background: url(../images/main-bg.gif) repeat;
font-family: Verdana;
font-size: 12px;
float: left;
position: absolute;
z-index: 2;
}

#menu ul {
float: left;
width: 106px;
list-style-type: none;
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 0;
}

/*--definiert die Block&uuml;berschriften--*/
/*
#menu h3 {
font-size: 12px;
text-align: left;
color: #FFF;
background: #003070;
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
border-right: 1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}
*/

#menu h3 {
font-size: 12px;
text-align: left;
color: #FFF;
background: #004080;
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
border-right: 1px solid #EE5500;
margin: 0;
padding: 4px 3px 3px 3px;
cursor: pointer;
height: 14px;
}

#menu h3:hover {
color: #EEE;
background: #007DC0;
border-bottom: 1px solid #CCC;
}

#menu_mobil a {
font-size: 12px;
text-align: left;
color: #FFF;
background: #003070;
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
margin: 0;
padding: 3px;
cursor: pointer;
}

#menu_mobil a:hover {
color: #EEE;
background: #004080;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
text-decoration: none;
display: block;
text-align: left;
width: 150px;
padding-left: 23px;
padding-right: 5px;
border-top: 1px solid #999;
background: #CCC;
color: #004080;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
color: #EE5500;
background: #004080;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 1002;
display: none;
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #menu ul li {
float: left;
width: 100%;
}

/*--nur f&uuml;r IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*-- l&auml;sst die dritte Ebene verschwinden--*/
#menu ul li:hover ul ul {display: none;}

/*-- l&auml;sst die dritte Ebene beim Hovern &uuml;ber die zweite in Erscheinung treten--*/
div#menu ul ul li:hover ul {display: block; position: absolute; top: 0; left: 100%;}

.tab
{
 border:1px solid #999;
 border-spacing:1px;
 width: 640px;
}

.tab_start
{
 border:1px solid #999;
 border-spacing:1px;
 width: 850px;
}

.tab_inhalt
{
 border:1px solid #0060A0;
 border-spacing:1px;
 width: 636px;
}

.tab_splitt
{
 border:1px solid #C9C9C9;
 border-spacing:1px;
}

.ctab
{
 border:1px solid #C9C9C9;
 border-spacing:1px;
 width: 700px;
}
.vtab
{
 border:1px solid #C9C9C9;
 border-spacing:1px;
 width: 880px;
}
.tab_orange
{
 border:2px solid #FF8833;
 border-spacing:1px;
 width: 640px;
}

.tab_mobil
{
 border:1px solid #0060A0;
 border-spacing:1px;
 width: 100%;
}

.header_tr { 
	height: 20px;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding: 2px;
}

.header_td 
{

}

.header_td a
{
 font-size: 12px;
 font-weight:normal;
 color:#EEE;
}

.header_td_klein
{
	font-size: 10px;
}

.header_td_klein a
{
 font-size: 10px;
 font-weight:normal;
 color:#EEE;
}

.white
{
 background-color:#F3F3F3;
 padding: 1px;
}

.gray
{
 background-color:#EEE;
 padding: 1px;
}

.yellow
{
 background-color:#ABD6EF;
 padding: 1px;
}

.start_datum
{
color:#777;
font-weight:normal;
font-style:normal;
font-family:verdana;
font-size:9px;
}

.start_datum_rot
{
color:#EE5500;
font-weight:normal;
font-style:normal;
font-family:verdana;
font-size:9px;
}

p
{
margin: 0px;
padding: 0px;
}

.aufsteiger { background-color: #A4C96A; }
.absteiger { background-color: #FF6F6F; }
.epq { background-color: #D6FFCF; }
.ep { background-color: #b7eaaf; }
.cl { background-color: #ABD6EF; }
.nichts { background-color: #EEE; }
.unsicher { background-color: #FFFFBB; }

.nav_menue td {
    height: 15px;
    border: 1px solid #004080;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #006BC0;
    background: -moz-linear-gradient(top, #007CD0 0%, #006BC0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007CD0), color-stop(100%,#006BC0));
    background: -webkit-linear-gradient(top, #007CD0 0%,#006BC0 100%);
    background: -o-linear-gradient(top, #007CD0 0%,#006BC0 100%);
    background: -ms-linear-gradient(top, #007CD0 0%,#006BC0 100%);
    background: linear-gradient(to bottom, #007CD0 0%,#006BC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007CD0', endColorstr='#006BC0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding: 2px;
	text-align: center;
}

.nav_menue a {
display: block;
color:#EEE;
}

.nav_menue a:hover {
text-decoration: none;
}

.nav_menue td:hover {
background: #0060A0;
}

.nav_menue_partnerforum td {
    height: 15px;
    border: 1px solid #004080;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #00A0D0;
    background: -moz-linear-gradient(top, #007CD0 0%, #00A0D0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007CD0), color-stop(100%,#00A0D0));
    background: -webkit-linear-gradient(top, #007CD0 0%,#00A0D0 100%);
    background: -o-linear-gradient(top, #007CD0 0%,#00A0D0 100%);
    background: -ms-linear-gradient(top, #007CD0 0%,#00A0D0 100%);
    background: linear-gradient(to bottom, #007CD0 0%,#00A0D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007CD0', endColorstr='#00A0D0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
    padding: 2px;
	text-align: center;
}

.nav_menue_partnerforum a {
display: block;
color:#EEE;
}

.nav_menue_partnerforum a:hover {
text-decoration: none;
}

.nav_menue_partnerforum td:hover {
background: #00A0E0;
}

.regeln_titel
{
color:#004080;
font-weight:bold;
text-decoration:underline;
font-family:verdana;
font-size:14px;
}

.regeln_titel2
{
color:#004080;
font-weight:bold;
text-decoration:none;
font-family:verdana;
}

.regeln_titel3
{
color:#004080;
font-weight:bold;
font-style:italic;
text-decoration:none;
font-family:verdana;
}

.spenden a
{
width:110px;
height:110px;
display:block;
text-decoration:none;
background-image: url(../images/spenden.jpg);
background-repeat:no-repeat;
}

.spenden a:hover
{
width:110px;
height:110px;
display:block;
text-decoration:none;
background-image: url(../images/spenden_hover.jpg);
background-repeat:no-repeat;
}

.start_over
{
color:#004080;
font-weight:bold;
font-style:normal;
font-family:verdana;
font-size:24px;
}

#menue_profil a, #menue_profil a:link {
font-weight:bold;
text-decoration: none;
display: block;
color: #004080;
width: 100px;
padding: 2px;
border-top: 1px solid #071C55;
border-right: 1px solid #071C55;
border-bottom: 1px solid #071C55;
border-left: 1px solid #071C55;
background-color: #EEE;
}

#menue_profil a:hover, #menue_profil a:active, #menue_profil a:focus {
font-weight:bold;
color: #007DC0;
border-top: 1px solid #DDD;
border-right: 1px solid #071C55;
border-bottom: 1px solid #071C55;
border-left: 1px solid #071C55;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
background-color: #DDD;
}

#menue_ticker a, #menue_ticker a:link {
font-weight:bold;
text-decoration: none;
display: block;
color: #004080;
width: 70px;
padding: 2px;
border-top: 1px solid #004080;
border-right: 1px solid #004080;
border-bottom: 1px solid #004080;
border-left: 1px solid #004080;
background-color: #DDDDDD;
}

#menue_ticker a:hover, #menue_ticker a:active, #menue_ticker a:focus {
font-weight:bold;
color: #007DC0;
border-top: 1px solid #004080;
border-right: 1px solid #004080;
border-bottom: 1px solid #004080;
border-left: 1px solid #004080;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
background-color: #EEE;
}

.mobil_menue {
font-weight:bold;
text-decoration: none;
display: block;
vertical-align: middle;
color: #FFF;
width: 100%;
height: 20px;
padding-top: 4px;
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
background-color: #004080;
}

.mobil_menue:hover {
font-weight:bold;
text-decoration: none;
color: #DDD;
background-color: #007dc0;
}

.mobil_update {
font-weight:bold;
text-decoration: none;
display: block;
color: #004080;
width: 150px;
padding: 2px;
border: 1px solid #EE5500;
background-color: #eedfc6;
}

.mobil_update:hover {
font-weight:bold;
color: #007DC0;
border: 1px solid #EE5500;
background-color: #efdfcf;
}

.logout {
text-decoration: none; display:block; border:0; width: 23px; height: 23px;
background-image: url(../images/icons/logout.png); background-repeat:no-repeat;
}

.logout:hover {
background-image: url(../images/icons/logout_hover.png);
background-repeat:no-repeat;
}

.cvaktiv, .nvaktiv, .svaktiv, .ivaktiv {
	text-decoration: none; display:block; width: 140px; height: 19px; float:left;
	font-weight: bold;
    border-top: 1px solid #003070;
	border-left: 1px solid #003070;
	border-right: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #EE5500;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	cursor: pointer;
	padding: 3px;
	margin: 5px 2px;
	text-align: center;
}

.cvaktiv:hover, .nvaktiv:hover, .svaktiv:hover, .ivaktiv:hover {
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
	color: #EE5500;
}

.cvinaktiv, .nvinaktiv, .svinaktiv, .ivinaktiv {
text-decoration: none; display:block; width: 140px; height: 15px; float:left;
	font-weight: bold;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	cursor: pointer;
	padding: 3px;
	margin: 5px 2px;
	text-align: center;
}

.cvinaktiv:hover, .nvinaktiv:hover, .svinaktiv:hover, .ivinaktiv:hover {
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: #007DC0;
}

.newsinaktiv {
text-decoration: none; display:block; border:0; width: 89px; height: 20px; float:left;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
margin-left:30px;
background-image: url(../images/icons/buttonpr_fl_hover.png); background-repeat:no-repeat;
}

.newsinaktiv:hover {
background-image: url(../images/icons/buttonpr_fl.png);
text-decoration: none; 
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
background-repeat:no-repeat;
}

.zeitunginaktiv {
text-decoration: none; display:block; border:0; width: 89px; height: 20px; float:left;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
margin-left:5px;
background-image: url(../images/icons/buttonpr_fl_hover.png); background-repeat:no-repeat;
}

.zeitunginaktiv:hover {
background-image: url(../images/icons/buttonpr_fl.png);
text-decoration: none; 
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
background-repeat:no-repeat;
}

.foruminaktiv {
text-decoration: none; display:block; border:0; width: 89px; height: 20px; float:left;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
margin-left:5px;
background-image: url(../images/icons/buttonpr_fl_hover.png); background-repeat:no-repeat;
}

.foruminaktiv:hover {
background-image: url(../images/icons/buttonpr_fl.png);
text-decoration: none; 
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
background-repeat:no-repeat;
}

.shopinaktiv {
text-decoration: none; display:block; border:0; width: 89px; height: 20px; float:left;
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
margin-left:5px;
background-image: url(../images/icons/buttonpr_fl_hover.png); background-repeat:no-repeat;
}

.shopinaktiv:hover {
background-image: url(../images/icons/buttonpr_fl.png);
text-decoration: none; 
color: #FFFFFF;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding-top:2px;
background-repeat:no-repeat;
}

.logoutinaktiv {
text-decoration: none; display:block; width: 89px; height: 15px; float:left;
	font-weight: bold;
    border: 1px solid #555555;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #888888;
    background: -moz-linear-gradient(top, #888888 0%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#666666));
    background: -webkit-linear-gradient(top, #888888 0%,#666666 100%);
    background: -o-linear-gradient(top, #888888 0%,#666666 100%);
    background: -ms-linear-gradient(top, #888888 0%,#666666 100%);
    background: linear-gradient(to bottom, #888888 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px #444444;
	cursor: pointer;
	padding: 3px;
	margin-top: 5px;
	margin-left: 325px;
	text-align: center;
}

.logoutinaktiv:hover {
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: #888888;
}

.headerinfo {
	text-decoration: none; display:block; width: 295px; height: 13px; float:left;
	/*font-weight: bold;*/
    border-top: 1px solid #003070;
	border-left: 1px solid #003070;
	border-right: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #FFF;
    font-size: 10px;
    text-shadow: 1px 1px 1px #444444;
	padding: 3px;
	margin-top: 6px;
	text-align: center;
}





.cv_aktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/cv_aktiv.png); background-repeat:no-repeat;
}

.cv_aktiv:hover {
background-image: url(../images/icons/cv_aktiv_hover.png);
background-repeat:no-repeat;
}

.cv_inaktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/cv_inaktiv.png); background-repeat:no-repeat;
}

.cv_inaktiv:hover {
background-image: url(../images/icons/cv_inaktiv_hover.png);
background-repeat:no-repeat;
}

.nv_aktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/nv_aktiv.png); background-repeat:no-repeat;
}

.nv_aktiv:hover {
background-image: url(../images/icons/nv_aktiv_hover.png);
background-repeat:no-repeat;
}

.nv_inaktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/nv_inaktiv.png); background-repeat:no-repeat;
}

.nv_inaktiv:hover {
background-image: url(../images/icons/nv_inaktiv_hover.png);
background-repeat:no-repeat;
}

.sv_aktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/sv_aktiv.png); background-repeat:no-repeat;
}

.sv_aktiv:hover {
background-image: url(../images/icons/sv_aktiv_hover.png);
background-repeat:no-repeat;
}

.sv_inaktiv {
text-decoration: none; display:block; border:0; width: 45px; height: 23px; float:left;
background-image: url(../images/icons/sv_inaktiv.png); background-repeat:no-repeat;
}

.sv_inaktiv:hover {
background-image: url(../images/icons/sv_inaktiv_hover.png);
background-repeat:no-repeat;
}

.chat {
position: relative;
top: -1px;
font-size: 9px;
font-weight: normal;
color: #EEE;
}

#footer_menue {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 27px;
background: transparent url(../images/footer_menue.png) scroll center top repeat-x;
z-index: 12000;
color:#FFF;
}

#footer_menue_link {
margin-top: 8px;
text-align: center;
font-size: 12px;
}

.fot_men_link {
font-size: 12px;
font-weight: bold;
color: #FFF;
}

.fot_men_link:hover {
font-size: 12px;
font-weight: bold;
color: #EEE;
}

.fot_men_box_aktiv {
font-size: 12px;
text-align: left;
font-weight: bold;
color: #EE5500;
background: #EEE;
border: 1px solid #EE5500;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
margin: 0;
cursor: pointer;
}

.fot_men_box_inaktiv {
font-size: 12px;
text-align: left;
font-weight: bold;
color: #777;
background: #DDD;
border: 1px solid #999;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
margin: 0;
cursor: pointer;
}

.fot_men_box_aktiv:hover {
font-size: 12px;
font-weight: bold;
color: #004080;
background: #EEE;
border: 1px solid #EE5500;
text-decoration: none;
}

.fot_men_box_inaktiv:hover {
font-size: 12px;
font-weight: bold;
color: #004080;
background: #EEE;
text-decoration: none;
}

#social a {
font-size: 11px;
font-weight:normal;
text-decoration: none;
color: #EEE;
}

#social a:hover {
font-size: 11px;
font-weight:normal;
text-decoration: none;
color: #CCC;
}

.titel
{
font-weight:bold;
font-style:normal;
font-family:verdana;
font-size:13px;
}

.titel2
{
font-weight:bold;
font-style:normal;
font-family:verdana;
font-size:12px;
}

.titel3
{
font-weight:normal;
font-style:normal;
font-family:verdana;
font-size:12px;
}

.main_headline {
	background-color: #abd6ef;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	margin-right: 1px;
	padding: 3px;
}
.main_headline_gray {
	background-color: #abbec9;
	font-size: 12px;
	font-weight: bold;
	height: 13px;
	margin-right: 1px;
	padding: 4px;
}
.main_content {
	border-bottom: 1px solid #99b1be;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 6px 5px 20px 5px;
}

.news_seite{
color: #004080;
background: #EEE;
text-decoration: none;
border:1px solid #004080;
margin-top: 10px;
padding: 3px;
}

.news_aktiv {
font-size: 12px;
font-weight: bold;
text-align: center;
color: #FFF;
background: #007DC0;
border:1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}

.news_aktiv:hover {
color: #DDD;
background: #007DC0;
border:1px solid #004080;
text-decoration: none;
font-weight: bold;
}

.news_inaktiv {
font-size: 12px;
text-align: center;
font-weight: bold;
color: #004080;
background: #EEE;
border:1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}

.news_inaktiv:hover {
color: #004080;
background: #FFF;
border:1px solid #004080;
text-decoration: none;
font-weight: bold;
}

.social_twitter {
display: block;
font-size: 12px;
text-align: center;
color: #FFF;
background: #0D90BF;
border:1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}

.social_twitter:hover {
color: #FFF;
background: #30baec;
text-decoration: none;
}

.social_facebook {
display: block;
font-size: 12px;
text-align: center;
color: #FFF;
background: #496398;
border:1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}

.social_facebook:hover {
color: #FFF;
background: #7389b5;
text-decoration: none;
}

.social_google {
display: block;
font-size: 12px;
text-align: center;
color: #FFF;
background: #B43325;
border:1px solid #004080;
margin: 0;
padding: 3px;
cursor: pointer;
}

.social_google:hover {
color: #FFF;
background: #d84937;
text-decoration: none;
}

a.tooltip1
{
  text-decoration: none!important;
}
a.tooltip1 span
{
  display: none;
}
a.tooltip1:hover span
{
  position: absolute;
  color: #FFFFFF;
  z-index: 9999999!important;
  display: inline-block;
  width: 55px;
  margin-top: -18px;
  margin-left: -20px;
  border: 1px solid #004080;
  background: #EE5500;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #004080;
  text-align: center;
}

.vf_t_aktiv {
  border: 1px solid #e50;
  color: #e50;
  background: #eee;
  padding: 0 3px;
  text-transform:uppercase;
  font-weight: bold;
  border-radius: 3px;
}
.vf_t {
  border: 1px dashed #aaa;
  color: #aaa;
  background: #f9f9f9;
  padding: 0 3px;
  text-transform:uppercase;
  font-weight: bold;
  border-radius: 3px;
}
a.vf_f_aktiv {
  border: 1px solid #e50;
  color: #e50;
  background: #eee;
  padding: 0 3px;
  text-transform:uppercase;
  font-weight: bold!important;
  border-radius: 3px;
  margin-left: 2px;
}
a.vf_f {
  border: 1px dashed #aaa;
  color: #aaa;
  background: #f9f9f9;
  padding: 0 3px;
  text-transform:uppercase;
  font-weight: bold!important;
  border-radius: 3px;
  margin-left: 2px;
}
.vf_f:hover, .vf_f_aktiv:hover {
  text-decoration: none!important;
}

.nav ul, .nav  ul ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

.nav  ul ul{
  display: none;
}

.vforum_jquery {
  position: absolute;
  width: 300px;
  margin-left: 40px;
  background: #eee;
  border: 1px solid #004080;
  padding: 2px;
  box-shadow: 1px 1px 3px #004080;
  z-index:2000;
}

.rang_gesamt, .rang_cv, .rang_nv, .rang_sv {
	float: left;
	width: 50px;
	height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 1px;
	margin-bottom: 0;
	padding: 1px;
	cursor: pointer;
	/*background: #004080;*/
	color: #fff;
	text-align: center;
	font-size: 11px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.rang_gesamt:hover, .rang_cv:hover, .rang_nv:hover, .rang_sv:hover {
	background: #EE5500;
}

.rang_tr, .rang_tr a {
	font-size: 11px;
	height: 14px;
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
.blink {
  animation: blink 2s step-start 0s infinite;
  -webkit-animation: blink 2s step-start 0s infinite;
  	float: right;
	font-weight: bold;
	color: #EE5500;
}
.blink:hover {
	font-weight: bold;
	color: #EE5500;
}

.entwicklerNews {
    width:204px;
    height:75px;
    float:left;
    padding:3px;
}

.entwicklerNewsStartHead {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    background: #007DC0;
    width: 870px;
    height: 20px;
    box-shadow: 0px 0px 3px #004080;
}
.entwicklerNewsStart {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 5px;
    color: #004080;
    font-size: 12px;
    background: #fff;
    width: 870px;
}
.entwicklerNewsStart > .title {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 3px;
    margin: 5px 0;
    color: #004080;
    font-weight: bold;
    background: #ddd;
    width: 860px;
    height: 15px;
    box-shadow: 0px 0px 3px #004080;
}
.entwicklerNewsStart > .text {
    margin-top: 5px;
    line-height: 14px;
}

.entwicklerNewsStartHead a {
    float: right;
    color: #ffffff;
    margin-top: 3px;
    font-weight: 700;
}
blockquote {
    background: #CCCCCC;
    border-radius: 3px;
    padding: 5px;
    margin: 0;
}
.ticker {
    background: #0080C0;
    margin-top: -2px;
    margin-right: -3px;
    padding: 3px 13px;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-weight: bold;
    border-right: 1px solid #004080;
}
.ticker:hover {
    background: #dd4400;
    padding: 3px 13px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.live-ticker {
    display: block;
    width: 185px;
    height: 30px;
    border: 1px solid #003070;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    background: #0060A0;
    background: -moz-linear-gradient(top, #0060A0 0%, #004080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060A0), color-stop(100%,#004080));
    background: -webkit-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -o-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: -ms-linear-gradient(top, #0060A0 0%,#004080 100%);
    background: linear-gradient(to bottom, #0060A0 0%,#004080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060A0', endColorstr='#004080',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 2px #000000;
    padding-top: 3px;
    padding-left: 33px;
    margin-top: 5px;
    letter-spacing: 3px;
}
.live-ticker:before {
    content: '';
    background: url(../images/icons/spielinfo.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    top: 18px;
}
.live-ticker:after {
    content: '';
    background: url(../images/icons/spielinfo.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 6px;
    top: 18px;
}
.live-ticker:hover {
    background: #007DC0;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    /*text-shadow: -2px 0px 4px #ee5500, 2px 0px 4px #ee5500, 0px -2px 4px #ee5500, 0px 2px 4px #ee5500;*/
}

.infobox_vereinsforum {
    height: 70px;
    overflow: auto;
}

.sidebar {
    position:fixed;
    display:block;
    left:-10px;
    top:100px;
    background:#004080;
    border:1px solid #002060;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    padding: 5px 10px 5px 20px;
    opacity: 0.8;
	z-index: 999;
}
.sidebar-social {
    position:fixed;
    display:block;
    left:-10px;
    top:418px;
    background:#004080;
    border:1px solid #002060;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    padding: 5px 10px 5px 20px;
    opacity: 0.8;
	z-index: 999;
}
.sidebar-social a:nth-child(1) {
    /*margin-bottom: 5px;*/
}
.sidebar-voting {
    position:fixed;
    display:block;
    left:-10px;
    top:470px;
    background:#004080;
    border:1px solid #002060;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
    padding: 5px 10px 5px 20px;
    opacity: 0.8;
	z-index: 99999;
}
.sidebar-voting a:nth-child(1) {
    margin-bottom: 5px;
}
.side-cv,
.side-fv,
.side-iv,
.side-bv,
.side-hv {
    display: block;
    opacity: 0.8;
}
.side-cv:hover,
.side-fv:hover,
.side-iv:hover,
.side-bv:hover,
.side-hv:hover {
    opacity: 1;
}
.side-hv {
	margin-top: 8px;
}

.bold {
    font-weight: 700;
}
.quali-zufall {
	border-left: 5px solid #ff6600;
}

#content_other {
	position: relative;
}

.overlay-great {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 52px;
	height: 14px;
	font-family: Verdana, Arial;
	font-size: 9px;
    background-color: #fff;
    color: #111; 
	text-transform: uppercase;
	border:1px solid #002060;
	opacity: 0.9;
	z-index: 99999;
	padding: 1px;
	line-height: 12px;
}