body {
	font:13px Arial, Helvetica, sans-serif;
	color:#333;
	background:url(images/bg_body.png) no-repeat center top #FFF;
	margin:0;
	padding:0;
}

body, html {height:101%;}

/*################ NAVIGATION ##################*/

#cont_nav {width:645px; height:34px; margin-top:4px; background:url(images/bg_nav.gif) repeat-x;} 
#nav {color:#FFF; font-size:15px;}

/*
#nav a {display:block; float:left; padding:8px 10px 9px 10px;}
#nav a:link, #nav a:visited {color:#FFF; background:url(images/bg_nav.gif) repeat-x; text-decoration:none; border-left:1px solid #0D5348; border-right:1px solid #0D5348;}
#nav a:hover, #nav a:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x; text-decoration:none; border-left:1px solid #F98303; border-right:1px solid #F98303;}
#nav a.act:link, #nav a.act:visited, #nav a.act:hover, #nav a.act:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x; text-decoration:none; border-left:1px solid #F98303; border-right:1px solid #F98303;}

.submenu {width:200px; background:url(images/bg_box_nav.png); padding:10px 10px 20px 10px;}
.submenu a {font-size:13px; width:195px; padding:4px 0 4px 10px; display:block;}
.submenu a:link, .submenu a:visited {color:#FFF; text-decoration:none;}
.submenu a:hover, .submenu a:active {color:#FFF; text-decoration:none; background:url(images/arrow_box_nav.png) no-repeat left center;}
.submenu a.subact:link, .submenu a.subact:visited, .submenu a.subact:hover, .submenu a.subact:active {font-weight:bold; color:#FFF; text-decoration:none; background:url(images/arrow_box_nav.png) no-repeat left center;}
*/


/*##### BREAKLINE ####*/
ul.dropdown li.breakline {width:1px; height:34px; font-size:1px; display:block; background:#0D5348; overflow:hidden;} 

/*##### MAINSETTINGS ####*/
ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style:none; margin:0; padding:0;}
ul.dropdown {position:relative; z-index:597; float:left;}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

/*############### ABSTAND LAYERBOX 3. LEVEL VOM 2. LEVEL ##########*/

ul.dropdown ul ul {top:-10px; left:201px;}
ul.dropdown li:hover > ul {visibility: visible;}

/*############################ MAINMENU #############################*/

ul.dropdown a, ul.dropdown span {display: block; padding:8px 10px 7px 10px;}

ul.dropdown li.hover, ul.dropdown li:hover {/*background-color:#FFF;*/}

ul.dropdown a:link, ul.dropdown a:visited {color:#FFF; text-decoration:none; background:url(images/bg_nav.gif) repeat-x;}
ul.dropdown a:hover {color:#FFF;}
ul.dropdown a:active {color:#FFF;}

ul.dropdown li a:hover, ul.dropdown li a:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x;}
	
ul.dropdown a.act:link, ul.dropdown a.act:visited, ul.dropdown a.act:hover, ul.dropdown a.act:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x;}
ul.dropdown a.act:link, ul.dropdown a.act:visited, ul.dropdown a.act:hover, ul.dropdown a.act:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x;}
ul.dropdown a.dir_act:link, ul.dropdown a.dir_act:visited, ul.dropdown a.dir_act:hover, ul.dropdown a.dir_act:active {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x;}

/*### HOVER-FORMATIERUNG, WENN UNTERSEITEN VORHANDEN SIND ### CSS 2.1 */
ul.dropdown li:hover > a.dir {color:#FFF; background:url(images/bg_nav_act.gif) repeat-x;}


/* ########################## LAYERBOX ############################## */

ul.dropdown ul {
	width: 200px;
	margin-top:0px;
	margin-left:0px;
	font-size:13px;
	font-weight:normal;
	padding-bottom:20px;
	padding-top:10px;
	background:url(images/bg_box_nav.png);
	}

ul.dropdown ul li {
	background:url(images/border_link.gif) repeat-x bottom;
	border:none;
	padding:0 14px 0 10px;
	}

ul.dropdown ul a {padding:6px 5px 5px 14px;}
		
ul.dropdown li ul li a:link, ul.dropdown ul li a:visited {font-weight:normal; color:#FFF; background:transparent}
ul.dropdown li ul li a:hover, ul.dropdown ul li a:active {font-weight:normal; color:#FFF; background:url(images/arrow_box_nav.png) no-repeat left center;}
ul.dropdown li ul li a.act:link, ul.dropdown ul li a.act:visited, ul.dropdown ul li a.act:hover, ul.dropdown ul li a.act:active {font-weight:bold; color:#FFF; background:url(images/arrow_box_nav.png) no-repeat left center;}
ul.dropdown li ul li a.dir_act:link, ul.dropdown ul li a.dir_act:visited, ul.dropdown ul li a.dir_act:hover, ul.dropdown ul li a.dir_act:active {font-weight:bold; color:#FFF; background:url(images/arrow_box_nav.png) no-repeat left center;}

/*### HOVERFARBE UNTER DEN LINKS IN DER BOX ###*/
ul.dropdown li.hover, ul.dropdown li:hover {/*background:#FFF;*/}
	
/* ### HOVERS ALLGEMEIN IN DER BOX ### */
ul.dropdown ul a.open {color:#FFF; background:url(images/arrow_box_nav.png) no-repeat left center;}

/*### HOVER-FORMATIERUNG, WENN UNTERSEITEN VORHANDEN SIND ### CSS 2.1 */	
ul.dropdown ul li:hover > a.dir {color:#FFF; background:url(images/arrow_box_nav.png) no-repeat left center;}





.border_link {height:2px; overflow:hidden; font-size:1px; background:url(images/border_link.gif) repeat-x;}

#linkcontainer a {font-size:13px; color:#FFF; padding:4px 0 4px 20px; display:block; background:url(images/arrow_box_right.png) no-repeat left center;}
#linkcontainer a:link, #linkcontainer a:visited {color:#FFF; text-decoration:none;}
#linkcontainer a:hover, #linkcontainer a:active {color:#FFF; font-weight:bold; text-decoration:none;}

/*################ LAYERS ##################*/
#container {width:998px; margin:0 auto; overflow:hidden;}

#col_left {width:645px; float:left; overflow:hidden;}
#cl_inner {padding:0 0 0 10px;}
#col_right {width:337px; float:right;}

#header {width:645px; height:203px; overflow:hidden;}
#logo {width:162px; height:193px; float:left;}
#search {float:left; width:220px; height:25px; margin:132px 0 0 174px;}

#cont_content {width:998px; background:url(images/bg_content.gif) repeat-y; padding:14px 0 30px 0; overflow:auto;}

#content_main {float:left; width:635px;}
#cm_inner {border:1px solid #D1D1D1; background:#FFF; padding:20px;}

#content_right {float:right; width:337px; position:relative; top:0; left:0;}
#container_ani {width:337px; height:490px; margin-bottom:15px;}
#ani_pic {position:absolute; left:0px; top:0px; width:337px; height:490px; overflow:hidden;}
#ani_claim {position:absolute; left:0px; top:120px; color:#FF6600;}
#ani_claim .big { line-height: 120%}
#ani_text {position:absolute; left:0px; top:257px; width:300px; height:233px; background:url(images/bg_ani_text02.png); overflow:hidden;}
#ani_text_inner {padding:10px;}
#testimonial {height:125px; border-bottom:1px solid #FFF; margin-bottom:10px;}
.btnregister {background:url(images/btn_register.png) no-repeat left top; width:190px; height:33px; padding:0; margin:0;}

#linkcontainer {width:300px; background:url(images/bg_box_right.png)}
#lc_inner {padding:9px 10px 17px 10px;}
.cont_cr {width:300px; margin-top:15px;}
.cr_inner {border:1px solid #D1D1D1; background:#FFF; padding:10px;}

.clearer {clear:both;}

#footer {height:50px; width:951px; font-size:11px; color:#8C8C8C; margin:30px 10px; padding:5px 0px 0 0px; background:url(images/bg_footer.jpg) no-repeat 0px 7px; border-top:1px solid #C6C6C6;}
#footer_left {float:left; height:20px; padding:6px 0 0 26px;}
#footer_right {float:right; height:20px; padding-top:6px;}
#footer a:link, #footer a:visited {color:#8C8C8C; text-decoration:none;}
#footer a:hover, #footer a:active {color:#666; text-decoration:none;}
#footer_right a {height:20px}
#footer_right a.print {padding:2px 0 7px 20px; background: url(images/print.gif) no-repeat;}
#footer_right a.totop {padding:2px 10px 7px 0; background: url(images/totop.gif) no-repeat right top;}

/*################ TYPO ##################*/
h1.csc-firstHeader {margin:0 0 16px 0;}
h1 {font-size:20px; font-weight:normal; color:#FF6600; margin:30px 0 16px 0;}
h2 {font-size:15px; font-weight:bold; color:#FF6600; margin:16px 0 10px 0;}
h3 {font-size:13px; margin:10px 0 10px 0;}
h4 {font-size:13px; margin:0 0 6px 0;}
.box_inner h1, #ani_text_inner h1, #cr_inner h1 {font-size:15px; font-weight:bold; color:#FF6600; margin:0px 0 10px 0;}
.box_inner p {line-height:120%;}

p {line-height:130%; margin:0 0 10px 0;}
#testimonial p {padding:0px 25px 0 25px; font-style:italic; font-size:13px; color:#7A7A7A;}
h1#tes_header { margin:0px 0 6px 0;}

.big {font-size:28px; color:#9D9D9D; line-height:160%}
.csc-textpic-caption {font-size:11px; color:#666; padding-top:4px;}
.important {font-weight:bold; color:#FF6600;}

a:link, a:visited {color:#333; text-decoration:underline;}
a:hover, a:active {color:#333; text-decoration:none;}
a:focus {outline:0;}

img a, a img {border:0;}

ul {margin:0 0 10px 0; padding:0; display:block; list-style-type:none;}
li {margin:0 0 6px 0; padding:0 0 0 20px; background:url(images/bullet.gif) no-repeat left top;}

hr {border:0; color:#D1D1D1; background-color:#D1D1D1; height: 1px; margin:10px 0 30px 0;}

/*################ FORMS ##################*/
form {margin:0; padding:0;}
input, select {font-size:13px; color:#333; border:1px solid #D1D1D1; background:transparent; height:18px; padding:0px 3px 0px 3px;}
textarea {font-size:13px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#333; border:1px solid #D1D1D1; padding:0px 3px 0px 3px;}

input.btn_form_text {width:auto; height:18px; padding:0; border:1px solid #DBDBDB; background:#FFF;}

.tx-macinasearchbox-pi1 form {margin:0px; padding:0px;}
input.go {width:46px; height:19px; float:left; margin:0; padding:0; border:none; background:url(images/go.gif) no-repeat}
input.searchbox {width:150px; height:17px; float:left; font-size:11px; color:#666; padding:0 3px 0px 3px; border:0; background:url(images/bg_search.jpg);}

#loginform form {text-align:right;}
#loginform, #loginform p {font-size:11px;}
#loginform input {width:110px; margin:3px 0 3px 3px; font-size:11px; color:#666;}
.username, .password {vertical-align:middle;}

#search {overflow:auto;}
#login {border-top:1px solid #D7D7D7; margin-top:15px; padding-top:10px;}

/*################ NEWS ####################*/
#news_latest {font-size:13px; width:290px; color:#7A7A7A;}
#cont_cr #news_latest {font-size:13px; width:280px;}
#news_latest h4 a:link, #news_latest h4 a:visited, #news_latest h4 a:hover, #news_latest h4 a:active {color:#7A7A7A; text-decoration:none;}
.newslatest_item {margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #D1D1D1;}
.newslatest_text {margin:0; padding:0;}
.latestimg {float:left;}
.latestimg img {margin:2px 8px 0 0;}
.newslatest_text h4 {margin:0px 0px 4px 0px; padding:0px; color:#7A7A7A;}
.newslatest_text p {margin:0px;}
.archivlink {margin:5px 0 5px 0;}

.teaser_box {width:308px; height:260px; float:left; margin:0 15px 15px 0; border:1px solid #D1D1D1; background:#FFF; overflow:hidden;}
.box_inner {padding:10px;}
.box_inner p {margin:0px;}
.box_inner a, .box_inner a:hover {color:#FF6600; text-decoration:none;}
.box_inner h1 a:link, .box_inner h1 a:visited, .box_inner h1 a:hover, .box_inner h1 a:active {color:#FF6600; text-decoration:none;}
.latest_start_img {width:290px; height:140px; overflow:hidden;}
.latest_start_text {}

.news_single h1 {margin-top:0px;}
.news-single-img {float:left; margin:4px 0 0 0px;}
.news-single-img img {margin:0px 20px 0px 0px;}
.news-single-files {border:none; margin:0px; padding:0px; background:transparent;}
.news-single-files img {margin:3px 5px 0px 0px; vertical-align:middle;}
.news-single-files p {margin:10px 0 0 0;}

.news_list_item {margin:0 0 15px 0; padding:0 0 0px 0; border-bottom:1px solid #D1D1D1;}
.news-list-img {float:left;}
.news-list-img img {margin:0px 15px 4px 0px; padding:0px;}
.news_list h3 {margin:0px 0px 6px 0px; padding:0px;}
.news_list h3 a:link, .news_list h3 a:visited, .news_list h3 a:hover, .news_list h3 a:active {color: #333; text-decoration:none;}
.news_list p {margin:0 0 7px 0;}

.more {margin:5px 0 0 0;}
.more a, .archivlink a {padding:5px 0 5px 12px; background: url(images/arrow.gif) no-repeat left center;}
/*
.more a:link, .more a:visited {text-decoration:none; color:#000;}
.more a:hover, .more a:active {text-decoration:underline; color:#000;}
*/

.newsinfo {font-size:10px; margin:0 0 3px 0; color:#666;}
.newsinfo p {margin-bottom:3px;}
.caption {font-size:11px; margin:3px 0 10px 0; width:200px; color:#666;}

.tx-ttnews-browsebox, .tx-indexedsearch-browsebox {background:transparent; border:none; padding:0; margin:0;}
.tx-ttnews-browsebox td, .tx-indexedsearch-browsebox td {font-size:12px;}
.tx-ttnews-browsebox-SCell, .tx-indexedsearch-browsebox-SCell {background-color: #CCC;}

/*################ INDEXED SEARCH ####################*/
.tx-indexedsearch-res {}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr strong.tx-indexedsearch-redMarkup {color:#FF6600; font-style:normal;}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {font-style:normal; line-height:150%; padding:5px 4px 5px 4px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {background:#FFF; padding:4px;}

.tx-indexedsearch-searchbox input{margin:3px 0 3px 3px;}
.tx-indexedsearch-searchbox select {height:18px; margin:3px 0 3px 3px; padding-right:0px;}

/*################ FORMS CSC ####################*/
fieldset {border:none; margin:0; padding:0;}
.csc-mailform-field {float:left;}
label {float:left; width:110px;}
.csc-mailform-field input, .csc-mailform-field textarea {margin-bottom:7px; float:right; width:220px; background:transparent;}
input.csc-mailform-radio, input.csc-mailform-check {clear:right; float:left; width:16px; margin-left:20px; border:none;}
input.csc-mailform-submit {height:18px; background:#FFF; float:right;}
.csc-mailform-field {width:360px;}

input#mailformformtype_mail {width:auto;}
fieldset#mailformZustellungsform legend {display:none;}

/*##### TABLES #####*/
table.contenttable {width:100%; font-family: Arial, Helvetica, sans-serif; margin:0; padding:0px; border-collapse:collapse;}
table.contenttable thead {font-weight:bold; color:#FFF; background:#004237; border:1px solid #004237;}
table.contenttable td {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #D1D1D1;
	padding:3px 5px 4px 5px;
	text-align:left;
	vertical-align:top;
}
table.contenttable thead p {margin:6px 0 6px 0;}
table.contenttable td p {margin:0px; padding:0px;}
table.contenttable tr.odd {background:#F1F2F3;}
table.contenttable tr.even {}
table.contenttable td.align-left {text-align:left;}
table.contenttable td.align-center {text-align:center;}




