/**
* ### CONTENT ELEMENTE ### 
*/


/* ### HEADLINE ### */

.ct_headline {
	padding:0px;
	margin:0px;
	font-size:33px;
	font-weight:bold;
	color:#005aa4;
	margin-bottom:20px;
	clear:both;
}


/* ### TEXT ### */

.ct_text {
	clear:both;
}
.ct_text .bodytext {
	margin-bottom:20px;
}


/* ### TEXT REPLACE ### */

.ct_text_replace {
	color:#005aa4;
	font-size:17px;
	clear:both;
}
.ct_text_replace .bodytext {
	margin-bottom:20px;
}


/* ### BILD ### */

.ct_bild {
	margin-bottom:20px;
}

.ct_bild_overlay {
	position:absolute;
	background:url(../images/bildoverlay/bild_overlay.png) center center no-repeat;
	visibility:hidden;
	cursor:pointer;
	z-index:10;
}
*html .ct_bild_overlay { background-image:url(../images/bildoverlay/bild_overlay.gif); }


/* ### FADEGALLERY ### */

.ct_bild_fadegallery {
	position:relative;
	height:300px;
	overflow:hidden;
	margin-bottom:20px;
}

.ct_bild_fadegallery img {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}

.ct_bild_fadegallery_navi {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.ct_bild_fadegallery_navi_next, .ct_bild_fadegallery_navi_prev {
	position:absolute;
	top:0px;
	width:50px;
	height:100%;
	background:no-repeat center center;
	cursor:pointer;
}
.ct_bild_fadegallery_navi_next {
	background-image:url(../images/fadegallery/fadenext.png);
	right:0px;
}
*html .ct_bild_fadegallery_navi_next { background-image:url(../images/fadegallery/fadenext.gif); }

.ct_bild_fadegallery_navi_prev {
	background-image:url(../images/fadegallery/fadeprev.png);
	left:0px;
}
*html .ct_bild_fadegallery_navi_prev { background-image:url(../images/fadegallery/fadeprev.gif); }


/* ### HEADERBILD ### */

.ct_bild_header {
	
}


/* ### BOX ### */

.ct_box {
	background:#e9e5e2;
	padding:5px;
	margin-bottom:20px;
}

.ct_box_bild {
	padding-bottom:5px;
}

.ct_box_headline {
	padding:0px;
	margin:0px;
	color:#005aa4;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

.ct_box_text {
	padding:5px;
}
.ct_box_text .bodytext {
	padding-bottom:0px;
}

.ct_box_link {
	padding:5px;
}


/* ### LINKBOX ### */

.ct_linkbox {
	padding:0px;
	background:#636363;
	color:#d7cdc5;
	margin-bottom:20px;
	cursor:pointer;
}

.ct_linkboxcontent {
	
}

.ct_linkbox_bild {
	width:50px;
	padding:5px;
}

.ct_linkbox_text {
	padding:5px;
	vertical-align:middle;
	text-align:left;
}
.ct_linkbox_text .bodytext {
	padding-bottom:0px;
}


/* ### BILDERGALLERY ### */

.ct_bildergallery_border {
	position:relative;
	overflow:hidden;
	border:1px solid #B9A99C;
	border-width:1px 0px;
	margin-bottom:20px;
	padding:5px 0;
}

.ct_bildergallery {
	position:relative;
	left:5px;
	margin-left:-10px;
	margin-right:-10px;
}
html* .ct_bildergallery { width:110%; } /* IE7 Problem */
* html .ct_bildergallery { width:auto; } /*  IE6 wieder zurückstellen */

.ct_bildergallery_bild {
	padding:5px;
	float:left;
}



/**
* ### LAYOUT ELEMENTE ### 
**/

.lt_root {
	clear:both;
}

.lt_1_sp, .lt_1_sp_rand {
	width:210px;
	margin-right:20px;
	float:left;	
}

.lt_2_sp, .lt_2_sp_rand {
	width:440px;
	margin-right:20px;
	float:left;	
}

.lt_1_sp_rand, .lt_2_sp_rand {
	margin-right:0px;
}
