/***********************************************************************/

/*		content modul                             */

/***********************************************************************/

div.contentmodul_head {
	position:relative;
	left:0;
	top:0;
	width:589px;
	height:210px;
	background-color:#EBEBEB;
	z-index:1;
}

div.contentmodul_head_left {
	position:relative;
	left:0;
	top:0;
	width:589px;
	height:210px;
	z-index:1;
}

div.contentmodul_head_right {
	position:absolute;
	left:301px;
	top:0px;
	width:288px;
	height:214px;
	z-index:2;
}

div.contentmodul_rubrikbild {
	background-repeat:no-repeat;
	position:absolute;
	left:14px;
	top:18px;
	width:273px;
	height:175px;
	z-index:2;
}

div.contentmodul_headline {
	position:absolute;
	left:320px;
	top:36px;
	width:250px;
	height:46px;
	z-index:3;
	color:#AB1416;
	font-size:18px;
}

div.contentmodul_subheadline {
	position:absolute;
	left:320px;
	top:92px;
	width:250px;
	height:80px;
	z-index:3;
	font-size:14px;
}

div.contentmodul_content {
	position:relative;
	left:0;
	top:20;
	width:589px;
	height:auto;
	background-color:white;
	font-size:12px;
}

.contentmodul_spalte1 {
	width:284;
	height:auto;
	background-color:white;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.contentmodul_spalte2 {
	width:280;
	height:auto;
	background-color:white;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
}

div.contentmodul_trennlinie {
	position:relative;
	background-repeat:repeat-x;
	top:10;
	left:0;
	width:589;
	height:2;
	z-index:2;
	background-color:white;
	margin-top:15;
	margin-bottom:0;
	clear:both;
}

div.contentmodul_printpage {
	background-image: url(images/print.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:0;
	top:30;
	width:200px;
	height:2px;
}

div.contentmodul_copywrite {
 	margin-top:20px;
 	display:none;
}

div.contentmodul_content ul {
    padding: 0;
    margin: 0 0 0 2px;
}

div.contentmodul_content li {
    background: url(../../images/redsquare-6px.gif) 0 4px no-repeat;
    list-style-type: none;
    padding-left: 12px;
}

div.contentmodul_content h1 {
	color:#AB1416;
	font-size:18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

div.contentmodul_content h2 {
	font-size:14px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

div.contentmodul_content p {
	padding: 0 0 10px 0;
	margin: 0;
}

#notprinted {
	width:auto;
	height:70px;
	display:block;
}

div.printcontent {
	position:absolute;
	left:208;
	top:92;
	width:500;
	height:	auto;
	background-color:white;
}

