@charset "utf-8";
/* CSS Document */
/* *** Global CSS *** */

* {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #196B99;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

body {
  background: url("pictures/background.gif") repeat-x 0px 80px;
  background-color: #66ABD2;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
 }

#top {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  height: 80px;
}

#main {
  position: absolute;
  top: 44px;
  width: 100%;
  text-align: center;
}

#body {
  margin: 0px auto;
  width: 726px;
  background: #FFFFFF;
  text-align: left;
  padding-bottom: 16px;
}

#head {
  position: relative;
  height: 36px;
  width: 100%;
  background: #FFFFFF;
}

#head #logo {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 176px;
  height: 75px;
  background: url("pictures/logo.jpg") no-repeat;
}

 

#leftcol {
  float: left;
  width: 217px;
}

 

#content {
  background: url("pictures/background_startseite.jpg") no-repeat;
  margin: 0 14px 0 231px;
  padding: 275px 0 16px 0;
}





/* *** head *** */
#head #links {
  margin-left: 480px;
}

#head #links ul {
  list-style: none;
}

#head #links ul li {
  display: block;
  float:left;
}

#head #links ul li a {
  display: block;
  margin: 6px 6px;
  padding: 3px 6px;
  font-weight: bold;
  background: #FFFFFF;
  border-top: 1px solid #66ABD2;
  border-left: 1px solid #79bade;
  border-bottom: 1px solid #196B99;
  border-right: 1px solid #0c5d8a;
}

#head #links ul li a:hover,
#head #links ul li a.active {
  text-decoration: underline;
}

#head #links ul li a span {
}





/* *** navigation *** */
#navigation {
  margin: 100px 0 0 8px;
}

#navigation ul li {
  display: block;
  padding: 0;
}

#navigation ul li a {
  display: block;
  width: 199px;
  height: 22px;
  padding: 4px 0px 0px 10px;
}

#navigation ul li a span {
  font-size: 11pt;
  font-weight: bold;
}

#navigation ul ul {
  list-style: none;
  margin-left: 40px;
}

#navigation ul ul li {
  display: block;
}

#navigation ul ul li a {
  width: 159px;
}

#navigation ul ul li a span {
  font-size: 10pt;
  color: #656565;
}

#navigation ul li a:hover, 
#navigation ul li a.active {
  background: url("pictures/nav_e1_background.jpg") no-repeat;
}

#navigation ul ul li a:hover, 
#navigation ul ul li a.active {
  background: url("pictures/nav_e2_background.jpg") no-repeat;
}





/* *** content *** */
#content * {
  line-height: 140%;
}

#content p {
  margin-bottom: 8pt;
}

#content h1 {
  font-size: 14pt;
  line-height: 20pt;
  margin-bottom: 8pt;
}

#content ul {
  margin: 5px 0 15px 0;
}

#content li {
  margin-left: 25px;
}

#content a {
  text-decoration: underline;
}






/* *** eContactForm *** */
div#contact {
  display: block;
  padding: 5px;
  margin: 20px 52px 5px 0px;
  border: 1px solid #66abd2;
}

div#contact fieldset {
  border: none;
}

div#contact * {
  line-height: 100%;
}

div#contact form div.row {
  margin: 0 0 5px 0;
}

div#contact form span.text {
	display: block;
  float: left;
  background: #196B99;
  width: 110px;
  height: 20px;
}

div#contact form label {
	display: block;
  padding: 3px 5px 0  5px;
  color: #FFFFFF;
}

div#contact form input,
div#contact form textarea {
	width: 300px;
  padding: 2px 3px;
  color: #000000;
  background: #C2DDED;
  border: 0px solid #C2DDED;
}

div#contact form input {
  height: 16px;
}

/** html div#contact input,
* html div#contact textarea {
	margin-top: -1px;
  margin-left: -3px;
  padding-top: 4px;
  padding-bottom: 0px;
}*/

div#contact form p.submit {
  padding-left: 80px;
  padding-top: 10px;
}

div#contact form p.submit input {
  height: 28px;
  width: 100px;
  color: #000000;
  background: #C2DDED;
  border-top: 1px solid #318dc1;
  border-left: 1px solid #318dc1;
  border-bottom: 1px solid #0e415e;
  border-right: 1px solid #0e415e;
}



div#contact .errors {
	color: #000000;
  background: #ff8a71;
  margin-bottom: 5px;
  padding: 5px;
}

div#contact .errors strong {
	color: #000000;
}




div#contact.success h3 {
	margin: 1px 0 5px 0;
}

div#contact.success .message {
	margin: 5px;
	padding: 5px;
	padding-bottom: 6px;
	border: 1px solid black;
}

div#contact.success .message div {
	display: block;
	clear: both;
	padding: 1px 0;
	color: #000000;
}

div#contact.success .message span {
	color: #000000;
}

div#contact.success .message .text {
  display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}