/* 16.03.2008, dogan*/

.cms4d_odebug{
	color:black;
	background-color:white;
	float:none;
	clear:both;
	padding:10px;
}

.cms4d_zoom_window_container{
	position:absolute;
	font-family:Verdana;
	font-size:11px;
	left:0px;
	top:0px;
	overflow:hidden;
}
.cms4d_zoom_window_table{
	width:100%;
	height:100%;
	background-image:url(cms4d-zoom-bg-1x1.gif);
}

.cms4d_zoom_window_content_table{
	border:1px solid white;
	border-right:1px solid rgb(102,102,102);
	border-bottom:1px solid rgb(102,102,102);
	margin-bottom:30px;
}
.cms4d_zoom_window_content_head{
	background-color:rgb(51,102,204);
}
.cms4d_zoom_window_content{
	background-color:rgb(230,230,230);
	padding:8px;
}
.cms4d_zoom_window_but_prev, .cms4d_zoom_window_but_next{
	border:1px solid rgb(102,102,102);
	border-left-color:white;
	border-top-color:white;
	background-color:rgb(230,230,230);
	padding:2px 4px 3px 4px;
	cursor:pointer;
}
.cms4d_zoom_window_but_close{
	color:white;
	background-color:red;
	border:1px solid rgb(255,204,204);
	border-right-color:rgb(102,0,0);
	border-bottom-color:rgb(102,0,0);
	font-weight:bold;
	padding:2px 4px 3px 4px;
	cursor:pointer;
	display:block;
}

/*----------*/

body{
	background-color:rgb(230,230,230);
	padding:0;
	margin:0;
}
@media print{
	body{
		background-color:white;
		background-image:none;
	}
}

@media screen, projection{
	hr{
		border-style:hidden;
		border-top:1px solid rgb(153,153,153);
		height:0px;
	}
}


/*--- Layout ---*/
@media screen, projection{
	.page_container{
		background-color:white;
		width:880px;
		margin:0 auto;
	}
	.inner_page_container{
		width:880px;
	}

	.top_container{
		background-color:rgb(51,102,204);
		width:880px;
		height:100px;
		float:left;
		clear:both;
	}

	.content_container{
		background-color:white;
		width:880px;
		float:left;
		clear:both;
		background-image:url(images/vline-hgrau-1x100.gif);
		background-repeat:repeat-y;
		background-position:270px 0px;
	}
		.left_col{
			width:270px;
			float:left;
			clear:left;
			padding:40px 0 20px 0;
			background-image:url(images/spitze-top.gif);
			background-repeat:no-repeat;
		}
		.center_col{
			width:610px;
			float:left;
			clear:right;
		}

	.html_content{
		padding:30px 30px 15px 30px;
	}

	.footer{
		color:rgb(153,153,153);
		text-align:right;
		font-size:0.9em;
		letter-spacing:-1px;
	}
}
@media print{
	.page_container{
		width:100%;
	}
	.inner_page_container{
		width:100%;
	}
	.top_container{
		display:none;
	}
	.content_container{
		width:100%;
	}
	.left_col{
		display:none;
	}
	.center_col{
		padding-right:20px;
	}
	.html_content{
		padding:0;
		margin:0;
	}
	.footer{
		color:black;
		text-align:right;
		font-size:0.9em;
	}
}


/* hauptmenu treeview */
.tree{
}
.tree ul, .tree li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	background-image:none;
}
.tree a{
	color:black;
	text-decoration:none;
	/*padding links: 54px treemenu offset + 19px bullet padding*/
	padding:8px 5px 9px 73px;
	display:block;
	background-image:url(images/lvl-0.gif);
	background-repeat:no-repeat;
	background-position:54px 8px;
}
.tree a:hover{
	color:rgb(51,102,204);
	text-decoration:none;
	background-image:url(images/lvl-0-act.gif);
}
.tree .lvl_0_act{
	font-weight:bold;
	background-image:url(images/lvl-0-act.gif);
}
.tree .lvl_0_on, .tree .lvl_0_on:hover{
	color:rgb(51,102,204);
	font-weight:bold;
	background-image:url(images/lvl-0-on.gif);
}
.tree .lvl_n_act{
	font-weight:bold;
	background-image:url(images/lvl-0-act.gif);
}
.tree .lvl_n_on, .tree .lvl_n_on:hover{
	color:rgb(51,102,204);
	font-weight:bold;
	background-image:url(images/lvl-0-on.gif);
}


/*inline sitemap*/
.sitemap{
}
.sitemap a{
	padding:0px 0 8px 19px;
	text-decoration:none;
	background-image:url(images/lvl-0-act.gif);
	background-repeat:no-repeat;
	display:block;
}
.sitemap a:hover{
	text-decoration:none;
	background-image:url(images/lvl-0-on.gif);
}
.sitemap ul{
	list-style:none;
	margin:0;
	padding:0;
}
.sitemap ul ul{
	list-style:none;
	margin:0 0 0 19px;
	padding:0;
}
.sitemap ul ul a{
	background-image:url(images/lvl-0.gif);
}
/*für IE6 muss inline sein*/
.sitemap li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}




/*manuelle Bildergalerie*/
.imglist{
	padding-top:15px;
	margin-left:45px;
}
.imglist .img_td{
	padding:25px 0 25px 0;
}
.imglist .img_act{
	border:5px solid rgb(153,153,153);
}



/*manuelle Referenzen-Tabelle*/
.ref_table{
	width:100%;
	float:left;
	margin-top:10px;
	clear:both;
}
.ref_table .ref_img{
	border:none;
	margin-bottom:3px;
}
.ref_table td{
	padding-bottom:10px;
}
.ref_table .ref_left_col{
	width:260px;
	white-space:nowrap;
}
.ref_table .ref_right_col{
}
.ref_table .ref_trenner{
	height:20px;
}


/*
Newsblock float, Startseite.
ACHTUNG: hier ist nur das floating des Containers definiert.
Weitere Formate in standard-content.css
*/
.news_start{
	/*width:180px;*/
	float:right;
	clear:left;
	margin-left:15px;
}
