/* CSS Document */

/* Auschließlich dreispaltige Tabelle (Datum, Titel, Pfeil als Link) als teaser-ersatz für älter Artikel */

#tab_archiv {
width:100%;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333333;
border-collapse:1px;
}								
.col1 {
width:16px;
text-align:center;
}				
.col2 {
width:402px;
text-align:left;

}				
tr {
height:22px;
padding:0px;
}
th {
background-color:#7c7c00;
color:#ffffff;
text-align:center;
}
td {
padding-left: 4px;
}			
.hintergrund {
background-color:#f2f2e5;
}		
#tab_archiv tr:hover {
background-color:#e5e5cc;
}		

#tab_archiv a {
color:#333333;
text-decoration:none;
}
#tab_archiv a:hover {
color:#7c7c00;
text-decoration:underline;
}



/* ===========================
				Vorschau Thumbnails für Archiv
									===============================*/
									
#vorschau_archiv a {
text-decoration:none;
}

/*für Internet-Explorer*/
#vorschau_archiv a:hover {
border:none;
}

#vorschau_archiv a span {
display:none;
}

#vorschau_archiv a:hover span {
display:block;
margin:0;
padding:5px;
border:1px solid #7c7c00;
background-color:#ffffff;
color:#000000;
position:absolute;
left:15em;/*5em;*/
top:inherit;
width:260px;
text-decoration:none;
}

#vorschau_archiv a:hover span img {
float:left;
padding-right:10px;
}

/*h1 Haupt-Überschrift grün*/
#vorschau_archiv a:hover span h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#7c7c00;
padding-bottom:10px;
text-decoration:none;
}		

/*h3 Datum in Vorschaubox*/
#vorschau_archiv a:hover span h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#333333;
padding-bottom:5px;
text-decoration:none;
}

/*h2 für ergänzende Überschrift ohne Link (über Hauptüberschirft plaziert) */
#vorschau_archiv a:hover span h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#666666;
padding-bottom:5px;
text-decoration:none;
}								

/*p für Teaser-Text*/
#vorschau_archiv a:hover span p {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#333333;
padding-bottom:5px;
text-decoration:none;
}

/* Definition der Verlinkung um zur nächsten Archiv-Seite vor und zurück gehen zu können */
#archiv_zurück {
width:100%;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
margin-top:0px;
margin-bottom:30px;
vertical-align:middle;
text-align:right;
}
#archiv_zurück a {
color:#7c7c00;
text-decoration:none;
}
#archiv_zurück a:hover {
text-decoration:underline;
}

#archiv_vor {
width:100%;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
margin-top:0px;
margin-bottom:5px;
vertical-align:middle;
text-align:left;
}
#archiv_vor a {
color:#7c7c00;
text-decoration:none;
}
#archiv_vor a:hover {
text-decoration:underline;
}

#text_spätere_meldungen {
font-size:10px;
text-align:right;
margin-top:15px;
}







