@charset "utf-8";
@font-face {
    	font-family: ogirema;
    	src: url('Ogirema.eot');
}

@font-face {
	font-family: ogirema;
	src: url('Ogirema.ttf');
}


body {
	background-color: #ccc;
	background-image:url(bilder/eis_2.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
}
ul {
	margin: 0;
}
h1 {
	color:#111;
	font-size:18px;
	top-margin:10px;
}
#bg {
	background-color: #f5f5f5;
	position: relative;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin-top: 50px;
	margin-bottom: 40px;
	border-color:#ff0000;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	-moz-border-radius:5px;
}
#menucontainer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	height: 35px;
	
	background-color: #FF0000;
	background-image:url(bilder/menu_verlauf.jpg);
	background-repeat:repeat-x;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
}

#menugesamt {
	position: absolute;
	z-index: 1000;
}

#menugesamt li {
	float:left;
	z-index: 100;
}
#menugesamt a {
	text-decoration: none;
	color: #FFF;
	z-index: 100;
}
.menu {
	background-color: #FF0000;
	background-image:url(bilder/menu_verlauf.jpg);
	background-repeat:repeat-x;
	width: 300px;
	height:30px;
	position: relative;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	z-index: 80;
	list-style-type: none;
	padding-top: 5px;
}
.menu:hover  {
	z-index: 100;
	background-image:url(bilder/menu_verlauf_blau.jpg);
	background-repeat:repeat-x;
	background-color: #06c;
}

.menu .unter {
	visibility: hidden;
	left: -10px;
	position: relative;
	text-align: center;
	z-index: 100;
	list-style-type: none;
	left: -42px;
	top: 8px;
}

.menu:hover .unter  {
	visibility: visible;
	z-index: 100;
}

.menu a {
	display:block;
}
.menu:hover .unter li {
	width: 300px;
	list-style-type: none;
	background-color: #5af;
	border-left-color:#ff0000;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#ff0000;
	border-right-style:solid;
	border-right-width:2px;
	padding-bottom:2px;
	padding-top:2px;
	z-index: 100;
}
.menu:hover .unter li:hover{
	background-color: #5cf;
	color:#000;
}
.menu:hover .unter li a{
	display:block;
	color:#000;
}
li .abschluss {
	border-bottom-color:#ff0000;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#inhalt {
	color: #000;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	margin-top:160px;
	z-index: 50;
	bottom: 0px;
	text-align: justify;
}
#rechts {
	visibility:hidden;
	position:static;
	background-color:#ddd;
	background-image:url(bilder/bg_rechts.jpg);
	margin-top:15px;
	padding:10px;
	right:0px;
	width:235px;
	bottom:15px;
	float:right;
	-moz-border-radius:5px;
}
#links {
	position:static;
	padding:10px;
	left:0px;
	width:935px;
	margin-top:15px;
	-moz-border-radius:5px;
}
#trailer {
	position:absolute;
	background-image: url(trailer/bild5.jpg);
	top:-150px;
	right: 0px;
	height:150px;
	width:940px;
	z-index:1000;
	-moz-border-radius:5px;
}
#trailer_bitschmiede {
	position:absolute;
	background-image: url(trailer/overlay.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:-150px;
	right: 0px;
	height:150px;
	width:940px;
	z-index:1001;
	-moz-border-radius:5px;
}
#org_menu{
	position:fixed;
	background-color:#f00;
	background-image:url(bilder/menu_verlauf.jpg);
	background-repeat:repeat-x;
	left:0px;
	right:0px;
	bottom:0px;
	height:18px;
	color:#fff;
	padding:5px;
	padding-bottom:8px;
	z-index:1000;
}
#org_menu a{
	color:#fff;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
}
.menu a:hover {
	color:#ffff00;
	text-decoration:underline;
}


<!-- Inhalt-Flex-Element -->

.flex_inhalt {
	position: relative;
	/*background-color: #CccCCC;*/
	margin-right: 20px;
	margin-left: 20px;
	-moz-border-radius:5px;
}
.flex_inhalt_text {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-right: 250px;
	position: relative;
	margin-left: 0px;
	text-align: justify;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-top: 0px;
	background-color: #fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.flex_inhalt_text a{
	font-weight:bold;
	color:#a00;
	text-decoration:none;
}
.flex_header {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
	z-index: 100;
	margin-right: 250px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.flex_inhalt_bild {
	position: absolute;
	right: -250px;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	bottom: 0px;
	padding: 10px;
	border-color: #666666;
	border-style: none;
	border-width: 1px;
	width: 220px;
	float: right;
	margin-top: 0px;
	z-index: 200;
}

.flex_inhalt_bild img{
	-moz-border-radius:5px;
}

.flex_inhalt_text_wichtig {
	font-size: 1.05em;
	line-height:1.2em;
	margin-right: 250px;
	position: relative;
	margin-left: 0px;
	text-align: justify;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 40px;
	background-color: #fda;
	padding-left: 30px;
	margin-top: 0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.flex_header_wichtig {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #fda;
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
	z-index: 100;
	margin-right: 250px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.csc-mailform{
	position:relative;
	left:-10px;
	width:920px;
	border-style:none;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea{
	position:relative;
	left:140px;
}

.csc-mailform-field label{
	position:absolute;
}

/*********************** POWERMAIL ******************/
.powermail_pagebrowser, .tx-powermail-pi1_confirmation p {
	color:#e2001a;
}



.tx-powermail-pi1_fieldset {
	margin-left:10px;
	margin-right:40px;
	border-style:none;
	padding-top:5px;
}

.tx-powermail-pi1_fieldset legend{
	position:relative;
	font-weight:bold;
	left:-20px;
	margin-top:10px;
	margin-bottom:0px;
	color:#111;
	font-size:18px;
}

.tx-powermail-pi1_fieldset label{
	font-weight:bold;	
}

.powermail_radio, .powermail_check {
	
}

.powermail_radio_inner, .powermail_check_inner {
	margin-bottom:10px;
}
.powermail_radio_inner label, .powermail_check_inner label{
	margin-left:50px;
}

.powermail_text, .powermail_textarea, .powermail_select, .jscalendar_cb, .jscalendar, .date2cal_img_cal, .date2cal_img_help {
	position:relative;
	left:140px;
}


.tx_powermail_pi1_fieldwrap_html {
	padding:5px;
	margin-bottom:0px;
}

.tx_powermail_pi1_fieldwrap_html label {
	font-weight:bold;
	vertical-align:top;
}

.tx_powermail_pi1_fieldwrap_html_text label, .tx_powermail_pi1_fieldwrap_html_textarea label, .tx_powermail_pi1_fieldwrap_html_select label, .tx_powermail_pi1_fieldwrap_html label {	
	position:absolute;
	font-weight:bold;
	vertical-align:top;
}

.tx_powermail_pi1_fieldwrap_html_radio_title, .tx_powermail_pi1_fieldwrap_html_checkbox_title{
	font-weight:bold;
}

.tx_powermail_pi1_fieldwrap_html_submit, .tx_powermail_pi1_formconfirmation_submit {
	height:45px;
}

.powermail_all_td{
	padding:5px;
	padding-right:10px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_content {
	position:absolute;
	right:-326px;
	top:-40px;
}


