/* --------------------------------------------------------------------------------------------- headline oben */
div#content_headline, div#content_headline_line {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	height: auto;
	
	/* background-color: yellow; */
}

div#content_headline_line {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #a5a6a7;
}

div#content_headline .title, div#content_headline_line .title {
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	color: #892619;
	
	/* background-color: fuchsia; */
}


/* ---------------------------------------------------------------------------------------------------- images */
.img, 
.img_standard, 
.img_panorama, 
.img_bild_links, 
.img_bild_rechts, 
.img_rechts, 
.img_bild_extra_left, 
.img_bild_extra_right {
	border: 1px solid #a5a6a7;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
}

.img_panorama {
	clear: both;
}

.img_bild_links {
	float: left;
	margin: 0px 18px 10px 0px;
}

.img_bild_rechts {
	float: right;
	margin: 0px 0px 10px 18px;
}

.img_rechts {
	float: right;
	margin: 0px 0px 5px 10px;
}

.img_bild_extra_left {
	float: left;
	margin: 0px 8px 8px 0px;
}

.img_bild_extra_right {
	float: right;
	margin: 0px 0px 8px 8px;
}


div#img_ajax_gesamt {
	width: 100%;
	border-top: 1px solid #a5a6a7;
	
	/* background-color: red; */
}

div#img_ajax {
	position: relative;
	width: 100%;
	height: auto;
	left: 50%;
	
	/* background-color: yellow;  */
}

div#btn_image_next {
	position: absolute;
	width: 29px;
	height: 60px;
	left: 50%;
		
	/* background-color: green; */
}


/* ------------------------------------------------------------------------------------------------------ text */
div#content_main .subtitle, 
div#content_main .text, 
div#content_main .text_split_ff, 
div#content_main .text_links, 
div#content_main .text_rechts {
	/* font-style: italic; */
	
	/* background-color: green; */
}

div#content_main .subtitle {
	margin: 10px 0px 10px 0px;
	font-size: 19px;
	line-height: 20px;
	color: #11401b;
}

div#content_main .text_split_ff {
	width: 720px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
}

div#content_main .text_links, div#content_main .text_rechts {
	float: left;
	width: 349px;
}

div#content_main .text_links {
	margin-right: 20px;
}


/* ------------------------------------------------------------------------------------------------ extrablock */
div#extra_content_1, div#extra_content_2, div#extra_content_4 {
	width: 100%;
	height: auto;
	background-repeat: repeat-y;
	background-position: top left;
	
	/* background-color: yellow; */
}

div#extra_content_2 {
	background-image: url(../_layout/extras_punktlinie_vertikal_2.gif);
}

div#extra_content_4 {
	background-image: url(../_layout/extras_punktlinie_vertikal_4.gif);
}

div#extra_content_2 .row_empty, 
div#extra_content_4 .row_empty {
	clear: both;
	width: 100%;
	height: 19px;
	font-size: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eeead4;
	
	/* background-color: green; */
}


div#extra_content_2 .row_empty { background-image: url(../_layout/extras_punktlinie_horizontal_2.gif); }
div#extra_content_4 .row_empty {	background-image: url(../_layout/extras_punktlinie_horizontal_4.gif); }

div#extra_content_2 .extra_block_2, 
div#extra_content_4 .extra_block_4 {
	float: left;
	height: auto;
	overflow: hidden;
	
	/* background-color: red; */
}

div#extra_content_2 .extra_block_2 {
	width: 350px;
	margin: 0px 20px 20px 0px;
}

div#extra_content_4 .extra_block_4 {
	width: 162px;
	margin: 0px 24px 0px 0px;
}

div#extra_content_2 .textblock, 
div#extra_content_4 .textblock {
	overflow: hidden;
	
	/* background-color: green; */
}

div#extra_content_2 .titel, div#extra_content_4 .titel, div#img_ajax .titel {
	font-size: 13px;
	font-weight: bold;
	color: #11401b;
	padding: 0px 0px 5px 0px;
}


/* -------------------------------------------------------------------------------------------- form / inputs */
.form_title, .form_field {
	float: left;
	
	/* background-color: red; */
}
.form_title {
	width: 75px;
}
.form_field {
	width: 265px;
}

.input_text, .input_textarea {
	margin: 0px 0px 3px 0px;
	border: 1px solid #a5a6a7;
	background-color: #ffffff;
}

.input_text {
	width: 260px;
	height: 15px;
	padding: 2px 0px 0px 3px;
}

.input_textarea {
	width: 260px;
	height: 100px;
	padding: 0px 0px 0px 3px;
}


/* --------------------------------------------------------------------------------------------------- listen */
.ul_kalender, .ol_kalender {
	list-style-position: outside;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #3a3a3a;
	
	/* background-color: red; */
}

.li_kalender {
	padding: 4px 0px 0px 0px;
	list-style-position: outside;
	list-style-image: url(../_layout/li.gif);
	line-height: 16px;
	
	/* background-color: lime; */
}