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

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

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

img{
    border: 0px;
}


a{
    text-decoration: none;
}

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

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


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

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

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

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                                 */
/***********************************************/

#masthead{
    float: left;
    padding:  7px 0px 2px 10px;
    border-bottom: 2px solid #aaaaaa;
    width: 100%;
}

#navBar{
    float: left;
    width: 150px;
    margin:  0px 0px 10px 0px;
    padding:  0px;
    border-color: #aaaaaa;
}

#linkBar{
    float: left;
    width: 120px;
    border: 1px solid #aaaaaa;
    padding: 5px 10px 10px 10px;
    font-size: 12px;
}

#content{
    float: left;

    
}

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

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

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

.feature{
    padding: 0px 10px 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: 80%;
}

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


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

#siteInfo{
    clear: both;
    border-top: 1px solid #aaaaaa;
    font-size: 75%;
    color: #aaaaaa;
    margin: 20px 1px 10px 1px;
    padding: 10px 10px 10px 10px;
}

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



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


/*********** #linkBar link styles ***********/

#linkBar ul a:link, #linkBar ul a:visited {display: block;}

#linkBar ul {list-style: none; margin: 0; padding: 0;}

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

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



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

#sectionLinks{
    position: relative;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #aaaaaa;
    font-size: 12px;
}                          

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

#sectionLinks a {
    display: block;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 2px 0px 2px 10px;

}

#sectionLinks a:hover{
    background-image:url(arrow_right.bmp);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}


/*********** #ActiveSectionLinks styles ***********/

#ActiveSectionLinks{
    background-color: #eeeeee;
    position: relative;
    margin: 10px 0px 10px 10px;
    font-size: 12px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    display: block;
    
}

#ActiveSectionLinks h4{
    border-bottom: 1px solid #aaaaaa;
    padding: 2px 0px 2px 10px;

}

#ActiveSectionLinks a {
    border-bottom: 1px solid #aaaaaa;
    padding: 2px 0px 2px 10px;

    border-left: 0;
    border-right: 0;
    
}

#ActiveSectionLinks a:hover{
}

#ActiveSectionLinks img {
    padding: 20px 0px 2px 0px;
}


/*********** #subsectionLinks styles ***********/

#subsectionLinks{
}

#subsectionLinks h3{
}

#subsectionLinks a {
    padding: 2px 0px 2px 20px;
    border-left: 0;
    border-right: 0;

}

#subsectionLinks a:hover{
    padding: 2px 0px 2px 25px;
}

#subsectionLinks img {
    padding: 2px 0px 2px 10px;
    border: 0;
}

/*********** #relatedLinks styles ***********/

#relatedLinks{
    padding: 0px 0px 5px 0px;
}

#relatedLinks h3{
}

#relatedLinks a {
    padding: 5px 5px 5px 5px;
}

#relatedLinks a:visited {
    color: #000066;
}



/************** #Banner styles **************/

#Banner{
    padding: 0px;
    font-size: 10px;
    width: 2146px;
/*   Berechnung der Banner-Breite: width = 2+134*N      */
}
    
#Banner img{
    margin: 1px 0px 0px 1px;    
    width: 133px;
    height: 100px;
    float:  left;

        
}
