/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #eee;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #000;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
p, #inhalt li {
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
  color: #294482;
}

a {
  color: #294482;
}

h1 {
  color: #294482;
  font-size: 1.6em;
  padding-bottom: 30px;
}

h2 {
  font-size: 1.1em;
}

.cx_error, .cx_pflicht {
  color: #cc0000;
}

.pdf {
  background: transparent url(../bilder/ico_pdf.gif) left top no-repeat;
  padding-left: 20px;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.versteckt, .no_screen {
  display: none;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  width: 980px;
  margin: 0 auto;
  background: #fff url(../bilder/body_back.gif) left top repeat-x;
  padding-bottom: 14px;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#header {
  height: 72px;
  width: 953px;
  background: transparent url(../bilder/header_back.gif) left top no-repeat;
  margin-bottom: 0px;
}

#iconnavi {
  float: right;
  display: inline;
  padding-top: 35px;
  height: 19px;
}

#iconnavi ul {
  float: left;
  display: inline;
  margin-right: 12px;
}

#iconnavi ul li {
  float: left;
  display: inline;
  margin-left: 12px;
}

#iconnavi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}

#titel_header {
  width: 758px;
  height: 18px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-left: 195px;
  background: transparent url(../bilder/title_back.gif) right top repeat-y;
}

/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi {
  padding-top: 34px;
  float: left;
  display: inline;
}

#topnavi ul li {

}

#topnavi ul li a {
  display: block;
  height: 35px;
  width: 147px;
  padding-left: 48px;
  margin-top: 16px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  background: transparent url(../bilder/navi_back.gif) left top repeat-y;
}

#topnavi ul li a:hover, #topnavi ul li.selected a, #topnavi ul li.selected ul li.selected a, #topnavi ul li.selected ul li a:hover {
  font-weight: bold;
}

#topnavi ul li.selected ul li a {
  color: #294482;
  background: none;
  height: 15px;
  line-height: 15px;
  font-weight: normal;
}

/*#topnavi ul li a:visited, #topnavi ul li.selected ul li a:visited {
  color: #F7941D;
}*/

/*----------------------------------------------------------------*/
/* logo-box */
/*----------------------------------------------------------------*/
#logo-box {
  margin-bottom: 22px;
}

#logo {
  float: left;
  display: inline;
  padding: 22px 0 0 136px;
}

#adress-box {
  float: right;
  display: inline;
  padding-right: 27px;
  width: 382px;
}

#adresse1 {
  float: left;
  display: inline;
  color: #163477;
  font-size: 0.7em;
  border-left: 1px solid #163477;
  padding: 50px 0 0 6px;
  width: 120px; 
}

#adresse2 {
  float: left;
  display: inline;
  color: #163477;
  font-size: 0.7em;
  border-left: 1px solid #163477;
  padding: 50px 0 0 6px;
  width: 151px;
}

#adresse3 {
  float: right;
  display: inline;
  color: #163477;
  font-size: 0.7em;
  border-left: 1px solid #163477;
  padding: 50px 0 0 6px;
  width: 90px;
}

#adresse3 a {
  color: #163477;
  text-decoration: none;
}

/*----------------------------------------------------------------*/
/* content-box */
/*----------------------------------------------------------------*/
#content-box {
  float: right;
  display: inline;
  width: 742px;
  margin-right: 25px;
}

/*----------------------------------------------------------------*/
/* WYSIWYG */
/*----------------------------------------------------------------*/
#content_dreier_links, #content_dreier_mitte {
  width: 234px;
  margin-right: 20px;
  float: left;
  display: inline;
}

#content_dreier_rechts {
  width: 234px;
  float: right;
  display: inline;
}

#content_prore_links {
  width: 212px;
  margin-right: 20px;
  float: left;
  display: inline;
}

#content_prore_rechts {
  width: 510px;
  float: left;
  display: inline;
}

#content_proli_links {
  width: 510px;
  margin-right: 20px;
  float: left;
  display: inline;
}

#content_proli_rechts {
  width: 212px;
  float: left;
  display: inline;
}

/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
.kontaktformular {
  margin-bottom: 0.5em;
}

.kontaktformular td {
  vertical-align: top;
  height: 30px;
}

.kontaktformular td input, .kontaktformular td textarea, .kontaktformular td select {
  padding: 0.1em;
  margin-bottom: 0.1em;
}

.kontaktformular td select, .kontaktformular td input.submit, p.kontaktformular input.submit, select {
  color: #000;
}

.kontaktformular td input.default, .kontaktformular td textarea.default {
  background: transparent;
  border: 1px solid #01276E;
}

.kontaktformular td input.default {
  width: 180px;
}

.kontaktformular td input.halb {
  width: 90px;
  background: transparent;
  border: 1px solid #01276E;
}

.kontaktformular td input.plz {
  width: 50px;
  background: transparent;
  border: 1px solid #01276E;
}

.kontaktformular textarea {
  width: 282px;
}

.kontaktformular td.spalte-1 {
  width: 100px;
}

.kontaktformular td.spalte-2 {
  width: 210px;
}

span.cx_pflicht {
  color: #01276E;
  padding-left: 4px;
}


/*----------------------------------------------------------------*/
/* campus */
/*----------------------------------------------------------------*/
#campus {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 290px;
  margin-top: 210px;
  z-Index: 900;
  width: 160px;
}

#campus p {
  background: #000;
  margin: 0;
  padding: 0;
  text-align: right;
}

#campus p img {
  height: 300px;
  overflow: hidden;
}

#campus p a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}
