/* General Settings  -------------------------------------------------------------*/

html {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	height: 100%; 
	width: 100%;
	background: #ffffff; 
        line-height: 1.15em;  /* genereller Zeilenabstand = Schriftgröße x 1,15 */
}


/* Boxes  -------------------------------------------------------------*/

#frame {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 860px;
	margin-left: -430px;
}

#header {
	width: 895px;
	height: 110px;
	background-color: #d1d8dd;
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #f5dbb3;
}

/*
#spacer {
	height: 90px;
}
*/

#top_menu { 
	width: 895px;
	height: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	background: #ffffff;
	/* margin: top */ 
	margin: 0px 0px 0px 0px;
	/* margin-left: 100px; */
	padding: 5px 0px 0px 0px;
}

#container {
	width: 895px;
	margin: 0px 0px 0px 0px;
        background-image: url(stylesheet_01_FILES/Hintergrund.bmp);
	/*background-color: #f5dbb3; */
	border-top: 2px solid #f5dbb3;
	border-bottom: 10px solid #fabd7a;
}

#submenu {
	float: left;
	width: 145px;
	margin: 20px 0px 0px 0px;
	display: inline;
	font-family: verdana, arial, sans-serif;
}

#navtop {
	width: 145px;
	height: 20px;
	background-image:url(stylesheet_01_FILES/subnav_top.png);
	background-repeat: no-repeat;
}

#navbottom {
	width: 145px;
	height: 94px;
	border-top: 1px dotted #8F8F8F;
	background-image:url(stylesheet_01_FILES/subnav_bottom.png);
	background-repeat: no-repeat;
}		

#content {
	float: left;
	width: 460px;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #212121;
	margin: 20px 0px 20px 50px;
}	

#content_right {
	float: left;
	width: 150px;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 30px;
	display: inline;
}

#min_height {
	float: left;
	height: 440px;
}

/* Styles TOP_MENU -------------------------------------------------------------*/

#top_menu A {
	background-image: url(stylesheet_01_FILES/reiter_inakt.bmp);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ff0000;
	text-decoration: none;
	padding: 1px 4px 7px 3px;
	/* margin-left: 10px;
	margin-right: 10px; */
}

#top_menu A:hover {
	background-image: url(stylesheet_01_FILES/reiter_akt.bmp);
	color: #212121;
	margin-left: 0px;
	margin-right: 0px;
}

#top_menu SPAN {   

	margin-left: 2px;
	margin-right: 2px;
}

#top_menu SPAN.top_menu-act A {
	background-image: url(stylesheet_01_FILES/reiter_akt.bmp);
	color: #212121;
}


/* Styles SUBMENU  -------------------------------------------------------------*/

#submenu A:link {
	text-decoration: none;
}

#submenu A:visited  {
	text-decoration: none;
}

#submenu A:hover {
	text-decoration: underline;
}

#submenu A:active {
	text-decoration: underline;
}			

/*  Submenu, level 1, normal state (NO) ------------------------------------ */

.submenu-level1-no {
	background-color: #fabc74;
	border-top: 1px dotted #ffffff;
	width: 145px;
	height: 20px;
	text-indent: 8px;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}

.submenu-level1-no A {
	color: #ffffff;
	font-size: 11px;
}

/*  Submenu, level 1, active state (ACT) */

.submenu-level1-act {
	background-color: #fabc74;
	border-top: 1px dotted #ffffff;
	width: 145px;
	height: 20px;
	text-indent: 8px;
	vertical-align: bottom;
	padding: 4px 0px 4px 0px;
}

.submenu-level1-act A {
	color: #8a8e91;
	font-size: 11px;
	font-weight: normal;
}

/*  submenu, level 2, normal state (NO) --------------------------------- */

.submenu-level2-no {
	background-color: #e6e6e6;
	border-top: 1px dotted #c3c3c3;
	width: 145px;
	height: 18px;
	color: #7f7f7f;
	text-indent: 8px;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}

.submenu-level2-no A {
	color: #7f7f7f;
	font-size: 11px;
}		

/*  submenu, level 2, active state (ACT) */

.submenu-level2-act {
	background-color: #e6e6e6;
	border-top: 1px dotted #c3c3c3;
	width: 145px;
	height: 18px;
	color: #7f7f7f;
	text-indent: 8px;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}		

.submenu-level2-act A {
	color: #7f7f7f;
	font-size: 11px;
	font-weight: bold;
}


/* Styles CONTENT  -------------------------------------------------------------*/

#content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

#content td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #212121;
	font-size: 11px;
}

#content H1 {
        font-family: palatino linotype, Times New Roman;
	font-size: 20px;
	font-weight: normal;
	color: #212121;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#content H2 {
	font-size: 30px;
	font-weight:bold;
	color: #212121;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#content H3 {
	font-size: 14px;
	font-weight:bold;
	color: #212121;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#content hoch {
       vertical-align: top;
       font-style: italic;
       font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

/*  #content H8 {color: #ff0000; display: none;}
     #content H9:hover {color:#ff0000; id="H4"; cursor:crosshair;}                        nur zum Testen */

#content H5 {
	font-size: 12px;
	font-weight:bold;
	color: #212121;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#content H6 {
	font-size: 11px;
	font-weight:bold;
	color: #ff0000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#content A {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content A:link {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content A:visited  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content A:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #212121;
}

#content A:active {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}


/* Styles CONTENT RIGHT -------------------------------------------------------------*/

#content_right p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_right H1 {
	font-size: 16px;
	font-weight:bold;
	color: #212121;
}

#content_right H3 {
	font-size: 14px;
	font-weight:bold;
	color: #212121;
}

#content_right H5 {
	font-size: 12px;
	font-weight:bold;
	color: #212121;
}

#content_right A {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content_right A:link {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content_right A:visited  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

#content_right A:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #212121;
}

#content_right A:active {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}

/* Mail-Formular -------------------------------------------------------------*/

.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
        font-size: 10pt;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        width: 10em;
        float: left;
        text-align: right;
        margin-right: 0.5em
        display: block
}

.csc-mailform-submit {
        margin-left: 5.5em;
}