/* CSS Document */

body{

	font-family: calibri, helvetica, tahoma;
	background:#FFF;
	color:#5d5d5d;
}

a:link {
	color: #006AB3;
	text-decoration: none;
	font-family: calibri, helvetica, tahoma;
}
a:active,
a:visited,
a:focus {
	color: #006AB3;
	text-decoration: none;
	font-family: calibri, helvetica, tahoma;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-family: calibri, helvetica, tahoma;
}

a.nav_button{
display:block;
color:#5d5d5d;
float:right;
padding:10px;
padding-top:54px;
text-decoration:none;
font-size:1.4em;
font-variant:small-caps;
}
a.nav_button:hover{
color:#006ab3;
}

a.nav_subbutton{
color:#FFF;
text-decoration:none;
font-size:1.1em;
}
a.nav_subbutton:hover{
background:#FFF;
color:#006ab3;
}

a.subnav{
color:#5d5d5d;
background:#f1f1f1;
display:block;
padding:8px;
padding-left:20px;
margin-bottom:1px;
font-size:1.1em;
}
a.subnav:hover{
background:#006ab3;
color:#FFF;
}

a.nav_footer{
color: #333333;
}

a.textlink{
text-align:center;
display:block;
padding:4px;
background:#006ab3;
color:#FFFFFF;
margin-top:10px;
}

header{

}

#main_top{
border-top: 10px solid #006ab3;
}


#main_nav{
width:990px;
margin:auto;
background:#FFF;
}

.logo{
position:absolute;
margin-top:20px;
z-index:98;
right:20px;
}

#navigation{
background:#FFFFFF;
border:1px solid #006ab3;
-webkit-box-shadow:  0px 2px 2px 1px #ccc;
box-shadow:  0px 2px 2px 1px #ccc;
padding:5px;
}

#all{
background:#F1F1F1 ;
padding-bottom:40px;
border-top:1px solid #006ab3;
}

#main{
width:990px;
height:300px;
margin:auto;
}

#ansetzung{
width:990px;
padding-top:40px;
position:absolute;
z-index:99;

}

.ansetzung_next_team{
text-align:center;
color:#FFFFFF;
font-size:2em;
font-weight:bold;
text-shadow: 1px 1px 3px #111;
filter: dropshadow(color=#111, offx=1, offy=1);
}
.ansetzung_next_datum{
text-align:center;
color:#FFFFFF;
font-size:1.4em;
text-shadow: 1px 1px 3px #111;
filter: dropshadow(color=#111, offx=1, offy=1);
}


#bildwechsel{
width:990px;
height:300px;
margin:auto;
border:1px solid #006AB3;
border-top:0px;
}

#titel{
width:990px;
margin:auto;
text-align:right;
}

#content{
width:950px;
padding:20px;
margin:auto;
background:#FFF;
border:1px solid #d5d5d5;
}

#content_links{
width:590px;
float:left;
margin-right:20px;
}

#content_rechts{
width:340px;
float:left;
}

.content_bild{
display:block;
width:590px;
height:250px;
margin-bottom:20px;
}

.galerie_rahmen{
border:2px solid #FFF;
outline:1px solid #E8E8E8;
margin:4px;
float:left;
}

.galerie_bild{
display:block;
width:100px;
height:100px; 
}

.tab1{
float:left;
width:10%;
text-align:right;
padding:2px;
}
.tab2{
float:left;
width:50%;
padding:2px;
}

a.sponsor{
display:block;
margin-bottom:30px;
}

footer{
height:170px;
border-top:1px solid #006ab3;
background: #FFF url(/images/hg_footer.png) no-repeat center right;
}
#footer_in{
width:990px;
padding-top:20px;
margin:auto;
text-align:left;
}

.box{
background:#f1f1f1;
padding:20px;
}

.box2{
background:#FFFFFF;
border:1px solid #FF0000;
-webkit-box-shadow:  0px 2px 2px 1px #ccc;
box-shadow:  0px 2px 2px 1px #ccc;
padding:5px;
margin-bottom:10px;
}

h1{
padding:0px;
margin:0px;
margin-top:8px;
margin-bottom:8px;
color:#006AB3;
font-size:2.3em;
font-weight:normal;
font-variant:small-caps; 
}

h2{
padding:0px;
margin:0px;
margin-top:14px;
margin-bottom:14px;
color:#006ab3;
font-size:1.4em;
font-weight:normal;
font-variant:small-caps; 
}
h3{
padding:0px;
margin:0px;
margin-top:14px;
margin-bottom:14px;
color:#5d5d5d;
font-size:1.4em;
font-weight:normal;
font-variant:small-caps; 
}
h4{
padding:0px;
margin:0px;
margin-bottom:14px;
color:#5d5d5d;
font-size:1.1em;
font-weight:normal;
}
h5{
padding:0px;
margin:0px;
margin-top:10px;
color:#5d5d5d;
font-size:0.8em;
font-weight:normal;
}

.login{
width:300px;
padding:30px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
border:1px solid #31111c;
text-align:center;
}

input[type="text"]{
	border: 1px dotted #006ab3;	
	font-size: 0.9em;
	padding: 3px;
	padding-top:3px;
	margin-top:0px;
	width:300px;
}

input[type="password"]{
	border: 1px dotted #006ab3;	
	font-size: 0.9em;
	padding: 4px;
	padding-top:2px;
	width:300px;
}
html>body textarea{
	border: 1px dotted #006ab3;	
	font-size: 0.9em;
	padding: 4px;
	width:400px;
}
select{
	border: 1px dotted #006ab3;	
	font-size: 0.9em;
	padding: 2px;
	padding-top:2px;
	margin-top:0px;
}

.formular_button{
background-color:#006ab3;
color:#FFFFFF;
padding:4px;
border:0px;
	font-size: 0.9em;
}
.formular_button:hover{
background-color:#333;
color:#FFFFFF;
}

.formular_button_speichern{
background-color:#FF0000;
color:#FFFFFF;
padding:4px;
border:0px;
	font-size: 0.9em;
}
.formular_button_speichern:hover{
background-color:#333;
color:#FFFFFF;
}

.fomular_zeile1{
background:#eeeeee;
color:#333333;
padding:6px;
}
.fomular_zeile2{
background:#FFF;
color:#333333;
padding:6px;
}

legend{
color:#006ab3;
}

fieldset { 
border: 0px solid #00ae84; 
border-radius: 6px; 
background: white;
font-weight:bold;
margin-top:20px;

color:#00ae84;
}

label{
display: inline-block;
width:200px;
font-weight: normal;
vertical-align:top;

}

.info_1{
color:#FFFFFF;
background: #009900;
padding:10px;
text-align:center;
margin-bottom:20px;
-webkit-box-shadow:  0px 2px 2px 1px #ccc;
box-shadow:  0px 2px 2px 1px #ccc;
}
.info_0{
color:#FFFFFF;
background:#FF0000;
padding:10px;
text-align:center;
margin-bottom:20px;
-webkit-box-shadow:  0px 2px 2px 1px #ccc;
box-shadow:  0px 2px 2px 1px #ccc;
}

.kriterien{
border-top: 1px dotted #006ab3;
border-bottom: 1px dotted #006ab3;
padding:4px;

}
.blaettern{
text-align:right;
border-bottom: 1px dotted #006ab3;
margin-bottom:0px;
padding:5px;
}

.zeile{
border-bottom:1px dotted #006ab3;
padding:2px;
}

.social_nav_horizontal {
 
  font-family: Calibri, Tahoma, Sans-Serif;
  font-size: 12px;
  color: #8e9090;
}
.social_nav_horizontal h3 {
  display:inline;
  padding: 0px 10px;
  border-bottom:dashed 1px #ccc;
}
.social_nav_horizontal ul {
  margin: 0;
  padding: 0;
  margin-top:20px;
}
.social_nav_horizontal ul li {
  float: left;
  padding: 5px 0 0 5px;
  margin-left: 5px;
  list-style-type: none;
}
.social_nav_horizontal ul li a {
  padding: 4px 0 0 28px;
  height: 32px;
  color: #999;
  text-decoration: none;
  line-height: 1.45em;
}

.facebook {
  background:url(/images/social/24x24/facebook.png) no-repeat;
  background-position:0px -2px;
}
.twitter {
  background:url(/images/social/24x24/twitter.png) no-repeat;
  background-position:0px -2px;
}