/* CSS Document */
* { 
	margin:0;
	padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
} 

body {
    min-height: 101%;
    font-size: 100.01%;
	background-color:#AB2A03;
	margin:auto;
	text-align: left;
}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

ul, ol{
	list-style-type: none;
}
p{
	font-size:1em;
	color: #000033;
}
p.right{
	align:right;
}


hr{
	width:auto;
	color:#ab2a03;
	height:1px;
	margin:0 0 10px 0;
	text-align:right;
}

h1{
	font-size: 16px;
	color:#ab2a03;
	margin:0 0 6px 0;
}
h2{
	font-size: 12px;
	margin:0 0 4px 0;
	color:#000033;
}
h3{
	font-size: 12px;
	color:#ab2a03;
	margin:0 0 6px 0;
}

table.spieler{
border-top:1px solid #000033;
border-left:1px solid #000033;
border-right:1px solid #000033;
border-bottom:1px solid #000033;
padding:5px;
}
table.spieler td{
	font-size: 10px;
	color:#000033;

}
/* Divs*/

div#left{
	float:left;
	width:6%;
}
div#center{
	margin-left: 6%;
	width:88%;
}
#center:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }
div#right{
	float:right;
	width:6%;
}
div#header{
	margin: auto;
	width: 889px;
	border-bottom: 15px solid #000033;
}

#row1{
	width: 100%;
	height:130px;
	background-color: #000033;
	border-top:15px solid #000033;

}
#row1_col1{
	float:left;
	width: 173px;
	height: 100%;

}
#row1_col3{
	float:right;
	width: 173px;
}
#row1_col2{
	width: auto;

}

#row1_col2 p strong{
	
	color:#c54219;
	font-size:33px;
	
}

#row2{
	width: 100%;
	height: 40px;
	background-color:#000033;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}
#row1 img.left{
	float:left;
}
#row1 img.right{
	float:right;
}

#row2 p.right{
	float:right;
	color:#FFFFFF;
	padding:6px;
}



div#container{
	margin: auto;
	width: 889px;
	height:100%;
	background-color:#000033;
}

div#col1 {
    float: left;
	position: relative;
	height:425px;
    width: 173px; /* Standard-Wert */
	background-color:#000033;
	padding:0em;
	z-index:1;
}



div#col2 {
    float: right;
	position: relative;
    width: 156px; /* Standard-Wert */
	border-top: 2px solid  #FFFFFF;
	background-color: #ff9933;	
	padding:1em;
	z-index:2;
	
}
#col2 table tbody tr td table tbody tr td  table.TabTabelle tbody tr td strong{
	width:80px;
	height:8px;
	font-size: 9px;
}
#col2 table tbody tr td table tbody tr td  table.TabTabelle tbody tr td{
	width: 800px;
	height:8px;
	font-size: 9px;
}

#col3{
	width:auto;
	position: relative;
	min-height:100%;
	height:100%;
	background-color:#FFFFFF;
  	margin-left: 173px;
	border-top: 3px solid  #FFFFFF;
	border-bottom: 2px solid #000033;
	margin-right: 182px;
	padding:3em;
}
#col3 table{
	width:100%;

}
#col3:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }

#miniTab {
	
}

div#footer{
	clear:both;
	margin: 0 0 0 0;
	width: 100%;
	height: 30px;
	background-color:#000033;
	border-top: 3px solid #FFFFFF;
}

* html #col2 {  /* nur fuer Internet Explorer */
	width:300px; /* Standard-Wert */ 
	height:100%;
	border:0;
	z-index: 2;

}

* html #col3 {  /* nur fuer Internet Explorer */
	width:auto;  
	border:0;
	z-index: 3;
	margin-left:0px!important;

}


div#col1 ul li {
	border-bottom: 1px solid #FFFFFF;
	margin: 5px 0 0 0;
	padding:1px 0 0 15px;
	z-index:2;
}

div#col2 ul li h1{
	font-size: 11px;
	color:#ab2a03;
	margin:0 0 6px 0;
}
div#col2 ul li {
	font-size: 10px;
	margin:0 0 1x 0;
	color:#000033;
}

div#col2 ul li p{
	font-size: 10px;
	color:#000033;
}
/* Erste Menueebene*/
a.menu{
	text-decoration:none;
	color:#FFCC00;
	margin:0 0 0 0;
	padding:0;
	font-size:11px;
}

a.menu:link
 {
  text-decoration:none;
  font-weight:normal;
  color:#FFFFFF;
 }
a.menu:hover
{
text-decoration:none;
font-weight:normal;
color:#ab2a03;
}

  
 /* Ende Hauptmenu*/
 /*Beginn Submenu - 2 Menuebene*/
 a.submenu{
	text-decoration:none;
	color:#FFCC00;
	margin:0 0 0 0.5em;
	padding:0;
	font-size:9px;
 }
 
 a.submenu:hover
 {
  text-decoration:none;;
  color:#000000;
 }

 /*Ende Submenu */

div#Teaser p{

margin:0 0 0 470px;
padding: 5px 0 5px 0;
font-size: 1em;
color: #FFFFFF;

}

#p.text{
font-size: 8px;
color: #000000;
}