@charset "UTF-8";
/* CSS Document 
 * Generelles Stylesheet
 */

body {
	margin: 0px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

div {
	/*background-color: #FFFF33;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div.top {
	background-color: #FFFFFF;
	height: 96px; /*höchstes Element */
	width: auto;
	position: relative;
}

div.topelements {
	position: absolute;
}

div.leftlogo {
	/*background-color: #0000FF;*/
	width: 250px; /*Bildbreite*/
	height: 96px; /*Bildhöhe*/
	left: 0px; /*Innenabstand*/
	top: 0px; /*Innenabstand*/
}

div.logo {
	/*background-color: #FF0000;*/
	width: 238px; /*Bildbreite*/
	height: 64px; /*Bildhöhe*/
	left: 300px; /*Abstand von links*/
	top: 16px; /*Höhe des Max IMG + Halbe Diff von Bildhöhe*/
}

div.rightnav {
	/*background-color: #00FF00;*/
	width: 410px;
	height: 96px;
	text-align: right;
	right: 0px; /*Innenabstand*/
	top: 0px; /*Innenabstand*/
}

img.rightnavelements {
	margin: 0px;
}

div.impressum {
	/*background-color: #00FF00;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.impressum {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
        margin-top: 15px;
        margin-bottom: 8px;
        color: #EC7405;
	text-align: left;
}

h3 {
        font-size: 12px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
	text-align: left;
}

p, body, div {
	font-size: 12px;
	text-align: justify;
}

/****/

div.bottom {
	/*background-color: #000000;*/
	position: relative;
}

div.bottomelements {
	position: absolute;
}

div.navigation {
	/*background-color: #FF0000;*/
	width: 200px; 
	background-color: #FFFFFF;
	z-index:90;
}

div.content {
	/*background-color: #99CCCC;*/
	left: 240px;
	padding-right: 5px;
	/*background-color: transparent !important;*/
}
/* PROB Inhalt näher bei Menu (Bsp Leitung Abt.DM) 210px */
div.contentnear {
	/*background-color: #99CCCC;*/
	left: 210px;
	padding-right: 5px;
}
div.widecontent {
	/*background-color: #99CCCC;*/
	left: 300px;
	padding-right: 5px;
}
div.lowcontent {
	top: 30px;
}

p.menu {
	font-size: 12px;
}

p.mainitem {
	margin-bottom: 4px;
	margin-top: 10px;
}

.subitem {
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

hr.line {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: 150px;
	text-align: left;
	color: #000000;
	background-color: #000000;
}

hr.topline {
	margin-top: 5px;
}

a, a:link {
	color: #EC7405;
	text-decoration: none;
	border: none !important; 
}

a:before { 
	content: "";
}

a:visited {
	color: #EC7405;
}

a:focus, a:hover, a:active {
	color: #EC7405;
}

a.active, span.highlight {
	color: #EC7405 !important;
}

a.noSymbol:before {
	content: "";
}

a.menu, a.menu:link {
	color: #000000;
	text-decoration: none;
}

a.menu:before { 
	content: "";
}

a.menu:visited {
	color: #505050;
}

a.menu:focus, a.menu:hover, a.menu:active {
	color: #EC7405;
}

.notopmargin {
  margin-top: 0px;
}

p.highlighted {
  background-color: #EEEEEE; 
  width: 135px;
}

p.lastchange {
  color: #666666;
}

div.sponsor {
  margin-top: 10px;
  margin-bottom: 30px;
}



/* ======================== */
/* ONLINE-VORANMELDUNG-Formular */
input.ON_INPUT {
  border-width:0px;
  border-bottom:1px solid black;
  background-color:#E1E1E1;
  padding-left: 3px;
  padding-right: 3px;
  font-size:10pt;
  width:280px;
}
input.ON_INPUT_HID {
  border-width:0px;
  visibility:hidden;
  width:5px;
}
input.ON_BUTTON {
  width:170px;
  font-size:8pt;
  padding-left: 3px;
  padding-right: 3px;
}
p.on_frm_left {
  text-align:left;
  margin-top:8px;
  margin-bottom:0px;
}
p.on_frm_right {
  text-align:right;
  margin-top:8px;
  margin-bottom:0px;
}

td.on_tbl_title {
   font-size:8pt;
   padding: 4px 3px;
   color: white;
   background-color: #2e2e2e;
}

td.on_tbl_title_center {
   font-size:8pt;
   padding: 4px 3px;
   color: white;
   background-color: #2e2e2e;
   text-align:center;
}

td.on_td {
   font-size:8pt;
   padding: 1px 2px;
   text-align:left;
}
td.on_td_right {
   font-size:8pt;
   padding: 1px 2px;
   text-align:right;
}
td.on_td_center {
   font-size:8pt;
   padding: 1px 2px;
   text-align:center;
}

.on_size8 {
   font-size:8pt;
}
.on_size10 {
   font-size:10pt;
}
.on_size11 {
   font-size:11pt; line-height: 16px; color: #2e2e2e
}
.on_size7 {
   font-size:7pt;
}
p.ON_error {
  background-color:#FFBFBF;
  color: #5F0000;
  font-weight:bold;
  font-size:9pt;
  padding: 7px 3px;
}
.on_orange {
  color: #EC7405;
}
label.on_label {
   display:inline-block;
   width: 100px;
}

label.on_labelwide {
   display:inline-block;
   width: 200px;
}

.mceContentBody{
  background-color:#D0D0D0;
}

/* ------------ END- Voranmeldung */
/* ======================== */

