﻿/* Archivebox Haupt */

#newsarchivbox {
position: relative;
top: 0px;
left: 0px;
font-size: 13px;
margin-top: 30px;
margin-left: 0px;
width: 530px;
background: #fff;
}


#newsarchivbox a {
font-weight: bold;
color: #989898;
font-size: 12px;
text-decoration: none;
}
#newsarchivbox a:hover {
text-decoration: none;
color: #A1502E;
}

#newsheader {
margin-top: 30px;
width: 530px;
height: 25px; 
}

#newstitel {
padding: 5px 0 0 15px;
float: left;
color: #989898;
font-size: 16px;
}

#newsdatum {
padding-right: 5px;
padding-top: 6px;
float: right;
color: #989898;
font-size: 11px;
}

#newsinhaltbox {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	border: 1px dotted #C9C9A1;
	height: auto;
	width: 570px;
	overflow: hidden;
}

#newsinhalt {
	float: left;
	color: #000;
	font-size: 14px;
	padding: 10px;
	width: 300px;
	height: auto;
}

#newsimage {
text-align: right;
margin: 5px;
}

#clearer { 
clear: right; 
}


#newslink {
color: #000;
font-size: 14px;
}

#newslink a {
	font-style: oblique;
	font-weight: lighter;
	color: #38322A;
	font-size: 12px;
	background: transparent;
	text-decoration: none;
	padding-left: 13px;
	background-image: url(grafik/bullet_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
}
#newslink a:hover {
text-decoration: none;
padding-left: 13px;background-image:url(grafik/bullet_pfeil.gif); background-repeat:no-repeat; background-position: 0px 2px;}
}


/* Singelbox */


#newssingelbox {
float: left;
top: 0px;
left: 0px;
font-size: 13px;
width: 570px; 
background: #fff;
}

#newssingelheader {
margin-top: 30px;
width: 570px;
height: 25px; 
}

#newssingeltitel {
padding: 5px 0 0 15px;
float: left;
color: #84600B;
font-size: 16px;
padding-left: 17px;background-image:url(grafik/menu_bullet_grau.gif); background-repeat:no-repeat; background-position: 0px 7px;
}

#newssingeldatum {
float: right;
padding-right: 5px;
padding-top: 6px;
color: #989898;
font-size: 11px;
}

#newssingelimage {
text-align: right;
margin: 5px;
}

#newssingelbox a {
font-weight: bold;
color: #989898;
font-size: 14px;
text-decoration: none;
}
#newssingelbox a:hover {
text-decoration: none;
color: #A1502E;
}


/* Latestbox */


#newslatestbox {
	width: 180px;
	font-size: 13px;
	background: FFF;
	margin-bottom: 20px;
}

#newslatestdate {
text-align: right;
padding-right: 0px;
padding-top: 6px;
color: #989898;
font-size: 11px;
}

#newslatesttitel {
	text-align: left;
	padding: 5px 0 10px 5px;
	color: #76774F;
	font-size: 14px;
	font: oblique;
	font-weight: bold;
}

#newslatestimage {
	float: left;
}


#newslatestinhalt {
	padding: 8px 0 8px 5px;
	text-align: right;
	color: Gray;
	height: auto;
	width: auto;
}

#newslatestlink  {
	border-bottom: 1px dotted #C9C9A1;
	margin-top: 10px;
}

#newslatestlink a {
	font-weight: bold;
	color: #989898;
	font-size: 12px;
	text-decoration: none;
	padding-left: 18px;
	background-image: url('grafik/bullet_gelb_rechteck.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

#newslatestlink a:hover {
	text-decoration: none;
	color: #76774F;
	padding-left: 18px;
	background-image: url('grafik/bullet_gruen_rechteck.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#newslatestinhaltbox {
	width: 180px;
	height: auto;
}

