/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
        font-family: Arial;
        color: #333333;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
}

a{
        color: #006699;
        text-decoration: none;
}

a:link{
        color: #666666;
        text-decoration: none;
}

a:visited{
        color: #009900;
        text-decoration: none;
}

a:hover{
        color: #00CC33;
        text-decoration: underline;
}

h1{
 font-family: Arial;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial;
 font-size: 114%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial;
 font-size: 70%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h5{
        font-family: Arial;
        font-size: 12px;
        color: #999999;
        margin: 0px;
        padding: 0px;
        font-style: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#ALL{
                width: 80%;
                float: right;

}
#Seitenkopf{
                position:absolute;
        top:0px;
        left:20px;
        width: 950px;
        padding: 0px;
        height: 160px;
}

#masthead{
        padding: 10px 0px 0px 0px;
        border-bottom: 1px solid #cccccc;
        width: 1000px;
}

#navBar{
        position:absolute;
        top:210px;
        width: 189px;
        padding: 20px;
        background-color: #eeeeee;
        color: #999999;
        left: 762px;
        height: 692px;
}

#headlines{
        position:absolute;
        top:208px;
        left: 20px;
        width: 200px;
        background-color: #eeeeee;
        padding: 10px;
        height: 702px;
}

#col_left_sponsoren{
        position:absolute;
        top:210px;
        left: 20px;
        width: 192px;
        background-color: #eeeeee;
        padding: 10px;
        height: 700px;
}
#hauptteil{
        position:absolute;
        top:200px;
        left:230px;
        width: 528px;
        border: 1px solid #eeeeee;
        padding: 10px;
        height: 696px;
        overflow: auto;
}
#spalte_links{
        position:absolute;
        top:200px;
        left: 20px;
        width: 200px;
        padding: 10px;
        background-color: #eeeeee;
        height: 696px;
        overflow: auto;
}
#spalte_rechts{
        position:absolute;
        top:200px;
        left: 767px;
        width: 180px;
        padding: 10px;
        background-color: #eeeeee;
        height: 696px;
}
#Banner{
		position:relative;
		top:200px;
        left: 980px;
        
}
#table_portrait{
        position:absolute;
        top:3px;
        width: 209px;
        padding: 0px;
        color: #eeeeee;
        left: 316px;
        height: 692px;
}
#table_geschichte{
        float: left;
}
#content{
        float: left;
          width: 55%;
}
#headlines_verein{
        position:absolute;
        top:210px;
        left: 20px;
        width: 166px;
        background-color: #eeeeee;
        padding: 15px;
        height: 700px;
}
#center_teams{
        position:absolute;
        top:210px;
        left:213px;
        padding:20px;
        width: 512px;
        height: 700px;
        color: #FFFFFF;
        background-color: #eeeeee;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
        margin: 0;
        padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
        font-size: 90%;
        padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
        margin: 0px;
        padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
        font-size: 80%;
        padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
        padding: 0px 0px 10px 10px;
        font-size: 80%;
}

.feature h3{
        padding: 30px 0px 5px 0px;
        text-align: center;
}

.feature img{
        float: left;
        padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
        clear: both;
        padding: 10px 0px 0px 10px;
        font-size: 12px;
}

.story p{
        padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
        position:absolute;
        top:932px;
        width:948px;
        clear: both;
        border: 1px solid #cccccc;
        font-size: 75%;
        color: #cccccc;
        padding: 10px 10px 10px 10px;
        left: 21px;
}

#siteInfo img{
        padding: 4px 4px 4px 10px;
        vertical-align: middle;
}


/************* #search styles ***************/

#search{
        padding: 5px 0px 5px 10px;
        border-bottom: 1px solid #cccccc;
        font-size: 90%;
}

#search form{
         margin: 0px;
         padding: 0px;
}

#search label{
        display: block;
        margin: 0px;
        padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #cccccc;
        font-size: 90%;
}

#sectionLinks h3{
        padding: 10px 0px 2px 10px;
}

#sectionLinks a {
        display: block;
        border-top: 1px solid #cccccc;
        padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
        background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
        margin: 0px;
        padding: 0px 0px 10px 10px;
        font-size: 90%;
}

.relatedLinks h3{
        padding: 0px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
        display: block;
}

/************** #advert styles **************/

#advert{
        padding: 30px 0px 10px;
}

#advert img{
        display: block;
}


/************** #headlines styles **************/

#headlines{
        margin: 0px;
        padding: 10px 0px 20px 10px;
        font-size: 80%;
}

#headlines p{
        padding: 5px 0px 5px 0px;
}

/************** POPUP DIV der Spieler und SPONSOREN ****************/

.popup
{
position:absolute;
width:130px;
height:130px;
left:250px;
top:200px;
visibility:hidden;
border:0px solid #607b9e;
background-color:#f5f5f5;
z-Index:1;
}