@charset "UTF-8";
@import url(core/slim_base.css);
@import url(screen/content.css);


/* ------------------------------------------ */
/* Layout */
body { 
  background: #becce1 url(../../images/bg_body.gif) repeat-x;
  color: #434343; 
  text-align: center;
}


/* ------------------------------------------ */
/* Basemod */
#col1, #col2 { margin: 0; width: 25%; }
#col2_content { margin: 0 3px; }
#col3 { margin-left: 25%; margin-right: 25%; }
.hidecol2 #col3 { margin-right: 0; }

/* ------------------------------------------ */
/* ------ SEITENAUFBAU & ABSTÄNDE ------ */
#page_margins { border: 0; border-bottom: 2px solid #999; margin: 0 auto; max-width: 64em; min-width: 64em; text-align: left; }
#page { background: #fff; border: 10px #fff solid; }


/* ------------------------------------------ */
/* Header */
#header { background-color: #6487bc; color: #fff; }
#header .col-l { 
  background: url(../../uploads/images/header_1.jpg) no-repeat top left;
  border-right: 10px solid #fff;
  float: left;
  height: 258px;
  width: 325px;
}
#header .col-r {
  background: transparent url(../../images/bg_header-rund.gif) no-repeat top right; 
  border-top: 1px solid #fff;
  height: 257px;
  margin-left: 325px;
  margin-top: -1px;
  text-align: left;
}
#header h1 { 
  height: 59px;
  position: absolute;
  top: 199px;
  right: -27px;
  width: 232px;
}
#header h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 20px 30px;
  padding: 0;
}
#header p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 30px 20px 30px;
}


/* ------------------------------------------ */
/* Header-Anpassungen je Kategorie */
#header .col-l img { border: 0; left: -25px; margin: 0; padding: 0; position: absolute; top: 195px; }
#header .col-l { background: url(../../uploads/images/header_0.jpg) no-repeat top left; }
.ci1 #header .col-l img { left: -25px; top: 195px; }
.ci1 #header .col-l { background: url(../../uploads/images/header_1.jpg) no-repeat top left; }
.ci2 #header .col-l img { left: -25px; top: 195px; }
.ci2 #header .col-l { background: url(../../uploads/images/header_2.jpg) no-repeat top left; }
.ci3 #header .col-l img { left: -25px; top: 195px; }
.ci3 #header .col-l { background: url(../../uploads/images/header_3.jpg) no-repeat top left; }
.ci4 #header .col-l img { left: -25px; top: 195px; }
.ci4 #header .col-l { background: url(../../uploads/images/header_4.jpg) no-repeat top left; }
.ci5 #header .col-l img { left: -25px; top: 195px; }
.ci5 #header .col-l { background: url(../../uploads/images/header_5.jpg) no-repeat top left; }
.ci6 #header .col-l img { left: -25px; top: 195px; }
.ci6 #header .col-l { background: url(../../uploads/images/header_6.jpg) no-repeat top left; }


/* ------------------------------------------ */
/* Navigation */
ul#nav-main {
  background: #fff;
  border-top: 3px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;  
}
#nav-main li { 
  display: inline;
  font-size: 1em;
  height: 1%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#nav-main li a, #nav-main li h3 {
  background: #fff;
  color: #747474;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 1em 0;
  padding: 0 0 0 17px;
  text-decoration: none;
}
#nav-main ul li a, #nav-main ul li h3 {
  font-size: 1em !important;
}
#nav-main li h3, #nav-main li a.active {
  background: transparent url(../../images/ico_nav_a.gif) no-repeat 0 50%;
  color: #336699;
}
#nav-main li a.active:hover, #nav-main li a.active:focus, #nav-main li a.active:active {
  background: transparent url(../../images/ico_nav_h.gif) no-repeat 0 50%;
}
#nav-main ul li h3, #nav-main ul li a.open02 {
  background: transparent url(../../images/ico_nav_sub_a.gif) no-repeat 5px 50%;
  color: #336699 !important;
}
#nav-main li a:hover, #nav-main li a:focus, #nav-main li a:active {
  color: #011330;
}


/* ------------------------------------------ */
/* Main + Content */
#main { background: #fff; padding-top: 30px; }
#col3_content { border-right: 15px solid #fff; }
.hideboth #col3_content { border-left: 15px solid #fff; } 
p#footer { margin-top: 2em; }
#footer a img, .backtotop a img { border: 0 !important; margin-right: .5em; vertical-align: absmiddle; }


/* ------------------------------------------ */
/* Formulare */
form.theForm, div.theForm form { font-size: .9em; margin: 1em 0 0 0; }
.theForm fieldset {
  border: 0;
  display: block;
  margin: 0 0 1.2em 0;
  padding: 0 0 1em 0;
  position: relative;
}
.theForm fieldset div { clear: left; margin: 0; padding-top: .2em; }
.theForm legend { display: none; visibility: hidden; }
.theForm label {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 20px 0 0;
  padding: .2em 0;
  position: relative;
  width: 100px;
}
.theForm input, .theForm textarea, .theForm select {
  background: #fff;
  border: 1px solid #369;
  color: #434343;
  display: block;
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  margin: .3em 0 0 0;
  padding: .2em;
  position: relative;
  width: 280px;
}
.theForm select {
  max-width: 490px;
  min-width: 130px;
  width: auto;
}
.theForm sup { color: #369; }
.theForm div.inputCheck { margin-left: 134px; padding-top: 1em; }
.theForm div.inputCheck label, .theForm div.inputCheck input { width: auto; }
.theForm div.inputCheck input { margin-top: .5em; padding: 0; border: 0; }
.theForm input[type=hidden] { display: none; }
.theForm input:hover, .theForm input:focus, 
.theForm textarea:hover, .theForm textarea:focus {
  background: #e9e6e1;
  border: 1px solid #3e372c;
  color: #3e372c;
}
.theForm input.submit {
  background: #369;
  border: 1px solid #369;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: .5em 0 0 120px;
  padding: .2em .5em;
  width: auto;
}
.theForm input.submit:focus, .theForm input.submit:hover, .theForm input.submit:active {
  background: #fff;
  color: #369;
}
.theForm strong.error { background: transparent; color: #f00; display: block; margin-top: .6em; }
