html {
	margin: 0;
	padding: 0;
    height: 100%;
	cursor: default;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: Verdana, Arial;
	background-color: #004080;
	text-align: left;
	color: #444;
}

.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;*/
}


.wrapper {
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	/*width: 900px;*/
	text-align: left;
	border: 1px solid #999;
    -webkit-box-shadow: 0px 0px 4px #FFF;
    -moz-box-shadow: 0px 0px 4px #FFF;
    box-shadow: 0px 0px 4px #FFF;
}

#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;
	padding-bottom: 15px;
}

#fot-wrapper {
    clear:both;
	padding: 10px;
	border-top: 1px dotted #555;
	text-align: center;
	background-color: #EEE;
}

#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: 5px;
	padding: 3px;
	width: 650px;
	float: left;
	text-align: left;
	position: relative;
}

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


#box-titel-orange{
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    border: 1px solid #fff;
	background: url(../images/titel/titel_orange.png) repeat-x;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #EEE;
}

#box-text {
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    border: 1px solid #fff;
	background-color: #fff;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

#box-text-start{
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    border: 1px solid #fff;
	background-color: #fff;
	text-align: left;
}

#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;
}

.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;
 height: 30px;
}

input[name="code"] {
	background-color: #EEE;
	border:1px solid #EE5500;
	font-weight:normal;
	font-size: 16px;
	color:#004080;
	font-family: verdana;
	height: 30px;
}

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;
 height: 30px;
}

input.submit {
 margin-top: 10px;
 padding-top: 1px;
 height: 30px;
 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; 
}

input.submit:hover {
 padding-top: 1px;
 background-color: #EE7722;
 border:1px solid #EE5500;
 font-size: 11px;
 font-weight:bold;
 color:#EEE;
 cursor: pointer;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px; 
}

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;
}

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

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

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

#fot-text a:hover
{
color:#888;
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;
}

.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;
}

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

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

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

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

.tab_mobil
{
 border:1px solid #999;
 border-spacing:1px;
 width: 99.8%;
}

.mobil_vereinsforum {
	table-layout: fixed;
}

.header_tr { background-color:#91E3FA; }

.header_td 
{
 font-size: 12px;
 font-weight:bold;
 color:#FFF;
 background: #0060A0;
 padding: 1px;
}

.header_td a
{
 font-size: 11px;
 font-weight:normal;
 color:#DDD;
}

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

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

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

.start_datum
{
color:#999999;
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 {
border-top: 1px solid #EE5500;
border-bottom: 1px solid #EE5500;
background: #eedfc6;
text-align: center;
}

.nav_menue td:hover {
background: #efefcf;
}

.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;
}

.mobil_verein
{
font-weight:bold;
font-style:normal;
font-family:verdana;
font-size:14px;
}

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

.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: 100%;
padding: 1px;
border: 1px solid #EE5500;
background-color: #eedfc6;
}

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

.mobil_links {
font-weight:bold;
text-decoration: none;
display: block;
color: #EEE;
padding: 3px 1px;
border: 1px solid #0080C0;
background-color: #0060A0;
}

.mobil_links:hover {
font-weight:bold;
color: #FFF;
border: 1px solid #0090D0;
background-color: #0070B0;
text-decoration: none;
}

.ffv {
font-weight:bold;
text-decoration: none;
display: block;
color: #EEE;
padding: 5px 1px;
border: 1px solid #B2D2AE;
background-color: #184100;
}

.ffv:hover {
font-weight:bold;
color: #FFF;
border: 1px solid #B2D2AE;
background-color: #184100;
}

.iv {
font-weight:bold;
text-decoration: none;
display: block;
color: #EEE;
padding: 5px 1px;
border: 1px solid #FF0000;
background-color: #750000;
}

.iv:hover {
font-weight:bold;
color: #FFF;
border: 1px solid #FF0000;
background-color: #970000;
}

.bv {
font-weight:bold;
text-decoration: none;
display: block;
color: #EEE;
padding: 5px 1px;
border: 1px solid #004080;
background-color: #EE8839;
}

.bv:hover {
font-weight:bold;
color: #FFF;
border: 1px solid #004080;
background-color: #EE8839;
}

.hv {
font-weight:bold;
text-decoration: none;
display: block;
color: #EEE;
padding: 5px 1px;
border: 1px solid #0b2365;
background-color: #037cd9;
}

.hv:hover {
font-weight:bold;
color: #FFF;
border: 1px solid #0b2365;
background-color: #037cd9;
}

a.voten
{
    display: block;
    font-weight:bold;
    color: #ffffff;
    background:#EE5500;
    border:1px solid #CC3300;
    text-decoration:none;
    font-family:verdana;
    font-size:12px;
    padding: 7px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    width: 46px;
    height: 14px;
}

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

a.orange
{
    display: block;
    font-weight:bold;
    color: #ffffff;
    background:#EE5500;
    border:1px solid #CC3300;
    text-decoration:none;
    font-family:verdana;
    font-size:12px;
    padding: 7px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    height: 14px;
}

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

.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;
}
.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;
}
.quali-zufall {
	border-left: 5px solid #ff6600;
}
.active,
.active:hover {
	font-weight: bold;
}
.list-laender {
	position: absolute;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-top: 0;
	background: #fff;
	border: 1px solid #777;
	list-style: none;
	width: 140px;
	-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);
}
.nav_menue_mobil 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-color: #006BC0;
  background-color: -moz-linear-gradient(top, #007CD0 0%, #006BC0 100%);
  background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007CD0), color-stop(100%,#006BC0));
  background-color: -webkit-linear-gradient(top, #007CD0 0%,#006BC0 100%);
  background-color: -o-linear-gradient(top, #007CD0 0%,#006BC0 100%);
  background-color: -ms-linear-gradient(top, #007CD0 0%,#006BC0 100%);
  background-color: 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: 5px 1px 5px 1px;
  text-align: center;
}

.nav_menue_mobil td:hover {
 background-color: #0060A0;
}

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

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

.entwickler-news {
	border:0;
	margin-right:2px;
	outline:1px solid #ee5500;
	background:#fff;
}

.answer-th {
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	background-color: #EFEFEF;
}