@import url(fonts/stylesheet.css);

html, body {
  margin: 0 auto;
  font-family: 'CartoGothicStdBook', Helvetica, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
  height: 100%;
  position: relative;
}

body {
  background: url('../imgs/bg_body.png') repeat-x 0 0 #fff;
  background-attachment: fixed;
}

#wrapper {
  width: 1040px;
  min-height: 100%;
  margin: 0 auto;
  background: url('../imgs/bg_wrapper.png') repeat-y 50% 0% transparent;
  line-height: 1.5em;
}

*+html #content { padding-top: 80px; }

#signatur { margin: -20px 0px 0px 35px; }

.invisible { display: none; }
.clear { clear: both; }
.zweierbox { clear: both; }
.mandatory { font-weight: bold; }
.left_50 { float: left; width: 45%; }
.left_35 { float: left; width: 35%; margin: 20px 30px 30px 0px; }
div.right { float: right; width: 35%; margin: 0px 0px 30px 40px; }
.right_50 { float: right; width: 45%; }
.greybox {
  background: #ededed;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  padding: 25px 25px 15px 25px;
  margin-bottom: 20px;
}
.greybox h1,
.greybox h2,
.greybox h3 { margin-top: 0px; }

.dreierbox {
  width: 100%;
  overflow: hidden;
  margin: 30px 0px;
}
.dreierbox .greybox {
  float: left;
  width: 220px;
  margin: 0px 30px 0px 0px;
}
.dreierbox .last {
  width: 250px;
  margin: 0px;
}

a {
  color: #FF258D;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
#content a { font-weight: bold; text-decoration: underline; }
#content a:hover { font-weight: bold; text-decoration: none; }
img { border: none; }
img.right { float: right; margin: 0px 0px 20px 40px; }
img.left { float: left; margin: 0px 20px 20px 0px; }
h1 { font-weight: normal; font-size: 32px; color: #999; margin: 10px 0px 35px 0px; line-height: 36px; }
h2 { font-weight: normal; font-size: 22px; color: #999; margin: 25px 0px 5px 0px }
h3 { font-weight: normal; font-size: 18px; color: #FF258D; margin: 25px 0px 5px 0px }

.nospace p { margin: 0px; }
p.note { font-size: 12px; }
span.date { color: #FF258D; font-weight: bold; padding-right: 5px; display: inline-block; width: 80px; }

table { border-collapse: collapse; margin: 0px; padding: 0px; }
td, th { text-align: left; vertical-align: top; padding-right: 20px; }
td.col_0 { width: 180px; }

input,
textarea {
  width: 280px;
  padding: 6px;
  background: #ededed;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-family: 'CartoGothicStdBook', Helvetica, Verdana, sans-serif;
  margin-top: -6px;
}
textarea { height: 120px; }
input[type=submit] {
  background: #999;
  color: #fff;
  font-weight: bold;
  width: 290px;
  cursor: pointer;
}
input:focus,
textarea:focus {
  background: #dedede;
}
input[type=submit]:hover { background: #ccc; color: #FF258D; }
.formbody td { padding: 10px 20px 5px 0px; }

#content ul {
  padding: 0px;
  margin: 10px 0px 10px 2px;
}
#content li {
  list-style: none;
  background: url('../imgs/bg_li_pink.png') no-repeat 0px 9px transparent;
  padding: 2px 0px 2px 15px;
}

/* KOPFZEILE */
#header {
  margin: 0 auto;
  width: 900px;
  padding: 50px 50px 0px 50px;
  background: url('../imgs/bg_sw.png') no-repeat 500px -15px transparent;
}

strong { font-weight: bold; color: #FF258D; }

/* NAVIGATION */
#nav {
  margin: 50px 0px;
  text-align: justify;
}
#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ccc;
  padding-bottom: 3px;
}
#nav li {
  display: inline-block;
  position: relative;
  margin: 0px 10px 0px 0px;
  font-size: 18px;
}
*+html #nav ul { height: 25px; }
*+html #nav li { float: left; }
#nav li.last { margin-right: 0px; padding: 0px; }
#nav li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-weight: normal;
}
#nav li a:hover { color: #999; }
#nav ul.level_2 {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  width: 500px;
  padding: 15px 0px 10px 0px;
  border: none;
}
#nav li:hover ul,
#nav li.active ul,
#nav li.trail ul { display: block; }
#nav ul.level_2 li { font-size: 14px; }

#nav a.trail,
#nav a.active {
  border-bottom: none;
  font-weight: bold;
  color: #FF258D;
}
#nav a:hover {
  border-bottom: none;
}
#nav ul.level_2 li a {
  border: none;
}


/* CONTENT */
#content {
  margin: 0 auto;
  width: 900px;
  padding: 20px 50px 50px 50px;
}


/* FUSSZEILE */
#footer {
  margin: 0 auto;
  width: 900px;
  background: url('../imgs/bg_footer.png') no-repeat 50% 0% #666;
  padding: 2px 50px;
  color: #fff;
}
#footer a { color: #fff; }
#footer #copyright { display: inline-block; }
#footer #footer_links { display: inline-block; text-align: right; float: right; }

*+html #footer { height: 30px; padding-top: 15px; }
*+html #footer #copyright { float: left; }

#switch {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 120px;
  height: 40px;
  background: #dedede;
  background: rgba(0,0,0,0.2);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 20px;
}
#switch select {
  width: 120px;
  margin: 0px 0px 5px 0px;
}