/*
 * CSS Klassen Screen
 *
 * www.kunstueck.de
 * erstellt: 2009-12-09
 * geaendert: 
 * 
 * 
 */ 
 
 @import url(text.css);
 @import url(menu_left.css);
 @import url(menu_top.css);
 @import url(powermail.css);
 /* ------------------------------------
   Grundlayout
   ------------------------------------ */
 
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clearer {
	clear: both;
}
 
body {
 	
	margin: 0;
	padding: 0;
	background-color: #ccc;
 }
 

#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	border: 0px solid #fff;
	background-color:#d6d6d6;
}

#header {
	width: 801px;
	height: 59px;
	background-color: #ddd;
}
#menu_top {
	width: 980px;
	height: 20px;
	position: relative;
	background-color: #999;
	border: 0;
	padding: 10px 0 0 179px;
	margin: 0 0 0 0;
}

#body {
	
	width: 980px;
	padding: 0;
	margin: 0;
}

#body .left {
	float:left;
	width: 130px;
	height:auto;
	background-color: #b5b5b5;
	padding: 32px 7px 30px 7px;
	margin: 0;
}

#body .right {
	float:left;
	width: 766px;
	height:auto;
	padding: 32px 35px 30px 35px;
	margin: 0;
}

/* Inhalt 2-spaltig */
#body .right .body_left {
		float: left;
		width: 497px;
		height: auto;
		padding: 0 10px 0 0;
		overflow:hidden;
}
#body .right .body_right {
		float: left;
		width: 250px;
		height: auto;
		overflow:hidden;
}
#footer {
	width: 801px;
	height: 70px;
	
	text-align: left;
	padding: 50px 0 0 179px;
	color: #420212;
	font-size: 11px;
}


#footer a {
	color: #420212;
	font-size: 11px;
	text-decoration: underline
}

 /* ------------------------------------
   Klickpfad
   ------------------------------------ */
.breadcrumb {

	display: none;
	position: absolute;
	top: 15px;
	left: 782px;
}
.breadcrumb a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
 /* ------------------------------------
   Boxen
   ------------------------------------ */
#galerie {
	position: absolute;
	top: 122px;
	left: 604px;
	z-index: 99;
	width: auto;
	height: auto;
}   

/* ------------------------------------
   css styled content
   ------------------------------------ */
 
 .csc-textpic {
 	padding: 0 0 30px 0;
	margin: 0 0 0 0;
 	border: 0 ;
 }
 .csc-textpic img {
 	border: 0 !important;
 }
 /*
 .csc-textpic-text {
 	width: 200px;
	float: right;
 }
 .csc-textpic-imagewrap {
 	width: 120px;
	float: left;
 }
 */
 .csc-textpic-caption {
 	font-size: 10px;
	line-height: 110%;
	margin: 0 0 0 0;
	padding: 0;
 }
.csc-textpic-imagewrap {
	
} 
.csc-textpic-image {
	margin: 0 10px 20px  0 !important;
	padding: 0;
}

.contenttable {
	border: 0;
	border-collapse:collapse;
	margin: 0 0 20px 0;
	padding: 0;
}
.contenttable td {
	padding: 0 10px 0 0;
	vertical-align:top;
}

/* csc menu */
dl.csc-menu-4 {
	width: 60%
}
dl.csc-menu-4 dt a {
	height: auto;
	padding: 3px 0px 2px 0px;
	display:block;
	color: #333;
	font-size: 14px;
	line-height: 13px;
	font-weight: normal;
	text-decoration:none;
	border0;
}
dl.csc-menu-4 dt a:hover {
	color: #c40027;
	text-decoration: none !important;
}
dl.csc-menu-4 dd {
	font-size: 10px;
	color: #000;
	margin: 0 0 20px 0;
}


/* imagecycle */
.tx-imagecycle-pi1 {
	margin: 0 0 30px 0;
}


