
/* Einträge  (Heftinhalte) */

img {

border: 0;

}


.ausgabe {
    font-size: 15px;
    font-weight: bold;
}

.rubrik {
    font-weight: bold;
}

.autor {
    font-weight: italic;
}

.titel {
    font-weight: bold;
    color: #0865A6;
}

.untertitel {
    font-style: italic;
    color: #0865A6;
}

.entries {
    padding-bottom: 20px;
}


.overview {
    margin-top: 20px;
}


#main {
    margin:0 auto;
    width: 960px;
    min-height: 100%;
    position: relative;
    text-align: left;
   


}

#header {
	height: 100px;
	width: 960px;
	/*background: #0865A6 url(../i/header.png) no-repeat;*/
	
}

#nav {

    margin-top: 3px;
    height: 24px;
	width: 960px;
	background: #0865A6 url(../i/nav.png) no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

}


#nav a {
     float: left;
     display: block;
     text-decoration: none;
     padding: 2px 17px 0 18px;
     height: 22px;
     font-size: 14px;
     line-height: 19px;
     border-right: 3px solid #fff;
     color: white;
 
}

#nav a:hover {
 color: F2FF2A;


/* Farbe anpassen wenn BG zu dunkel */
}

#nav a.current {
 color: #F2FF2A;
}

#sub_content {
    width: 945px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 60px;
    line-height: 140%;
}

#content {
    float: left;
    width: 660px;
}


#column_right {
    float: right;
    width: 270px;
}

#content h1 {
    color: #0865A6;
    font-size: 20px;

}


#footer {
    height: 35px;
    width: 960px;
    line-height: 35px;
    background: #0865A6 url(../i/footer.png) no-repeat;
    color: white;
    bottom: 0;
    position: absolute; 



}

#footer_left {

    padding-left: 20px;
    float: left;

}

#footer_right {

    padding-right: 20px;
    float: right;

}

#footer_right a { 
    color: white; 
    text-decoration: none;
    text-align: center;
}

body, html {

    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    

}

a {
    text-decoration: none;
    color: #0865A6;
}


.archive {
    float:left;
    margin-left: -20px;
}


.archive ul {
    list-style: none;
}

.archive li {
    margin-top: 5px;
    padding-left: 20px;
    background: #FFFFFF url(../i/folder.png) no-repeat;

}

.archive_open {
    float: left;
}

.archive_open li {
    margin-top: 5px;
    margin-left: 5px;

}

.archive_open ul {
    list-style: square;
}

.schlagwoerter {
    font-weight: bold;
}

.clear {
    clear: both;
}