@import "color_general.css";
@import "color_special.css";

/* Stylesheet für Lightboxteil inhalten */
#mb_overlay {z-index: 10;}
#mb_center {z-index: 11;}
/*#mb_bottom {z-index: 11;}*/
#mb_contents {}

#lb-container {
	width: 800px;
	height: 430px;
 	overflow: hidden;
 	position: relative;
	
}

/****************/
/* MailFormular */
/****************/
#lb-container #mainform {	
	width: 540px;
	float: right;
	/*overflow: hidden;*/
	height: 395px;
	padding: 0px 20px 5px 10px;
		font-size: 10px;

}
#lb-container #mainform h1 {
	color: #fff;
	height: 30px;
	padding-left: 10px;
	font-size: 16px;
	margin-left: 65px;
	line-height: 30px;
	margin-bottom: 29px;
}

/** Formular **/
/* siehe tx_powermail.css */



/* Close Button für LB */
#lb-container #close {float: right; height: 25px; text-align: right;padding-top: 3px; padding-bottom: 2px; margin-right: 20px; width: 750px;}
#lb-container #close a{color: #46483d; line-height: 20px;}
#lb-container #close img {vertical-align: middle;}


/****************/
/* Left Content */
/****************/

#lb-container #leftcont {
	width: 180px;
	float: left;
	height: 400px;
	padding: 0px 0px 0px 20px;

}

#lb-container #leftcont p{padding: 0; margin: 0;}
div#leftcont div {height: inherit;}

/* csc-sitemap */

.csc-sitemap ul li{list-style-type: none; list-style-position: outside;}
.csc-sitemap ul li ul li ul li a{font-weight: normal; font-size: 11px;}
.csc-sitemap ul li ul li a{font-weight: bold; font-size: 11px!important;}
.csc-sitemap ul li a{font-weight: bold; font-size: 12px;}


/**************************/
/* Main ohne Formulare   */
/* im prinzip agb       */
/***********************/
#lb-container #lbclose {
		float: right;
		width: 760px;
		height: 25px;
		text-align: right;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-right: 40px;
}

#lb-container #lbclose a{color: #46483d; line-height: 20px;}

#lb-container #lbclose img {vertical-align: middle;}



#lb-container #lbleftcont {
	width: 180px;
	float: left;
	height: 400px;
	padding: 0px 0px 0px 20px;
}
#lb-container #lbleftcont p{padding: 0; margin: 0;}
div#lbleftcont div {height: inherit;}

#lb-container #lbmaincont  {	
	width: 550px;
	/*float: right;*/
	/*overflow: hidden;*/
	height: 395px;
	padding: 0px 10px 5px 10px;
	margin-right: 45px;
	font-size: 10px;
	position: absolute;
	overflow: auto;
	top: 30px;
	left: 200px;	

}

#lb-container #lbmaincont p.bodytext {padding-left: 5px;}
#lb-container #lbmaincont h1 {color: #fff; padding-left: 10px; font-size: 16px; line-height: 30px;}





