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

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

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

html {
  height: 100%;
}

body {
  font-size: 84.5%;
  background: #fff url('../bilder/body_back.gif') left top Repeat-Y;
  text-align: center;
}

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;
  text-align: left;
}

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

img, a img {
  border: 0;
}

form {
  display: inline;
}

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

p {
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
}

a {
  color: #003C81;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #999;
}

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

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.blackborder {
  border: 1px solid #000;
  margin: 0 5px 5px 0;
}

/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  color: #003C81;
  margin-left: 100px;
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

h2 {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}

.quiru_sc {
  font-size: 1.7em;
}

.quiru_bl {
  font-size: 1.7em;
  color: #0000ff;
}

.quiru_kl {
  font-size: 1.1em;
  color: #0000ff;
}

a.pdf {
  padding-left: 19px;
  background: transparent url('../bilder/icon_pdf.gif') left top no-Repeat;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0;
  padding: 0;
  width: 1004px;
  height: 100%;
}

#header {
  height: 251px;
  background: transparent url('../bilder/header_back.jpg') left top no-Repeat;
}

#sprachen {
  float: right;
  margin-top: 235px;
  padding-right: 78px;
}

#navi {
  float: left;
  display: inline;
  width: 296px;
}

#subnavi {
  float: left;
  display: inline;
  width: 204px;
  padding-top: 16px;
}

#inhalt {
  float: left;
  display: inline;
  width: 500px;
  padding-top: 16px;
}


/*----------------------------------------------------------------*/
/* navi */
/*----------------------------------------------------------------*/
#header ul {
  float: left;
  margin: 234px 0 0 0;
  padding-left: 600px;
}

#header ul li {
  float: left;
  margin-right: 20px;
}

#header ul li a {
  color: #003C81;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}

#header ul li a:hover {
  color: #fff;
}


#navi ul {
  margin: 18px 0 32px 102px;
}

#navi ul li {
  margin-bottom: 16px;
}

#navi ul li a {
  color: #003C81;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
}

#navi ul li.selected a {
  color: #999;
}

#navi ul li a:hover {
  color: #fff;
}

#subnavi ul li {
  margin-bottom: 4px;
}

#subnavi ul li a {
  color: #003C81;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}

#subnavi ul li a:hover {
  color: #999;
}

/*----------------------------------------------------------------*/
/* inhalt */
/*----------------------------------------------------------------*/
#sprachen, #sprachen a {
  color: #003C81;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
}

#sprachen a:hover {
  color: #999;
}

#inhalt ul {
  margin-left: 22px;
}

#inhalt ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
input.default {
  width: 25%;
}

textarea.default {
  width: 80%;
}

input.submit {
  margin-top: 0.2em;
  text-align: center;
}

#kontakt form p {
  margin: 0;
}



/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
#suche .form_container table td {
  vertical-align: middle;
}

#suche .form_container table td input {
  margin-left: 0.3em;
}

.suche_like_text {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

#inhalt ul.suchergebnis, #inhalt ul.suchergebnis li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#inhalt ul.suchergebnis li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.suchergebnis li p {
  padding: 0;
  margin: 0;
}

#inhalt ul.suchergebnis li {
  margin-bottom: 1.5em;
}

.suchergebnis .suche_last_edit, .suchergebnis a.suche_a {
  font-size: 0.7em;
}

.suchtreffer {
  border-bottom: 1px dotted;
}

#suche #content .spalte-1 ul li {
  padding-left: 24px;
  margin-bottom: 0.8em;
}

.seitennavi {
  text-align: center;
}

.seitennavi a {
  font-size: 0.8em;
  text-decoration: none;
  border: 1px solid #7E7F81;
  background: #EBF5FA;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0.5em;
}

.seitennavi a:hover, .seitennavi a.selected {
  border: 1px solid #7E7F81;
  background: #fff;
  color: #000;
}

h5 a.suche_like_text {
  color: #003C81;
  font-weight: bold;
}


