/* CSS Document */
#content #headline {
	background-image:url(img/left_50.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#a9b9d0;
	display:block;
	width:750px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-left:5px;
	margin-bottom:10px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:30px;
	color:#E8EAE9;
	
}
#content #headline div {
	background-image:url(img/right_50.png);
	background-repeat:no-repeat;
	background-position:right top;
}
/*newslist*/
#content #newslist {
	float:left;
	display:block;
	width:500px;
}
#content #newslist .news_left, #content #newslist .news_right{
	width:500px;
}
#content #newslist .news_left *{
	float:left;
}
#content #newslist .news_right *{
	float:right;
}
#content #newslist .news_left .container, #content #newslist .news_right .container {
	background-image:url(img/left.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#A9B9D0;
	margin:5px 0px;
}
#content #newslist .news_left p, #content #newslist .news_right p { /*text outer*/
	margin:0px;
	background-image:url(img/right.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:14px 10px;
}
#content #newslist .news_left a, #content #newslist .news_right a { /*text inner*/
	display:block;
	width:375px;
	height:32px;
	overflow:hidden;
	line-height:16px;
}

#content #newslist .news_right p {
	text-align:right;
}
#content #newslist .news_left a, #content #newslist .news_right a {
	border-bottom:0px!important;
}
#content #newslist .news_left a:hover, #content #newslist .news_right a:hover {
	text-decoration:underline;
}
#content #newslist img {
	width:90px;
	height:60px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	background-image:url(bilder/-default.png); /*Standartbild*/
}
/*sidebar */
#content #aktuellessidebar {
	float:left;
}
#content #aktuellessidebar .box {
	display:block;
	width:250px;
	padding:0px;
	background-color:#f3f5f4;
	margin:5px;
}
#content #aktuellessidebar .box .headline {
	background:#A9B9D0;
	color:#00008d;
	margin:0px;
	padding:0px;
	background-image:url(img/top-right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#content #aktuellessidebar .box .headline div {
	background-image:url(img/top-left.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding-left:10px;
	line-height:16px;
}
#content #aktuellessidebar .date{
	color:#333333;
	margin:1px;
}
#content #aktuellessidebar .box .liste .date , #aktuellessidebar .box .liste .beschreibung {
	float:left;
	line-height:14px;
}
#content #aktuellessidebar .box .liste .date {
	display:block;
	width:50px;
	padding-left:8px;
	margin-left:3px;
	background-image:url(img/arrow.png);
	background-position:top left;
	background-repeat:no-repeat;

}
#content #aktuellessidebar .box .liste .beschreibung a{
	color:#666666;
	text-decoration:none;
}
#content #aktuellessidebar .box .liste .beschreibung a:hover{
	color:#00008d;
}
#content #aktuellessidebar .box .liste hr {
	border:0px;
	border-bottom: 1px dotted #00008d;
	margin:0px;
	clear:both;
}
#content #aktuellessidebar .box .liste .more {
	text-align:right;
	font-size:9px;
	margin: 5px 4px 3px 0px;
}
#content #aktuellessidebar .box .liste .more  a {
	color:#00008d;
}
#content #aktuellessidebar .box .liste .aktuell *{
	color:#d3a61d!important;
}

