/*****************************/
/* GLOBALE RESETS / SETTINGS */
/*****************************/

img, div 
{
	behavior: url(iepngfix.htc)
}

* 
{ 
	margin: 0; padding: 0; 
}

html, body, #wrap
{
	height: 100%;
}

body > #wrap
{
	height: auto;
	min-height: 100%;
}

a 
{
	text-decoration: none;
}

li
{
	list-style-type: none;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix: 
{
	display: block;
}

.clear
{
	clear: both;
	height: 0px;
}


hr
{
	border: none;
}


/*************/
/* STRUCTURE */
/*************/

#container
{
	background-color: white;
	height: 100%
}

#news_sign_container
{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
	margin-left: 405px;
}

#news_sign
{
	float: right;
	width: 81px;
	height: 346px;
}

#oben
{
	width: 100%;
	height: 7px;
}

#login
{
	position: relative;
	z-index: 3;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 43px;
	background: url("img/logo.jpg") no-repeat scroll #FFF;
	background-position: 17px 14px;
}

#login form
{
	position: relative;
	width: auto;
	float: right;
	margin-top: 13px;
	right: 0px;
}

#menu_lo
{
	position: relative;
	z-index: 3;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 40px;
}

#menu
{
	height: 40px;
	margin-left: 17px;
}

#header
{
	position: relative;
	z-index: 3;
	left: 50%;
	margin-top: 1px;
	margin-left: -400px;
	margin-bottom: 20px;
	width: 800px;
	height: 120px;
	border-bottom: 1px solid #FFF;
}

#main
{
	position: relative;
	z-index: 3;
	left: 50%;
	margin-left: -383px;
	margin-bottom: 20px;
	width: 783px;
	padding-bottom: 90px;
}

#content_left
{
	position: relative;
	float: left;
	width: 564px;
	text-align: justify;
}

#content_right
{
	position: relative;
	float: right;
	width: 188px;
}

.news_latest_container
{
	margin-top: 1px;
	margin-bottom: 15px;
}

#footer_content
{
	position: relative;
	z-index: 3;
	left: 50%;
	width: 564px;
	top: 90px;
	margin-top: -140px;
	margin-bottom: 110px;
	margin-left: -383px;
	height: 30px;
}

#breadcrumb
{
	position: relative;
	float: left;
}

#footer_menu
{
	position: relative;
	float: right;
}

#footer
{
	position: relative;
	z-index: 1;
	margin-top: -90px;
	height: 90px;
	clear: both;
}

#footer_inner
{
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 36px;
}

#bg
{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 900px;
	margin-top: -900px;
}
	
/******************/
/* FORMATIERUNGEN */
/******************/

*
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

body
{
	font-size: 0.75em;
	line-height: 16px;
}

h1.heading
{
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
}

#content_left h2
{
	font-size: 1em;
}

div.header_wrap
{
	position: relative;
	float: left;
	top: 6px;
	margin-left: 5px;
	width: 195px;
	height: 8px;
}

/* MAIN_MENU */

#main_menu
{
	text-align: center;
}

#main_menu ul
{
	position: relative;
	float: right;
	vertical-align: middle;
}

#main_menu li
{
	display: inline;
	float: left;
	height: 40px;
	width: 60px;
	border-left: 1px solid #FFF;
}

#main_menu li.act
{
	background-color: #f2f2f2;
}

#main_menu a:link, #main_menu a:visited 
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#main_menu li a 
{
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	text-decoration: none;
}

#main_menu li.act a
{
	color: #000;
}

/* MAIN */

#main a:link, #main a:visited
{
	color: #000;
	border-bottom: dashed 1px #000;
}

#main p
{
	margin-bottom: 0.5em;
}

/* SUB_MENU */

#sub_menu ul
{
	position: relative;
	top: -20px;
	margin-bottom: 20px;
}

#sub_menu li
{
	display: inline;
	float: right;
	width: 130px;
	height: 18px;
	text-align: center;
}

#sub_menu a:link, #sub_menu a:visited 
{
	display: block;
	color: #FFF;
	border: none;
}

#sub_menu a:hover
{
	background: #f2f2f2;
	color: #000;
	border: none;
}

#sub_menu li.act_submenu
{
	margin-bottom: 2px;
	background: #f2f2f2;
	border: none;
}

#sub_menu li.act_submenu a:link, #sub_menu li.act_submenu a:visited
{
	background: #f2f2f2;
	color: #000;
	border: none;
}

/* FOOTER_CONTENT */

#footer_content
{
	font-size: 0.9em;
}

#footer_content a
{
	color: #FFF;
}

#footer_content a:hover
{
	text-decoration: underline;
}

/* BREADCRUMB */

#breadcrumb span
{
	color: #FFF;
}

/* FOOTER_MENU */

#footer_menu li
{
	float: left;
	margin-left: 27px;
}

/* LOGINBOX */

input.login_text 
{
	border: solid 1px #CCC;
	height: 15px;
	font-size: 12px;
}

input.login_button, input.csc-mailform-submit 
{
	position: relative;
	border: solid 1px #CCC;
	font-size: 11px;
}

/* LATEST NEWS */

.news_latest_heading_container span
{
	float: left;
	font-size: 1em;
	font-weight: bold;
}

.news_latest_img
{
	position: relative;
	float: left;
	top: 5px;
	margin-left: 5px;
	width: 99px;
	height: 8px;
	background: url("img/heading_news_latest.png") no-repeat scroll;
}

.news_latest_kategorie
{
	font-size: 0.9em;
}

.news_latest_heading a
{
	font-size: 0.7em;
}

/* LISTNEWS */

.news_list_container
{
	margin-top: 10px;
}

.news_list_item span
{
	float: left;
	font-weight: bold;
}

.news_list_item span.date
{
	font-size: 0.85em;
}

.news_list_item h2
{
	float: left;
	font-size: 1em;
}

.news_list_heading
{
	position: relative;
	float: left;
	top: 5px;
	margin-left: 5px;
	width: 195px;
	height: 8px;
	background: url("img/heading_neues.png") no-repeat scroll;
}

.news_list_kategorie
{
	margin-bottom: 1em;
	font-size: 0.85em;
}

.news_list_break
{
	width: 576px;
	height: 50px;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_latest_heading a:hover
{
	text-decoration: underline;
}

.news_latest_subheader a
{
	color: #000;
}

.tx-ttnews-browsebox td
{
	padding-right: 3px;
}

/* LISTNEWS */

.news_list_container
{
	margin-top: 10px;
}

.news_list_item span
{
	font-weight: bold;
}

.news_list_kategorie
{
	font-size: 0.9em;
}

.news_list_item h2
{
	font-size: 1em;
}

.news_list_break
{
	width: 576px;
	height: 5px;
	background-color: #0092A9;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* KONTAKTFORMULAR */

#mailform fieldset
{
	border: none;
}

#mailform label, #mailform input
{
	display: block;
	clear: both;
}

.csc-mailform-field
{
	margin-bottom: 10px;
}

input.csc-mailform-submit 
{
	margin-top: 10px;
	margin-left: 1px;
}

.csc-mailform 
{
	border: 0px dotted red;
	width: 250px;
}

input.csc-mailform-check 
{
	float: right;
	margin-top: -15px;
	margin-right: 30px;
	border: 0;
}

label, .csc-mailform-label 
{
	margin-left: 2px;
	width: 250px;
	display: block;
}

.csc-mailform-label 
{
	margin-top: 5px;
}
	
.csc-mailform-field img
{
	margin-top: 10px;
}

/* ANFAHRT */

.infotitle
{
	text-align: left;
}

/* GOOGLE MAPS */

.tx-wecmap-map
{
	margin-left: 80px;
}

/* noBlur per CSS entfernen */
/* MUSS ZUM SCHLUSS STEHEN  */

:focus {
	outline: solid 0;
}
