/* general fonts */
body, p, ol, ul, div, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #183484;
	font-style: normal;
	line-height: 130%;
}
body {
	background-color: #183484;
}
a {
	font-weight: bold;
}
/* headings */
h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	color: #183484;
/* lime green */
}
/*### MENU ###*/
.navi table tr td, .navi table tr td a {
	color: #ffffff;
}
.navi table tr td, .navi ul li a {
	color: #ffffff;
}

.mmLevel1 {
	margin: 6px 0 0 0;
	min-height: 20px;
}
.mmLevel2 {
	margin: 0 0 0 0;
	min-height: 20px;
}
.mmLevel1 a {
}
.mmLevel1 a, .mmLevel2 a {
	background-color: #013183;
	color: #ffffff !important;
	display: block;
	filter: alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;
	text-decoration: none;
	height: 16px;
	padding: 0 0 4px 4px;
}
#menu29container, #menu29content {
	min-height: 24px !important;
	padding: 0 !important;
	margin: 0 0 0 -8px;
}


#hauptnavi a{
  font-weight:normal;

}

.navi a{
     color:#FFF;
}
 
	ul.menu, ul.menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;

	}
  
  .menu .menu li:hover{
  background-color: #204185;
  }

	ul.menu a {
		display: block;
		padding: 0 5px 0 5px;
    line-height:24px;
	}
  
ul.menu ul a {
		display: block;
		padding: 0 10px 0 10px;
    line-height:24px;
	}
  
 /*
  ul.menu a:hover {
	color: #d51123; 
	}
  */
  
  /* 1. Ebene */
   .first a{
  color: #FFF; 
  font-size:14px;
  }
  .middle a{
  color: #FFF; 
  font-size:14px;
  }
  .last a{
  color: #FFF; 
  font-size:14px;
  }
  .hassub a{
  color: #FFF; 
  font-size:14px;
  }
   .active a{
  color: #999999;
  font-size:14px; 
  }
  .active-hassub a{
  color: #999999;
  font-size:14px; 
  }
    
  /* 2. Ebene */
  
  .active .first a{
  color: #FFF; 
  font-size:12px; 
  }
  .active .middle a{
  color: #FFF;
  font-size:12px; 
  }
  .active .last a{
  color: #FFF;
  font-size:12px; 
  }
  
  .active-hassub .first a{
  color: #FFF;
  font-size:12px; 
  }
  .active-hassub .middle a{
  color: #FFF;
  font-size:12px; 
  }
  .active-hassub .last a{
  color: #FFF;
  font-size:12px; 
  }
  .active-hassub .hassub a{
  color: #FFF;
  font-size:12px; 
  }
  
  .active-hassub .active a{
  color: #FFF;
  font-size:12px; 
  }
  
  .active .hassub a{
  color: #FFF;
  font-size:12px; 
  }
  
  .active .active-hassub a{
  color: #FFF;
  font-size:12px; 
  }
  

	ul.menu li {
		padding: 0;
		margin: 0;
		float: left;
/* 		height: 30px; */
		border-right: 0px solid #FFF;
    font-weight:normal;
    font-size:12px;
    text-transform:none;
    font-family: Arial, Sans-Serif;
	}
	
  	ul.menu li.last {
		border-right: none;
	}

  
/* 2. Ebene */  

	ul.menu li ul{
    
  }
  
	ul.menu li ul li{
		border-right: none;
    font-size:12px;
    font-weight:normal;
    line-height:200%;
    text-transform:none;
    width: 215px;
 
	}
	ul.menu li ul li a{  
      border-bottom: 0px solid #d0d1d2;
      margin-right:7px;
      margin-left:0px;

	}
	ul.menu li ul li.last a{
		border-bottom: none;
	}

	ul.menu ul li {
		float:none;
		background-color: transparent;
	}

	ul.menu ul li.hover, ul.menu ul li:hover {
/* 		background-color: #9F1136; */
	}

	ul.menu ul {
		margin:0;
		padding: 0;
		position: absolute;
		display: none;
		width: 215px;
		z-index: 100;
 /*   border:1px solid red; */
    background-color: #060f48;
    padding-top:3px;
    padding-bottom:9px;
    margin-left:16px;
		
	}

	ul.menu li.hover ul, ul.menu li:hover ul  {
		display: block;
	}




/*### MENU ENDE ###*/
/* normal title same as text size */
.title {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
/* black */
	font-weight: normal;
	font-size: 12px;
	padding: 0.2em
}
/* footer */
.footer {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
	text-align: center;
}
/* last update */
.lastupdate {
	font-size: 12px;
	color: #759214;
	line-height: 150%;
	text-align: center;
}
/* in text hyperlinks */
a:link {
	color: #183484;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #183484;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #183484;
	font-size: 11px;
	text-decoration: none;
}
/* top navigation menu */
.topnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
.topnav a:link {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav a:visited {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav a:hover {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav-act {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav-act a:active {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav-act a:link {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav-act a:visted {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
.topnav-act a:hover {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 1px;
}
/* bottom navigation menu */
.bottomnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.bottomnav a:link {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
/* lime green */
	padding: 2px;
}
.bottomnav a:visited {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
/* lime green */
	padding: 2px;
}
.bottomnav a:hover {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	background: #f0fff0;
/* lime green */
	color: #FFFFFF;
/* white */
	padding: 2px;
}
.bottomnav-act a:active {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	background: #f0fff0;
/* lime green */
	color: #FFFFFF;
/* white */
	padding: 2px;
}
.bottomnav-act a:link {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #759214;
/* lime green */
	padding: 2px;
}
.bottomnav-act a:visted {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #759214;
/* lime green */
	padding: 2px;
}
.bottomnav-act a:hover {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	background: #759214;
/* lime green */
	color: #ffffff;
/* white */
	padding: 2px;
}
/* left navigation menu */
.leftnav1 a:link {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1 a:visited {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1 a:active {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: underline;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background-color: #4A845A;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1 a:hover {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: underline;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background-color: #4A845A;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1-act a:link {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1-act a:visited {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1-act a:active {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: underline;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav1-act a:hover {
	font-family: verdana;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: underline;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}
.leftnav2 a:link {
	text-align: center;
	padding: 2px 0px 2px 0px;
	white-space: nowrap;
	color: #FFFFFF;
/* sky blue */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	background: url("/fileadmin/templates/images/navi.gif") top left no-repeat;
	background-color: #489E45;
	/*background-position: 0 -48px;
*/
}
.leftnav2 a:visited {
	text-align: left;
	padding: 2px 0px 2px 0px;
	white-space: nowrap;
	color: #FFFFFF;
/* sky blue */
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	/*background-position: 0 -48px;
*/
	background-color: #489E45;
}
.leftnav2 a:active {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* sky blue */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: bold;
	/*background-color: #4A845A;
*/
}
.leftnav2 a:hover {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	/*background-position: 0 -72px;
*/
	background-color: #489E45;
}
.leftnav2-act a:link {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: normal;
	background-color: #489E45;
}
.leftnav2-act a:visited {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: normal;
	background-color: #489E45;
}
.leftnav2-act a:active {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: bold;
	background-color: #489E45;
}
.leftnav2-act a:hover {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 25px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: bold;
	background-color: #489E45;
}
.leftnav3 a:link {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* sky blue */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-weight: normal;
	background-position: 10px 0px;
	background-color: #489E45;
}
.leftnav3 a:visited {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* sky blue */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	background-position: 10px 0px;
	background-color: #489E45;
}
.leftnav3 a:active {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	/*background-color: #FFFFFF;
*/
	background-color: #489E45;
	background-position: 10px 0px;
}
.leftnav3 a:hover {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	background-color: #489E45;
	background-position: 10px 0px;
}
.leftnav3-act a:link {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-size: 11px;
	font-weight: normal;
	background-color: #489E45;
	background-position: 10px 0px;
}
.leftnav3-act a:visited {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-size: 11px;
	font-weight: normal;
	background-color: #489E45;
	background-position: 10px 0px;
}
.leftnav3-act a:active {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	background-color: #489E45;
	background-position: 10px 0px;
}
.leftnav3-act a:hover {
	text-align: left;
	padding: 2px 0px 2px 0px;
	text-indent: 35px;
	white-space: nowrap;
	color: #FFFFFF;
/* red orange */
	text-decoration: none;
	width: 100%;
	background: url("images/buttons_dreieck.gif") top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	background-color: #489E45;
	background-position: 10px 0px;
/* forms fields */
select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px
}
textarea {
	font-family: arial, helvetica, sans-serif;
	color: #183484;
	font-weight: normal;
	font-size: 12px;
	border-right: #183484 1px solid;
	border-top: #183484 1px solid;
	border-left: #183484 1px solid;
	text-indent: 0px;
	border-bottom: #183484 1px solid
}
input {
	font-family: arial, helvetica, sans-serif;
	color: #183484;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #183484;
	border-right-width: 1px;
	border-right-color: #183484;
	border-bottom-width: 1px;
	border-bottom-color: #183484;
	border-top-color: #183484;
	text-indent: 0px;
	background-color: #ffffff;
}
.button1 {
	font-family: arial, helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	font-size: 12px;
	/*
  left: 0px;
	right: 0px;
  */
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #759214;
	border-right-width: 1px;
	border-right-color: #759214;
	border-bottom-width: 1px;
	border-bottom-color: #759214;
	border-top-color: #759214;
	text-indent: 0px;
	background-color: #ffffff;
}
fieldset.csc-mailform {
	border: 0px solid #ffffff;
}
.csc-mailform-field label{
  width: 125px;
}
input[type=text]{
  width: 215px;
}
input[type=submit]{
  width: 75px;
  margin: 0 0 0 125px;
}
 
