/* 3 Spalten Layout*/

#mainwrapper {
    margin: 10px auto;
    width:946px;
    text-align:left;
    border:1px solid #666666;
    background-color:#ffffff;
}

.headImg {
	background-image:url(/images/design/header_3col.jpg);
    width:946px;
    height: 149px;
}

DIV#mainCnt {
    width: 946px;
    /*  float:left; */
    margin: 0 0 30px 0;

}

DIV#rightCol{
	display:block;
	width:186px;
	overflow:hidden;
	float:left;
	/*margin-top:2px;*/
	background-color:#F9F9F9;
}

DIV#rightCol div.topheader{
	/*width:186px;*/
	height:27px;
	overflow:hidden;
	background-image:url(../images/design/aktuelles_head.gif);
	line-height:32px;
	color:#ffffff;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:3px;
}

DIV#rightCol div.cntBox{
	width:186px;
	margin:0;
}

DIV#rightCol div.cntBox div.header{
	background-color:#9A9A9A;
	color:#fff;
	height:21px;
	line-height:22px;
	font-size:11px;
	padding-left:10px;
}

DIV#rightCol div.cntBox div.content{
	padding:5px 10px;
	width:166px;
}

DIV#rightCol div.cntBox div.content div.entry{
	line-height:13px;
	padding:5px 0;
}

DIV#rightCol div.cntBox div.content div.entry div.date{
	font-weight:bold;
}

DIV#rightCol div.cntBox div.content div.entry div.text{
	line-height:14px;
}

DIV#rightCol div.cntBox div.content div.entry img.left{
float:left;
margin:0 5px 0 0;
display:block;
}

DIV#rightCol div.cntBox div.content div.entry a{
	text-decoration:none;
	color:#000;
	background-image:url(/images/design/linkarrow.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:11px;
	line-height:11px;
}

DIV#rightCol div.cntBox div.content div.entry a:hover{
	text-decoration:underline;
}

DIV#rightCol div.cntBox div.content div.entry a.events{
	background-image:none;
	display:block;
	padding:0;
}

.cntBoxHead {
        margin: 5px 0 10px 0;
}

