/* ================================= 
   STYLE
   ================================= */




body, html {
	margin:0px;
	padding:0px;
	height:100%;
	background:#ffffff;
}

form {
	display:inline;
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

a, a:active {
	outline: none !important;
	-moz-outline-style: none !important;
}


/* Global default font definition */


td, font, div, span, body, html, p, th, li, dd, input, textarea, select {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#4D4D4D;
}

input, textarea, select {
	color:#4D4D4D;
}

table#main {
	height:100%;
}

table#main td.left {
	vertical-align:top;
	background:#ebebeb;
	width:180px;
}

table#main td.right {
	vertical-align:top;
	width:820px;
}

#logo {
	height:120px;
	width:180px;
}

#navigation {
	width:150px;
}

#content {
	float:left;
	width:640px;
	margin-bottom:25px; /* fuer lange contents */
}

#margin {
}

td.margin-td {
	padding-top:85px;
 	background:#f6f6f6 url(../images2/main_bg.jpg) repeat-x top left;
	width:100%;
}

#header {
	height:85px;
	overflow:hidden;
	background:#f6f6f6 url(../images2/main_bg.jpg) repeat-x top left;
}

#header-links {
	height:55px;
	width:640px;
}

#header-links div {
	padding-right:5px;
	text-align:right;
}

#header-links div, #header-search {
	color:#51656f;
	font-size:11px;
	padding-top:4px;
}

#header-search {
	position:absolute;
	top:0px;
	left:820px;
	background:#d2d9dd;
	height:19px;
	width:175px;
	padding-left:0px;
}

#header-links a {
	color:#51656f;
	text-decoration:none;
}

#header-links a:hover {
	color:#51656f;
	text-decoration:underline;
}

#header-navigation {
	height:30px;
	overflow:hidden;
}

#breadcrumb {
	padding: 0px 0px 0px 34px;
	font-size:10px;
	color:#51656f;
	font-family:Arial, sans-serif;
	height:33px;
	line-height:15px;
	margin-top:10px;
}




/* ================================= 
   SEARCH Elements
   ================================= */




#mvv-search {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	border:none;
	padding:0px 1px 1px 2px;
	margin:0px;
	height:14px;
	background:#d2d9dd;
	width:105px;
	line-height:12px;
}

#header-search label {
	vertical-align:top;
}

#header-search input:focus {
	background:#ebebeb;
}




/* ================================= 
   Text formatting for content - standard HTML
   ================================= */




h1 {
	font-family:Arial, sans-serif;
	font-size:20px;
	color: #d10019;
	margin:0px;
	padding:0px 34px 8px 34px;
	font-weight:normal;
	line-height:26px;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:13px;
	color: #d10019;
	margin:0px;
	padding:0px 34px 8px 34px;
	font-weight:bold;
}

h3 {
	font-family:Arial, sans-serif;
	font-size:20px;
	color:red;
	margin:0px;
	padding:0px 34px 0px 34px;
	font-weight:normal;
}




/* ================================= 
   Text formatting for content - standard HTML
   ================================= */




a {
	color: #003d6e;
	text-decoration:underline;
}

a:hover {
	color: #003d6e;
	text-decoration:underline;
}

span.greybold {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:grey;
	font-weight:bold;
}

span.bluebold {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#d10019;
	font-weight:bold;
}




/* ================================= 
   CMS Elements (Templates)
   ================================= */




/* MAIN */


div.main-content {
	margin-bottom:5px;
	clear: both;
}


/* main-content */


div.main-content div.main-content-left {
	float:left;
	width:320px;
	overflow:hidden;
	margin-top:3px;
}

div.main-content div.main-content-right {
	float:right;
	width:320px;
}

div.main-content ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 34px 0px 34px;
}

div.main-content ul li {
	background:url(../images2/list_item.gif) no-repeat 0px 4px;
	line-height:17px;
	padding:0px 0px 0px 13px;
	margin:0px 0px 0px 0px;
}

div.main-content tbody ul {
	margin:0px 0px 0px 34px;
}

div.main-content p {
	padding: 0px 34px 12px 34px;
	margin:0px;
	line-height:16px;
	clear:both;
}

div.main-content tbody {
	line-height:16px;
}

div.main-content a {
	color: #003d6e;
	text-decoration:underline;
}

div.main-content a:hover {
	color: #003d6e;
	text-decoration:underline;
}


/* margin-content */


div.margin-content {
	margin-top:5px;
	margin-left:18px;
	line-height:15px;
	font-size:11px;
	width:160px;
}

div.margin-content p {
	padding: 0px 0px 10px 0px;
	margin:0px;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	line-height:14px;
}

div.margin-content ul {
	padding: 0px 0px 0px 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style-image:url(../images2/list_item.gif);
}

div.margin-content li {
}

div.main-content-right h1, div.main-content-right h2, div.main-content-right h3, div.main-content-right p {
	padding-left:20px;
}

div.main-content-right ul {
	margin-left:20px;
}

div.main-content-right ul ul {
	margin-left:0px;
}




/* ================================= 
   Sitemap
   ================================= */




div#sitemap {
	margin:0px 0px 0px 22px;
}

#sitemap ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

#sitemap ul ul {
	border-left:1px solid #C50006;
	font-weight:normal;
}

#sitemap li {
	background:none;
	list-style-type:none;
	line-height:18px;
	padding:0px 0px 0px 15px;
	margin:0px;
}

#sitemap a, a.arrow-link {
	color:#003d6e;
	padding-left:10px;
	text-decoration:none;
	background:url(../images2/list_item.gif) no-repeat center left;
}

#sitemap a:hover, a.arrow-link:hover {
	color:#c00418;
	text-decoration:none;
}




/* ================================= 
   News CSS
   ================================= */




.colored {
	color: #003d6e;
	font-family:Arial, sans-serif;
	font-size:11px;
}

a.news-link {
	font-family:Arial, sans-serif;
	color: #003d6e;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

a.news-link:hover {
	color:#c00418;
	text-decoration:none;
}




/* ================================= 
   FAQ
   ================================= */




.faqbox div {
	margin:0px 0px 0px 0px;
	padding:5px 34px 10px 34px;
	display:none;
	background:#dee1e4;
	line-height:16px;
}

.faqbox a.faqlink {
	padding:4px 34px 4px 34px;
	font-weight:normal;
	display:block;
	text-decoration:none;
}

.main-content-right .faqbox a.faqlink, .main-content-right .faqbox div {
	padding-left: 20px;
	padding-right:20px;
}

.faqbox a.faqlink:hover {
	background:white !important;
	text-decoration:none;
}

.faqbox tbody p, .faqbox div p {
	margin:0px;
	padding:0px 10px 8px 0px;
}

.faqbox td {
	color: #003d6e;
	cursor:pointer;
}

.faqbox div ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.faqbox div li {
	padding:0px 0px 5px 0px;
	background-image:url(../images2/list_item.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-indent:10px;
	list-style:none;
}




/* ================================= 
   Info Bereich
   ================================= */




.bg-blue-bright {
	BACKGROUND: #ebebeb;
}

.bg-blue-dark {
	BACKGROUND: #f6f6f6;
}

.pub P {
	PADDING-RIGHT: 5px !important;
	PADDING-LEFT: 12px !important;
	PADDING-BOTTOM: 0px !important;
	PADDING-TOP: 0px !important
}

.pub H2 {
	PADDING-RIGHT: 5px !important;
	PADDING-LEFT: 12px !important;
	PADDING-BOTTOM: 2px !important;
	PADDING-TOP: 7px!important
}

.pub TD {
	empty-cells: show
}

.data-table {
	margin:0px 34px;
}

.data-table td, .data-table th {
	padding:2px 4px;
}

.data-table caption {
	text-align:left;
	font-weight:bold;
	font-family:Arial;
	padding: 0px 4px 10px 4px;
}

.data-table thead th {
	background:#ebebeb;
	text-align:right;
	font-weight:normal;
}

.data-table tfoot td {
	font-size:10px;
	padding-top:30px;
}

.data-table tbody td, .data-table tbody th {
	border-bottom:1px solid #ebebeb;
}

.data-table tbody td {
	text-align:right;
}

.data-table tbody th {
	text-align:left;
	font-weight:normal;
	background:#ebebeb;
}

.data-table .empty {
	border-bottom:none !important;
}

.data-table dt {
	float: left;
	font-size:10px;
}

.data-table dd {
	padding:0px;
	margin:0px 0px 0px 1.8em;
	font-size:10px;
}




/* ================================= 
   Suche
   ================================= */




.textinput {
	width:300px;
}

textarea {
	font-family:Tahoma;
	width:300px;
}

select, textarea, .textinput {
	margin:5px;
	float:left;
}

.main-content label {
	width:116px;
	float:left;
	text-align:left;
	margin:6px 5px 5px 34px;
	padding:0px;
}

form br {
	clear: left;
}

.checkbox, .radio {
	vertical-align:middle;
	padding:0px;
}

.label-div {
	float:left;
}

.input-div {
	float:left;
	padding-top:3px;
}

.form-info {
	padding:5px 34px;
	margin:0px 0px 5px 0px;
	background:#dee1e4 !important;
}

span.weiter {
	background-repeat:no-repeat;
	background-image:url(icons/vor.gif);
	background-position:2px 3px;
	font-size:11px;
}

span.back {
	background-repeat:no-repeat;
	background-image:url(icons/back.gif);
	background-position:2px 3px;
	font-size:11px;
}

span.download {
	background-repeat:no-repeat;
	background-image:url(icons/download.gif);
	background-position:2px -1px;
	font-size:11px;
}

span.footer_print {
	background-repeat:no-repeat;
	background-image:url(icons/printButton.gif);
	background-position:0px -1px;
	font-size:11px;
}

span.footer_back {
	background-repeat:no-repeat;
	background-image:url(icons/back.gif);
	background-position:0px 3px;
	font-size:11px;
}

span.footer_top {
	background-repeat:no-repeat;
	background-image:url(icons/toTopButton.gif);
	background-position:0px -1px;
	font-size:11px;
}

#footerNavigation {
	text-align:right;
	margin-right:12px;
}

#footerNavigation img {
	margin-left:5px;
	margin-right:3px;
}

div.contentTMB {
	float:left;
	width:603px;
	margin-left:12px;
	margin-right:12px;
}

.contentTMB p.bildLinks {
	float:left;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
}

.contentTMB p.bildRechts {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.contentTMB p.bildMittig {
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}

.contentTMB p.bildunterschriftMittig {
	text-align:center;
	margin-left:8px;
}

.contentTMB p.bildunterschriftLinks {
	text-align:left;
	margin-right:8px;
}

div.contentTMB P {
	PADDING-RIGHT: 0px;
	MARGIN-LEFT: 20px;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 0px
}

* html div.contentTMB P {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 0px
}

div.contentTMB ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 34px 0px 10px;
}

div.contentTMB ul li {
	background:url(../images2/list_item.gif) no-repeat 0px 4px;
	line-height:17px;
	padding:0px 0px 0px 13px;
	margin:0px 0px 0px 0px;
}




/*neu f�r ContentArealist-Elemente Presseportal 20091223 */




#pm_table {
	padding-left:34px
}

.pm_tmb_links_bild {
	clear: both;
	padding-left: 34px;
	padding-right: 10px;
	padding-top: 0px;
	line-height:16px;
	float: left
}

.pm_tmb_links_text {
	padding-left: 10px;
	padding-right: 34px;
	padding-top: 2px;
	margin: 0px;
	line-height:16px;
}

.pm_tmb_rechts_bild {
	clear: both;
	padding-left: 10px;
	padding-right: 34px;
	padding-top: 0px;
	line-height:16px;
	float: right
}

.pm_tmb_rechts_text {
	padding-left: 34px;
	padding-top: 2px;
	margin: 0px;
	line-height:16px;
}




/* ================================= 
   LAYOUT
   ================================= */




#breadCrumbContainer {
	padding-left:157px;
	width:798px;
	height:20px;
}

#breadCrumbContainer .breadCrumbElements {
	padding-top:5px;
	width:auto;
	height:14px;
	text-indent:15px;
}

#breadCrumbContainer #breadCrumbHoriLine {
	float:left;
	width:12px;
	height:20px;
	background-color:#AED1EF;
	border-left:1px solid #1F51A8;
	border-right:1px solid #1F51A8;
}

div.divDelim10 {
	clear:both;
	height:10px;
}

div.divDelim5 {
	clear:both;
	height:5px;
}

img.floatLeftRight10px {
	float:left;
	margin-right:10px;
}

p.bildLinks {
	float:left;
	padding:0px;
	margin-right:0px;
}

p.bildRechts {
	float:right;
	margin-left:0px;
}

p.bildunterschriftMittig {
	text-align:center;
	margin-left:0px;
}

p.bildunterschriftLinks {
	text-align:left;
	margin-right:0px;
}


/* ================================= 
   neu f�r ContentArealist-Elemente Presseportal 20091223
   ================================= */

#pm_table {
	padding-left:34px
}

.pm_tmb_links_bild {
	clear: both; 
	padding-left: 34px; 
	padding-right: 10px;
	padding-top: 0px; 
	line-height:16px;
	float: left
}

.pm_tmb_links_text {
	padding-left: 10px;
	padding-right: 34px; 
	padding-top: 2px; 
	margin: 0px; 
	line-height:16px; 
}

.pm_tmb_rechts_bild {
	clear: both; 
	padding-left: 10px; 
	padding-right: 34px;
	padding-top: 0px;  
	line-height:16px; 
	float: right
}


.pm_tmb_rechts_text {
	padding-left: 34px;
	padding-top: 2px; 
	margin: 0px; 
	line-height:16px; 
}



/* ================================= 
   FORMEDITOR
   ================================= */




label.radio {
	width:120px;
}


/* input-tag */


input.default {
	font-size:10px;
	margin:5px 0px 0px 20px;
}

input.textField {
	float:left;
	border:1px solid #adbfc7;
	height:14px;
	font-size:12px;
	font-family: Arial, sans-serif;
}

input.checkbox {
}

input.radio {
	display:inline;
	margin:0px 0px 0px 0px;
}


/* textarea-tag */


textarea.textareaField {
	float:left;
	border:1px solid #adbfc7;
	font-size:12px;
	font-family: Arial, sans-serif;
}

select.selectField {
	float:left;
	font-size:10px;
	border:1px solid #adbfc7;
	background-color: #aed1ef;
}


/* option-tag */


option.default {
	font-size:10px;
	background-color: #aed1ef;
}


/* style f�r die trennlinie */


div.formDivider {
	clear:both;
	height:10px;
}

.textinput {
	width:300px;
}

textarea {
	font-family:Tahoma;
	width:300px;
}

select, textarea, .textinput {
	margin:0px;
	float:left;
}

.main-content label {
	width:116px;
	float:left;
	text-align:left;
	margin:6px 5px 5px 34px;
	padding:0px;
}

form br {
	clear: left;
}

.checkbox, .radio {
	vertical-align:middle;
	padding:0px;
}




/* ================================= 
   Navigation
   ================================= */




#navigation ul, #navigation li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:15px;
}

#navigation ul li {
	display: inline; /* IE */
}


/* ================================= 
   LVL 1
   ================================= */


#navigation li.lvl-1-active span, #navigation li.lvl-1 a, #navigation li.lvl-1-inpath a {
	padding:3px 0px 3px 30px;
	display:block;
	width:150px;
	font-weight:normal;
	color:white;
}

#navigation li.lvl-1 a {
	text-decoration:none;
	color:#003d6e;
}

#navigation li.lvl-1-inpath a {
	text-decoration:none;
	color:#003d6e;
	font-weight:bold;
	background:#d2d9dd;
}


/* ================================= 
   LVL 2
   ================================= */


#navigation li.lvl-2-active span, #navigation li.lvl-2 a, #navigation li.lvl-2-inpath a {
	padding:3px 0px 3px 40px;
	display:block;
	width:140px;
	font-weight:normal;
	background:#d2d9dd;
	color:white;
}

#navigation li.lvl-2 a {
	text-decoration:none;
	color:#51656f;
}

#navigation li.lvl-2-inpath a {
	text-decoration:none;
	color:#51656f;
	font-weight:bold;
}


/* ================================= 
   LVL 3
   ================================= */


#navigation li.lvl-3-active span, #navigation li.lvl-3 a, #navigation li.lvl-3-inpath a {
	padding:3px 0px 3px 50px;
	display:block;
	width:130px;
	font-weight:normal;
	background:#dee1e4;
	color:white;
}

#navigation li.lvl-3 a {
	text-decoration:none;
	color:#51656f;
}

#navigation li.lvl-3-inpath a {
	text-decoration:none;
	color:#51656f;
	font-weight:bold;
}


/* ================================= 
   LVL 4
   ================================= */


#navigation li.lvl-4-active span, #navigation li.lvl-4 a, #navigation li.lvl-4-inpath a {
	padding:3px 0px 3px 60px;
	display:block;
	width:120px;
	font-weight:normal;
	background:#dee1e4;
	color:white;
}

#navigation li.lvl-4 a {
	text-decoration:none;
	color:#51656f;
}

#navigation li.lvl-4-inpath a {
	text-decoration:none;
	color:#51656f;
	font-weight:bold;
}


/* ================================= 
   Header-Navigation BG Colors 
   ================================= */


#header-navigation a.white, #header-navigation a.white:hover {
	color:white;
}

.blue-1-active {
	background:#51656f!important;
}

#header-navigation a.blue-1 {
	background:url();
}

.blue-2-active {
	background:#51656f!important;
}

#header-navigation a.blue-2 {
	background:url(../images2/nav/blau_2.gif);
}

.blue-3-active {
	background:#51656f!important;
}

#header-navigation a.blue-3 {
	background:url(../images2/nav/blau_3.gif);
}

.blue-4-active {
	background:#51656f!important;
}

#header-navigation a.blue-4 {
	background:url(../images2/nav/blau_4.gif);
}

.red-1-active {
	background:#d10019 !important;
}

#header-navigation a.red-1 {
	background:url() no-repeat top left;
}

.red-2-active {
	background:#d10019 !important;
}

#header-navigation a.red-2 {
	background:url(../images2/nav/rot_2.gif) no-repeat top left;
}

.red-3-active {
	background:#d10019 !important;
}

#header-navigation a.red-3 {
	background:url(../images2/nav/rot_3.gif) no-repeat top left;
}

.red-4-active {
	background:#d10019 !important;
}

#header-navigation a.red-4 {
	background:url(../images2/nav/rot_4.gif) no-repeat top left;
}

.darkblue-1-active {
	background:#003d6e !important;
}

#header-navigation a.darkblue-1 {
	background:url() no-repeat top left;
}

.darkblue-2-active {
	background:#003d6e !important;
}

#header-navigation a.darkblue-2 {
	background:url() no-repeat top left;
}

.darkblue-3-active {
	background:#003d6e !important;
}

#header-navigation a.darkblue-3 {
	background:url() no-repeat top left;
}

.darkblue-4-active {
	background:#003d6e !important;
}

#header-navigation a.darkblue-4 {
	background:url() no-repeat top left;
}


/* ganz unten, gilt fuer alle */


#navigation li a:hover {
	background:#ffffff;
}


/* ================================= 
   Breadcrumb
   ================================= */


#breadcrumb a {
	text-decoration:none;
	color:#425167;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color:#425167;
}


/* ================================= 
   Margin-Navi
   ================================= */


ul.margin-navigation {
	list-style-type:none;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 8px;
	font-weight:bold;
	width:172px;
}

ul.margin-navigation li {
	background:url(../images2/list_item.gif) no-repeat 0px 4px;
	line-height:1.3em;
	padding:2px 3px 2px 10px;
	margin:0px 0px 0px 0px;
	display:block;
}

ul.margin-navigation li a {
	color:#51656f;
	text-decoration:none;
	font-weight:bold;
}

ul.margin-navigation li a:hover {
	color:#c00418;
	text-decoration:none;
}

ul.margin-navigation ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}

.margin-navigation li.down {
}

.margin-navigation a.mn-active {
	color:#c00418 !important;
}

div.margin-nav-1, div.margin-nav-2, div.margin-nav-3, div.margin-nav-4, div.margin-nav-5, div.margin-nav-6 {
	width:180px;
}

div.margin-nav-1 {
	background:#adbfc7;
}

div.margin-nav-2 {
	background:#b8c7ce;
}

div.margin-nav-3 {
	background:#c4cfd4;
}

div.margin-nav-4 {
	background:#d2d9dd;
}

div.margin-nav-5 {
	background:#dee1e4;
}

div.margin-nav-6 {
	background:#ebebeb;
}


/* ================================= 
   Haupt-Navigation
   ================================= */


#header-navigation ul, #header-navigation li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:15px;
}

#header-navigation ul li {
	float:left; /* IE */
}

#header-navigation li a {
	padding:7px 0px 0px 0px;
	float:left;
	width:160px;
	height:30px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#51656f;
}

#header-navigation li a:hover {
	color:#51656f;
}
