/**
* ### CONTENT ELEMENTE ### 
*/


/* ### HEADLINE ### */

.ct_headline {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color:#fecc00;
	margin-bottom:15px;
	clear:both;
}


/* ### TEXT ### */

.ct_text {
	clear:both;
	width:649px;
}
.ct_text .bodytext {
	line-height:17px;

	margin-bottom:15px;
}


/* ### TEXT REPLACE ### */

.ct_text_replace {
	color:#fecc00;
	font-size:15px;
	clear:both;
}
.ct_text_replace .bodytext {
	margin-bottom:15px;
}


/* ### BILD ### */

.ct_bild {
	margin-bottom:20px;
        clear:both;
}

.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:246px;
	overflow:hidden;
	margin-bottom:0px;
}

.ct_bild_fadegallery img {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}

.ct_bild_fadegallery_navi {
display:none;
	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 {
	width:212px;
	margin-bottom:20px;
}

.ct_box2 {
	width:310px;
	margin-bottom:20px;
}

.ct_box_bild, .ct_box_bild2 {
	padding-top:2px;
	padding-bottom:7px;
}

.ct_box_header_rot, .ct_box_header_violett, .ct_box_header_blau, .ct_box_header_rot2, .ct_box_header_violett2, .ct_box_header_blau2, .ct_box_header_gelb, .ct_box_header_gelb2 {
	background-color:#a0281e;
	text-align:center;
	padding:3px 0 3px 0;
}

.ct_box_header_violett, .ct_box_header_violett2 {
	background-color:#6463a3;
}

.ct_box_header_blau, .ct_box_header_blau2 {
	background-color:#2c92ce;
}

.ct_box_header_gelb, .ct_box_header_gelb2 {
	background-color:#FECC00;
}

.ct_box_headline, .ct_box_headline2 {
	padding:0px;
	margin:0px;
	color:white;
	
	font-size:14px;
}

.ct_box_text, .ct_box_text2 {
	padding:0 0 5px 0;
}
.ct_box_text .bodytext, .ct_box_text2 .bodytext {
	line-height:15px;
	padding-bottom:0px;
}

.ct_box_link {
	
}


/* ### LINKBOX ### */

.ct_linkbox {
	padding:0px;
	background:#f3f3f3;
	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 #cccccc;
	border-width:1px 0px;
	margin-bottom:20px;
	padding:5px 0;
        clear:both;
}

.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, .lt2s_root {
	clear:both;
}

.lt2s_root .ct_text, .lt_root .ct_text {
	width:auto;
}

.lt_1_sp, .lt_1_sp_rand {
	width:212px;
	margin-right:6px;
	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;
}

.lt2s_1_sp, .lt2s_1_sp_rand {
        width:310px;
        float:left;
}

.lt2s_1_sp_rand {
	margin-left:28px;
}