@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	min-height: 100%;
}

body {
	background-image: url('../images/bg.gif');
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

a {
	color: #003D80;
}

div#page {
	width: 1000px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: auto;
	padding: 0px 5px 0px 5px;
	background-color: #FFF;
}

div#header {
	height: 246px;
	background-image: url('../images/header_1.jpg');
	background-repeat: no-repeat;
}

div#language {
	float: left;
	padding: 162px 0px 0px 20px;
}

div#language .language_div {
	float: left;
	margin-right: 5px;
}

div#mainmenu {
	width: 300px;
	padding: 35px 0px 0px 0px;
	float: left;
}

div#mainmenu ul {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg_mainmenu.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

div#mainmenu ul li {
	background-image: url('../images/menu_trenner.jpg');
	background-repeat: no-repeat;
	background-position: right;
	list-style: none;
	height: 16px;
	padding: 8px 10px 0px 8px;
}

.mainmenu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 3px 10px 0px 10px;
	border-bottom: 1px #F39B15 solid;
}

.mainmenu_link_active {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F39B15;
	padding: 3px 10px 0px 10px;
	border-bottom: 1px #F39B15 solid;
}

div#submenu {
	width: 200px;
	float: left;
}

div#submenu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url('../images/bg_submenu.gif');
	background-position: top left;
	background-repeat: repeat-y;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: #FFF;
	border-top: 1px #0097A2 solid;
}

div#submenu ul ul {
	background-image: url('../images/bg_submenu_l2.gif');
	border-top: none;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1;
	opacity: 1;
	margin: 0px
}

div#submenu ul li {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 8px;
}

.submenu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 0px 0px 10px;
	text-align: right;
	border-bottom: 1px #0097A2 solid;
}

.submenu_link_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0097A2;
	display: block;
	padding: 3px 0px 0px 10px;
	text-align: right;
	border-bottom: 1px #0097A2 solid;
}

.submenu_link_l2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 0px 0px 10px;
	text-align: right;
	border-bottom: 1px #D9200E solid;
}

.submenu_link_active_l2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #D9200E;
	display: block;
	padding: 3px 0px 0px 10px;
	text-align: right;
	border-bottom: 1px #D9200E solid;
}

div#content_container {
	background-image: url('../images/bg_content.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width:1000px;
	min-height: 416px;
	
}

div#content {
	width: 760px;
	padding: 10px 10px 20px 20px;
	float: left;
}

div#footer {
	width: 750px;
	border-top: 2px #0097A2 solid;
	padding-top: 10px;
	margin-top: 20px;
	text-align: right;
}

h1 {
	color: #0097A2;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.clear {
	clear: left;
	margin: 0px; 
	padding: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	height: 0px;
}

.clear_right {
	clear: right;
	margin: 0px; 
	padding: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	height: 0px;
}

/* BOXEN RECHTS */

div.box {
	border: 1px #BC001D solid;
	width: 183px;
	margin-left: 10px;
	margin-top: 15px;
}

div.box h1 {
	background-image: url('../images/header_box.jpg');
	background-repeat: no-repeat;
	height: 23px;
	border: none;
	color: #FFF;
	padding: 3px 0px 0px 5px;
	margin: 0px;
}

div.box .bodytext {
	padding: 0px 5px 0px 5px;
}

/* DOWNLOADS */

.downloads_l3 {
	text-align: center;
}

.downloads_l3 .t3_downloads_link img {
	text-decoration: none;
	border: none;
}

/* NEWS */

.news { 
	list-style: none; 
	border-bottom: 1px #BC001D solid;
	margin-bottom: 25px;
}

.teaser_bild { 
	margin-right: 0.8em; 
	float: left; 
	width: 200px; 
}

.teaser_text { 
	margin-bottom: 0.4em; 
	float: left; 
	width: 550px; 
}

.teaser_text strong,  .news_single strong {
	color: #BC001D;
	font-size: 14px;
}

.news_bild {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.news .news_bild {
	margin-left: 0px;
	margin-bottom: 0px;
}

.news_single b {
	color: #BC001D;
}

/* MAILFORM */

#contact_left			{ float: left; width: 320px; }
form.contact			{ float: right; width: 450px; }

form.form					{ margin-bottom: 20px; }

#form_left				{ float: left; width: 400px; }
#form_right				{ float: left; }

label.form					{ float: left; width: 100px; color: #000000; font-size: 12px; padding-top: 5px; display: block; }
label.radio				{ float: none; display: inline; }
label.praemie			{ float: left; display: inline; width: 270px; }

.stern					{ color: #BC001D; font-size: 12px; font-weight: bold; }

input.form, textarea.form			{ float: left; color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; vertical-align: middle; margin: 3px 0px 10px 0px; padding: 2px; border: solid 1px #BC001D; width: 250px; display: block; }
textarea.form				{ height: 50px; }
input.PLZ				{ width: 75px; margin-right: 175px; }
input.radio				{ float: none; border: 0; width: auto; height: auto; display: inline; margin-right: 5px; margin-bottom: 0px; }
input.checkbox			{ float: left; color: #000000; font-size: 12px; vertical-align: middle; margin: 0px 5px 0px 0px; padding: 2px; border: solid 1px #000000; height: 17px; width: 17px; display: block }

input.form:hover, textarea.form:hover					{ border: solid 1px #ED461A; outline: none }
input.form:focus, textarea.form:focus					{ border: solid 1px #ED461A; outline: none; }

p.errorheadline								{ color: #BC001D; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
.errormessage								{ color: #BC001D; font-size: 12px; line-height: 200%; margin-left: 100px; clear: left; }

.mail_button								{ margin-left: 100px; color: #ffffff; font-size: 10px; background-color: #BC001D; text-align: center; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; padding: 4px; border: solid 0px #BC001D; width: 110px; }

/* RTE */

.align-right				{ text-align: right; }
.align-left					{ text-align: left; }
.align-center				{ text-align: center;}
.align-justify				{ text-align: justify; }
.indent						{ margin-left: 20px; }

.tabelle td					{ padding-right: 20px; }

.csc-textpic-caption		{ font-size: 10px; }

.csc-textpic-image			{ margin-bottom: 10px !important; }
	