HTML, marBODY, * {
	margin: 0px;
	padding: 0px;
}
BODY {
	color: #37384A;
	background-image: url(icons/bg_body.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
}
A, A:LINK, A:VISITED {
	text-decoration: none;
	color: #00415C;
}
A:HOVER, A:ACTIVE {
	text-decoration: underline;
	color: #0099CC;
}


/* DIVs für die Seiteneinteilung */
#page {
	width: 970px;
}
#klickpfad {
	position: absolute;
	top: 132px;
	left: 250px;
	width: 720px;
}
#logo {
	width: 960px;
	height: 110px;
}
#logo_img {
	float: left;
	width: 130px;
}
#logo_txt {
	float: left;
	width: 674px;
	height: 110px;
	margin-right:30px;
}
#logo_lng {
	float: left;
	height: 110px;
	width: 126px;
}
#menu_main {
	width: 950px;
	overflow: hidden;
	padding-left: 10px;
	height: 25px;
/*	background-image: url(icons/bg_mainmenu.gif);
	background-repeat: repeat-x; */
	background-color: #fafafa;
	border-top: 1px solid #668E9E;
	border-bottom: 1px solid #FFFFFF;
}
#menu_under1 {
	width: 221px;
	height: 65px;
	background-image: url(icons/sub_menu1.gif);
	background-repeat: no-repeat;
	float: left;
}
#menu_under2 {
	width: 739px;
	height: 65px;
	background-image: url(icons/sub_menu2.gif);
	background-repeat: no-repeat;
	float: left;
}
#menu_sub {
	background-color: #ECF0F2;
	width: 221px;
	float: left;
	border-right: 1px solid #668E9E;
	border-bottom: 10px solid #668E9E;
}
#menu_start {
	width: 221px;
	float: left;
	border-right: 1px solid #668E9E;
}
#menu_sub_li {
	width: 221px;
	margin-left: 0px;
	overflow: none;
}
#menu_sub_left {
	width: 201px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:10px;
	overflow: none;
	background-color: #FFFFFF;
}
#content{
	width: 690px;
	margin-left: 28px;
	margin-top: 25px;
	float: left;
}
#content_start {
	width: 460px;
	margin-left: 28px;
	margin-top: 25px;
	float: left;
}
#content_right {
	width: 210px;
	margin-left: 28px;
	margin-top: 28px;
	float: left;
	background-color: #ECF0F2;
}
#footer {
	width: 690px;
	margin-left: 250px;
	margin-top: 20px;
	border-top: 1px solid #ECF0F2;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: right;
}
#clear {
	clear: both;
}


/* Elemente der Seite: MAINCONTENT */
#logo_txt IMG {
	margin-top: 10px;
}
#logo_lng A {
	margin-top: 65px;
}
#logo_lng IMG {
	border: none;
	margin-top: 65px;
	margin-right: 12px;
}

#klickpfad #here{
	float:left;
	font-size: 0.9em;
	padding-right:2px;
	color:#00415C;
	line-height: 2.8em;
}
#klickpfad UL{
	float:left;
	font-size: 0.9em;
	line-height: 2.4em;
}
#klickpfad LI{
	display:inline;
}

#menu_main .menu0text{
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 30px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 4px;
}
#menu_main .menu0text_cur{
	height: 25px;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 30px;
	padding-left:10px;
	padding-right:10px;
/*	background-image: url(icons/bg_mainmenu1.gif);
	background-repeat: repeat-x; */
	background-color: #0198CD; 
}
#menu_main .menu0text_act{
	height: 25px;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 30px;
	padding-left:10px;
	padding-right:10px;
/*	background-image: url(icons/bg_mainmenu1.gif);
	background-repeat: repeat-x; */
	background-color: #0198CD; 
}
#menu_main .menustarttext{
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-right: 3px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 4px;
}
#menu_main .menustarttext_cur{
	height: 25px;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-right: 0px;
	padding-left:10px;
	padding-right:13px;
	margin-right: 0px;
	background-color: #0198CD; 
}
#menu_sub UL {
	padding-bottom: 1px;
}
#content H1 {
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 100%;
	color: #0099CC;
	margin-bottom:18px;
}
#content_start H1 {
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 100%;
	color: #0099CC;
	margin-bottom:18px;
}
#content H2 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #00415C;
	margin-top:18px;
	margin-bottom:6px;
}
#content H2 IMG {
	border: none;
}
#content H2 A:LINK, #content H2 A:VISITED {
	color: #00415C;
}
#content H2 A:ACTIVE, #content H2 A:HOVER{
	color: #0099CC;
}
#content A {
	color: #0099CC;
}
#content_start A {
	color: #0099CC;
}
#content P {
	margin-top: 3px;
	margin-bottom: 6px;
}
#content_start P {
	margin-top: 3px;
	margin-bottom: 6px;
}
#content LI {
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#content_start LI {
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#content .csc-textpic IMG {
	border: 1px solid #0099CC;
}
/* Bilderrahmen ausschalten mit Rahmen 1 */
#content .csc-frame-frame1 .csc-textpic IMG {
	border: none;
}



#content TD {
	font-size: 0.8em;
	color: #333333;
}

/* Elemente der Seite: RIGHTCONTENT */
#content_right H1 {
	font-size: 0.8em;
	color: #00415C;
	line-height: 100%;
	margin-left: 5px;
}
#content_right .csc-header {
	margin-bottom: 3px;
	padding-top: 5px;
	line-height: 100%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #668E9E;
}
#content_right .bodytext {
	font-size: 0.8em;
	line-height: 100%;
	margin-bottom: 10px;
	margin-left:5px;
	margin-right:2px;

}
#content_right .align-right {
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: -10px;
	text-align: right;
	padding-right:5px;
}
#content_right IMG {
	border: 1px solid #0099CC;
}
#content_right .csc-textpic {
	margin-right: 5px;
}
#content_right .csc-textpic-intext-left {
	margin-left: 5px;
}
#content_right .csc-header-date {
	font-size: 0.8em;
	text-align: right;
	float: right;
	color: #668E9E;
	margin-bottom: -5px;
	margin-top: -1px;
	margin-right: 3px;
}

/* Elemente der Start-Seite: LEFTCONTENT */
#menu_sub_start {
	margin-top: 97px;
}
#menu_sub_start IMG {
	border: 1px solid #0099CC;
}


/* Menüformatierungen */
/* Hauptmenü oben     */
A.menu0 {
	font-weight: bold;
	text-decoration: none;
}
A.menu0:HOVER {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
A.menu0_cur, A:LINK.menu0_cur, A:VISITED.menu0_cur {
	color: #EEEEEE;
	line-height: 24px;
}
A.menu0_act, A:LINK.menu0_act, A:VISITED.menu0_act {
	color: #EEEEEE;
	line-height: 24px;
}
A.menu0_cur:HOVER {
	color: #FFFFFF;
	text-decoration: none;
}
A.menu0_act:HOVER {
	color: #FFFFFF;
	text-decoration: none;
}
/* 1. Untermenü links      */
.menu1a {
	font-size : 0.9em;
	font-weight : normal;
	list-style: none;
	line-height: 110%;
	color : #00415C;
	width:221px;  
	background-color: #ECF0F2;
	border-bottom: 1px solid #FFFFFF; 
	padding-top: 6px;

}
A.menu1, A.menu1:LINK, A.menu1:VISITED{
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	background-color: #ECF0F2;
	margin-left: 6px;
	vertical-align: middle;
}
A.menu1:HOVER, A.menu1:ACTIVE{
	color: #00415C;
	text-decoration: none;
	background-image: url(icons/menu_list.gif);
	background-repeat: no-repeat;

}
A.menu1_cur, A.menu1_cur:LINK{
   padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	font-weight: bold;
	background-color: #ECF0F2;
	margin-left: 6px;
	background-image: url(icons/menu_list.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
A.menu1_act, A.menu1_act:LINK{
   padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	font-weight: bold;
	background-color: #ECF0F2;
	margin-left: 6px;
	background-image: url(icons/menu_list.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
/* 2. Untermenü links      */
.menu2a {
	font-size : 0.9em;
	font-weight : normal;
	list-style: none;
	line-height: 110%;
	color : #00415C;
	width:221px;  
	background-color: #ECF0F2;
	border-bottom: 1px solid #FFFFFF; 
	padding-top: 6px;

}
A.menu2, A.menu2:LINK{
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	background-color: #ECF0F2;
	margin-left: 26px;
	vertical-align: middle;
}
A.menu2:HOVER, A.menu2:ACTIVE{
	color: #00415C;
	background-image: url(icons/hh_um_cur.gif);
	background-repeat: no-repeat;
}
A.menu2_cur, A.menu2_cur:LINK{
   	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	font-weight: normal;
	background-color: #ECF0F2;
	margin-left: 26px;
	background-image: url(icons/hh_um_cur.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
A.menu2_act, A.menu2_act:LINK{
  	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	height: 25px;
	color : #0099CC;
	font-weight: normal;
	background-color: #ECF0F2;
	margin-left: 26px;
	background-image: url(icons/hh_um_cur.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}



/* TYPO3 Klassen */
#content .csc-header {
	clear: both;
	width: 690px;
}
.csc-textpic-caption {
	font-size: 0.8em;
	color: #00415C;
	line-height: 100%;
	padding-top: 2px;
}
.download {
	margin-left: 5px;
}
#content .download IMG {
	border: none;
	margin-right: 5px;
}
#content .internal-link IMG {
	border: none;
	margin-right: 5px;
}

#content .csc-header-n2, #content .csc-header-n3, #content .csc-header-n5, #content .csc-header-n5 {
	padding-top: 20px;
}
#content .csc-mailform {
	border: none;
}
#content .csc-mailform .csc-mailform-field {
	clear: both;
}
#content .csc-mailform INPUT {
	width: 430px;
	float: left;
}
#content .csc-mailform LABEL {
	width: 220px;
	float: left;
}
#content .csc-mailform .csc-mailform-check {
	width: 20px;
}
#content .csc-mailform .csc-mailform-radio {
	width: 20px;
}
#content .csc-mailform H2 {
	clear: both;
	padding-top: 20px;
}
#mailformKontakt_Art {
	width: 250px;
	border: none;
	margin-left: 220px;
}
}
#mailformKontakt_Art LABEL {
	width: 230px;
	height: 25px;
	display: block;
}

#mailformformtype_mail{
	margin-left: 220px;
	margin-top: 20px;
}
.tx-macinasearchbox-pi1 {
	margin-top: 32px;
	margin-left: 30px;
}
.tx-macinasearchbox-pi1 .suche {
	float: left;
	color: #ECF0F2;
	padding-right: 5px;
	margin-top: 3px;
}
.tx-macinasearchbox-pi1 .searchbox {
	float: left;
}
.tx-macinasearchbox-pi1 .searchbutton {
	margin-left: 10px;
}
.tx-indexedsearch FIELDSET {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}
.tx-indexedsearch LEGEND {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
}
.tx-indexedsearch .tx-indexedsearch-form {
	float: left;
	margin-left: 0px;
}
.tx-indexedsearch .tx-indexedsearch-search-submit {
	float: left;
}
.tx-indexedsearch-searchbox-sword {
	margin-left: -35px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	padding-top: 10px;
}
.tx-indexedsearch-icon IMG, .icon IMG, H3 IMG {
	border: 0px;
}