﻿/*
 -------------------------------------------------
| Layoutdatei für CMS-System	                  |
| Autor: M.Sc., B.Sc. R. Kuntze, CPO MDV          |
 --------------------------------------------------
*/

@charset "utf-8";

body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	background: url(../image/body.gif) repeat; 
}

img {
	border: 0 none;
}

a {
	color: #666;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}


/* WRAPPING */
#body_shaddow {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url(../image/body_shaddow.gif) repeat-x; 
	height: 270px; 
	width: 100%; 
}

#container_wrapper {
	margin: 0 auto;
	width: 986px;
	height: 100%;
	background: url(../image/container_wrapper.png) repeat-y;
	position: relative;
}

/* CONTAINER */
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}


/* BEREICH OBEN */
#header {
	position: relative;
	width: 950px;
	height: 385px;
}

#top_logo_overlay {
	position: absolute;
	height: 40px;
	width: 697px;
	top: 125px;
	left: 0px;
	background: url(../image/top_logo_overlay.gif) repeat-x;
	z-index:2!important;
	z-index:2;
}

#top_logo_overlay_menu {
	margin: 8px 0px 0px 10px;
}

.top_logo_overlay_menu_level_1 {
	padding: 4px 15px 0px 15px;
	float: left;
}

#top_logo_overlay_menu a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px
}

#top_logo {
	position: relative;
	height: 385px;
	width: 697px;
	float: left;
	z-index:1!important;
	z-index:1;
}

#top_spacer {
	height: 385px;
	width: 12px;
	float: left;
}

#top_spacer_top {
	height: 122px;
	width: 12px;
}

#top_spacer_middle {
	height: 40px;
	width: 12px;
	/*background: url(../image/top_spacer_middle.gif);*/
}

#top_spacer_bottom {
	height: 223px;
	width: 12px;
}

#top_adress {
	height: 385px;
	width: 241px;
	float: left;
}

#top_adress_top {
	height: 115px;
	width: 206px;
	padding: 8px 15px 0px 20px;
	font-size: 10px;
    line-height: 200%;
	color: #fff;
	font-weight: bold;
	background: url(../image/top_adress_top.gif) repeat-x;
}

#top_adress_top a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#top_adress_middle {
	height: 31px;
	width: 221px;
	padding: 13px 0px 0px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/top_address_middle.gif);
}

#top_adress_bottom {
	height: 198px;
	width: 221px;
	padding: 10px 0px 10px 20px;
	background: url(../image/top_adress_bottom.gif) repeat-x;
}

#top_adress_bottom_head {
	color: #173496;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 5px;
}

#border_top {
	height: 10px;
	width: 950px;
	margin: 2px 0px 2px 0px;
}

#border_top_left {
	height: 10px;
	width: 697px;
	background: #01249d;
	float: left;
}

#border_top_spacer {
	height: 10px;
	width: 12px;
	float: left;
}

#border_top_right {
	height: 10px;
	width: 241px;
	background: #01249d;
	float: left;
}

/* INHALT */
#content {
	width: 950px;
}

#content_left {
	width: 697px;
	position: relative;
}

#content_spacer {
	width: 12px;
}

#content_right {
	padding: 10px 0px 20px 20px;
	width: 221px;
	background: #e4e4e4 url(../image/content_right.gif) repeat-x;
}

#content_right_head {
	color: #173496;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 5px;
}

#content_left_breadcrumb {
	margin: 10px 0px 15px 0px;
}

/* BEREICH UNTEN */
#footer {
	height: 62px;
	width: 950px;
	background: url(../image/footer.gif) repeat-x;
	float: left;
	font-size: 11px;
}

#footer_left {
	height: 42px;
	width: 689px;
	padding: 20px 0px 0px 20px;
	float: left;
	color: #fff;
}

#footer_left a{
	color: #fff;
}

#footer_separator {
	width: 1px;
	height: 62px;
	background: url(../image/footer_separator.gif);
	float: left;
}

#footer_right {
	height: 42px;
	padding: 20px 0px 0px 20px;
	float: left;
}

#footer_right a{
	color: #fff;
}

#footer_bottom {
	width: 986px;
	height: 18px;
	background: url(../image/footer_bottom.png) no-repeat;	
	margin: 0 auto;
}

/* TINYMCE-INHALT */

.headline {
	color: #1131a3;
	font-size: 20px;
}

.headline2 {
	color: #1131a3;
	font-size: 14px;
	font-weight: bold;
}

.headline2_border {
	color: #1131a3;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/punktlinie.gif) repeat-x;
}

.headline3 {
	color: #173496;
	font-weight: bold;
	font-size: 12px;
}

.linie {
	background: url(../image/punktlinie.gif) repeat-x;
}

.standard {color: #666;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;}

/* ADDS */
.fix-div {
	clear: both;
}

/* DRUCKANSICHT */
#print_header {
	text-align: center;
	border-bottom: 1px solid #666;
	color: #666;
	padding: 5px;
	margin-bottom: 20px;
}

#print_header_left {
	float: left;
}

#print_header_right {
	text-align: right;
	font-size: 10px;
}

/* FORMULARE */
.page_form         { 
	font-size: 9pt; 
	width: 100%; 
}

.page_form_cell { 
	padding-top: 5px;
}

.page_form_element_left { 
	font-size: 10pt;
	width: 100px; 
	float: left;
}

.page_form_element_right { 
	font-size: 10pt; 
	border: 1px solid #666; 
	background-color: #EFEFEF;
}

#page_form_error {
	display: none; 
	color: #f00;
	font-size: 9pt; 
	border: 1px dotted #f00;
	margin-top: 15px;
	padding: 2px;
}


/* MENÜDIV */
#dropmenudiv{
margin: 13px 0px 0px -13px;
position: absolute;
font: normal 12px Verdana;
height: 33px;
width: 190px;
line-height:30px;
background: transparent;
text-align: left;
z-index:3!important;
z-index:3;
}

#dropmenudiv a{
color: #fff;
display: block;
text-indent: 5px;
text-decoration: none;
font-weight: bold;
height: 33px;
width: 190px;
line-height:30px;
background-color:#222;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
z-index:3!important;
z-index:3;
}

#dropmenudiv a:hover{
}

#dropmenudiv2{
font:normal 12px Verdana;
height: 33px;
width: 190px;
line-height:30px;
z-index:3!important;
z-index:3;
}

#dropmenudiv2 a{
color: #0066CC;
text-indent: 5px;
text-decoration: none;
font-weight: bold;
height: 33px;
width: 190px;
line-height:30px;
display: block;
z-index:3!important;
z-index:3;
}


#dropmenudiv2 a:hover{
}