/* --- FARBEN ------
#F97D2A orange (link hover)


/* ----- Allgemeine Styles ----- */
body {
  background-color: #EEE;
  color: #000;
  font-family: 'DejaVu', 'Verdana', sans-serif;
  font-size: 12pt;
  line-height: 1.3;
  padding: 0;
}

p {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em;
}

ol {
  margin: 0 0 1em;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

#main .csc-textpic-image img {
  border: 1px solid #000;
}

#main .csc-textpic-imagewrap img {
  border: 0;
}

.csc-textpic-caption {
  font-size: 90%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #F97D2A;
}

a.extern {
  padding-left: 18px;
  background: url(arrow5.png) no-repeat left center;
  color: #000;
  text-decoration: underline;
}

a.extern:hover {
  text-decoration: none;
  color: #F97D2A;
}

a.down {
  padding-left: 14px;
  background: url(arrowdown.png) no-repeat left bottom;
  color: #000;
  text-decoration: underline;
}

a.down:hover {
  text-decoration: none;
  color: #F97D2A;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0 0 0.1em;
  padding: 0;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.1em;
}


/* ----- Navigation ----- */
#menu {
/*   width: 810px; */
  width: 46em;
  color: #FFF;
  font-size: 13pt;
  position: relative;
  top: 200px;
  margin: auto;
}

#menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

#menu li {
  float: left;
  display: inline;
  margin: 0 1em;
  font-weight: bold;
}

#menu a {
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  padding: 0 0.2em;
/*   font-size: 12pt; */
}

#menu a:hover {
/*   font-size: 13pt; */
/*   font-weight: bold; */
  color: #8D16AE;
}

#menu a.menuact {
  border: 1px solid #FFF;
/*   font-weight: bold; */
/*   font-size: 13pt; */
}


/* ----- Hauptteil ----- */
#main {
  background: url(bg.jpg) #FFF no-repeat;
  background-position: center;
  margin: auto auto;
  width: 1001px;
  height: 752px;
  position: relative;
  border: 1px solid #000;
}

#content {
  width: 810px;
  height: 470px;
  position: absolute;
  top: 250px;
  left: 100px;
  overflow: auto;
/*   margin: 260px auto 30px; */
}

#logo {
  display: none;
}

/*#logo img {
  display: none;
}*/


