/* Weimedia */
/* Projekt: WEI_0604_Allianz-Fußball-Webseite */
/* Stand: 02.01.2007 */

html {
/*overflow:hidden;*/
}

body {
background-color: #ffffff;
font-size: 12px;
font-family: Verdana, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
/* Standardlinks, BITTE ANPASSEN */
a {color:#000033;}
a:visited {color:#000033;}
a:hover {color:#FF6600;}
a:active { color:#000033;}

h1 {
font-size: 16px;
font-weight:bold;
text-align:center;
padding:5px 15px;
color:#000033;
margin:0px;
background:url(imgs/fussball.jpg) no-repeat;
height:144px;
 }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

#container {
padding:0px;
margin: 0px;
/*margin-left: auto;
margin-right: auto;*/
width: 1000px;
} 

#header {
text-align:right;
background:url(imgs/header.jpg) no-repeat #19194B;
height:118px;
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;} 

#outer{ 
border-left: solid 166px #19194B;  
border-right: solid 2px #19194B;
background-color: #ffffff; 
} 

#inner{margin:0; width:100%; }

#left {
 width:166px;
 height:500px;
 background:url(imgs/left_hg.jpg) no-repeat;
 float:left;
 position:relative;
 margin-left:-166px;
}
#right {
 width:166px;
 height:500px;
 float:right;
 padding-top:30px;
 text-align:center;
 position:relative;
 margin-right:-166px;
 margin-left:1px;
}

#navcontainer {
float:left;
margin-left: 0px;
height:auto;
width:166px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
margin: 4px 0 1px 0;
background:url(imgs/menu_fx.jpg) no-repeat;
line-height:19px;
}

#navcontainer a
{
display: block;
padding: 0px 0px 0px 25px;
width: 140px;
color: #fff;
text-decoration: none;
}

#navcontainer a.link, #navcontainer a.visited, #navcontainer a.active
{
display: block;
padding: 0px 0px 0px 25px;
width: 140px;
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
color:#FF6600;
text-decoration: none;
font-weight:bold;
}

#navcontainer a#hier
{
color:#FF6600;
text-decoration: none;
font-weight:bold;
}

#navcontainer a#hier:link, #navcontainer a#hier.visited, #navcontainer a#hier.active
{
color:#FF6600;
text-decoration: none;
font-weight:bold;
}

#navcontainer ul ul li {
margin: 0;
background:url(imgs/umenu_fx.jpg) no-repeat right;
}

#navcontainer ul ul a
{
display: block;
padding: 0px 0px 0px 40px;
width: 125px;
color: #fff;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color:#FF6600;
text-decoration: none;
font-weight:bold;
}

#navcontainer ul ul a#hier:link
{
color:#FF6600;
text-decoration: none;
font-weight:bold;
}


#content{
/*overflow:auto;
height:470px;*/
height: 100%;
min-height:470px;
position: relative;
margin: 0px;
padding:30px 30px 0 30px;
background:url(imgs/fussball_bg.jpg) no-repeat right;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-face-color:#000033;
scrollbar-track-color:lightgrey;
scrollbar-darkshadow-color:#000033;
scrollbar-highlight-color:#000033;
scrollbar-shadow-color:#000033;

}
.titel{
	color:#FF6600;
	font-weight:bold;
	margin-top:45px;
}

p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

#footer {
color:#FFFFFF;
border-top:solid 1px #000033;
clear:left;
padding:0px;
margin:0px;
text-align: right; }

#outer_foot{
border-left: solid 166px #19194B;
border-right: solid 2px #19194B;
/*border-right: solid 166px #989898;*/
/*background-color: #ffffff;*/
background-color: #19194B;
/*height:1600px;*/
height: 20px;
}

#inner_foot{margin:0; width:100%; }

table.aktnews { width: 100%; border: 1px #000000 solid;}
td.dataheader_aktnews { font-size: 13px; color: #FFFFFF; background: #19194B; text-align: center; font-weight: bold;}
td.data_aktnews { background: #829CCD; }

table.statistics { width: 400px; border: 1px #000000 solid;}
td.dataheader { font-size: 13px; color: #FFFFFF; background: #000033; text-align: center; font-weight: bold;}
a.sortable { color: #FFFFFF; font-weight: bold; text-decoration: none; }
td.data { background: #829CCD; }




