/*
  main.css, v1.0 2008/05/11 09:27:00 b2wei
  Gestaltung, Design Andreas Schmieding : Grafikdesigner
  http://www.andreasschmieding.com

  Technische Umsetzung Andreas Buchwald : B2wei : Webentwicklung
  http://www.b2wei.de

  Copyright (c) 2008 hnoimteam.de

*/

/*
  bg dunkelblau:    #5a5f6b
  bg hellgrau:      #e3e5eb
  bg blaugrau:      #d7d3cf
  bg dunkelrot:     #790e15
  schrift blaugrau: #799ab3
  schrift orange:   #f53f0f
  schrift grau      #505155
  schrift hellgrau  #f3f1f1
  
  900px Breite: 56.25em
*/

* {
  margin: 0px;
  padding: 0px;
}
body {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-top: 2.4em;
  width: 100%;
  height: 100%;
  background: url(../res/bg_body.jpg) center top no-repeat fixed #5a5f6b;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  color: #000;
  text-align: center;
}
a {
  color: #44577d;
  text-decoration: underline;
}
a:link,
a:visited {
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}
p {
  line-height: 1.2em;
}
h1 {
  font-size : 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  padding-bottom: 0.5em;
  font-size: 1.1em;
}
h1, h2, h3 {
  font-weight: normal;
  color: #799ab3;
}
h1, h2, p {
  padding-bottom: 0.9em;
}
p, ul, fieldset, #fontSize {
  font-size: 0.8em;
}
img {
  border: none;
}
hr, legend, .hide, .submitHidden {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px;
  width: 1px;
}
legend {
  display: none;
}
fieldset {
  border: none;
}
.clearBoth {
  clear: both;
}

/* ----- Layout ------------------------------------------------------------- */
#wrapMetaNav,
#wrapHeader,
#wrapContent,
#wrapFooter {
	margin: 0 auto;
  width: 56.25em;
  text-align: left;
}
#wrapHeader,
#wrapContent,
#wrapFooter {
  border-left: 0.1em solid #d7d3cf;
  border-right: 0.1em solid #d7d3cf;
}

/* ----- Layout Metanavigation ---------------------------------------------- */
#wrapMetaNav {
  /*margin-top: 2.4em;*/
  margin-bottom: 0.5em;
  height: 1em;
}

/* ----- Layout Header ------------------------------------------------------ */
#wrapHeader {
	position: relative;
  height: 12.31em;
  overflow: hidden;
  border-top: 0.1em solid #d7d3cf;
}
#headerImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56.05em; /* 900px */
  height: 12.31em; /* 205px */
  z-index: 2;
}
#wrapHeader img#logo {
	position: relative;
	margin-top: 4.1em;
	margin-right: 2.81em;
  width: 15.06em; /* 241px */
  height: 2.06em; /* 33px */
  float: right;
  z-index: 3;
}
#mainNav {
  position: absolute;
  top: 12em;
  left: 0;
  float: left;
  z-index: 4;
}

/* ----- Layout Content ----------------------------------------------------- */
#wrapContent {
  padding: 2.5em 0 2em 0;
  background: #d7d3cf;
}
#boxContentLeft {
	padding-left: 1.25em;
  width: 9.35em; /* 12.5 lc - 1.25 pl - 1.9 mr */
  text-align: right;
  float: left;
}
#boxContent {
	padding-right: 10.1em;
  width: 33.65em; /* 43.75 rc - 10.1 pr */
  float: right;
}

/* ----- Layout Contentfooter ----------------------------------------------- */
#contentFooter {
	margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #000;
}
.gotoTop {
  float: right;
}
.gotoTop a {
  padding-right: 15px;
  background: url(../res/blt_goto_top.gif) right top no-repeat;
}
.printVersion {
  float: left;
}
.printVersion a {
  padding-left: 18px;
  background: url(../res/printer.gif) no-repeat;
}
.lastAccess {
  clear: both;
}

/* ----- Layout Footer ------------------------------------------------------ */
#wrapFooter {
  padding: 0.5em 0 0.5em 12.5em;
  width: 43.75em; /* 56.25 - 12.5*/
  color: #f3f1f1;
  border-bottom: 0.1em solid #d7d3cf;
}

#wrapFooter p {
  font-size: 0.7em;
  padding-bottom: 0.1em;
}
#wrapFooter p a {
  color: #f3f1f1;
  text-decoration: underline;
}
#wrapFooter p a:link,
#wrapFooter p a:visited {
}
#wrapFooter p a:focus,
#wrapFooter p a:hover,
#wrapFooter p a:active {
	color: #f3f1f1;
  text-decoration: none;
}

/* ----- Metanavigation ----------------------------------------------------- */
#fontSize {
	margin-left: 0.7em;
	padding-left: 0.7em;
  border-left: 1px solid #f3f1f1;	
}
#metaNav,
#fontSize {
  margin-top: 0.1em;
  color: #f3f1f1;
  float: left;
}
#metaNav {
  margin-left: 1.55em;
  list-style: none;
}
#metaNav a,
#fontSize a {
  color: #f3f1f1;
  text-decoration: none;
}
#metaNav a:link,
#metaNav a:visited,
#fontSize a:link,
#fontSize a:visited {
}
#metaNav a:focus,
#metaNav a:hover,
#metaNav a:active,
#metaNav li.active a,
#fontSize a:focus,
#fontSize a:hover,
#fontSize a:active {
  color: #f53f0f;
}
#metaNav li {
  margin-right: 0.7em;
  padding-right: 0.7em;
  border-right: 1px solid #f3f1f1;
  display: inline;
}

/* ----- Globale Suche ------------------------------------------------------ */
#globalSearch {
  float: left;
}
#globalSearch #search,
.submit {
  border: 1px solid #f3f1f1;
}
#globalSearch input#search {
  width: 10em;
  color: #f3f1f1;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  background: none;
}
#globalSearch #search:focus,
#globalSearch #search:hover {
  background: #799ab3;
}
.searchResultItem {
}

/* ----- Hauptnavigation ---------------------------------------------------- */
#mainNav {
	padding: 0.2em 0 0.2em 15.63em;
	width: 56.25em; /* 56.25 - 15.63 */
  letter-spacing: 0.1em;
  list-style: none;
  /*background: url(../res/bg_main_nav.png);*/
}
#mainNav li {
  display: inline;
}
#mainNav a {
	padding-left: 0.5em;
	padding-right: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-decoration: none;
  color: #f3f1f1;
}
#mainNav a:link,
#mainNav a:visited {
}
#mainNav a:focus,
#mainNav a:hover,
#mainNav a:active,
#mainNav li.active a {
  color: #f3f1f1;
  /*background: #e3e5eb;*/
  border-top: 1px solid #f3f1f1;
  border-bottom: 1px solid #f3f1f1;
}

/* ----- Subnavigation ------------------------------------------------------ */
/* ----- Erste Ebene ----- */
#subNav {
  list-style: none;
}
#subNav a {

}
#subNav li {
  margin-bottom: 0.4em;
  display: block;
}
#subNav li a {
	color: #505155;
  text-decoration: none;
}
#subNav li a:link,
#subNav li a:visited {
}
#subNav li a:focus,
#subNav li a:hover,
#subNav li a:active {
	color: #799ab3;
}
#subNav li.active {
  border-top: 1px solid #799ab3;
  border-bottom: 1px solid #799ab3;
}
#subNav li.active a {
  color: #799ab3;
}

/* ----- Zweite Ebene ----- */
#subNav li ul {
  margin-top: 0.3em;
  padding-right: 0.8em;
  font-size: 0.9em;
  list-style: none;
}
#subNav li ul li a:link,
#subNav li ul li a:visited {
  color: #505155;
}
#subNav li ul li a:focus,
#subNav li ul li a:hover,
#subNav li ul li a:active {
  color: #799ab3;
}
#subNav li ul li.active {
  border: none;
}
#subNav li ul li.active a {
  color: #799ab3;
}
/* ----- Dritte Ebene ----- */
#subNav li ul li ul {
}
#subnav li ul li ul li a {
}
#subNav li ul li ul li a:link,
#subNav li ul li ul li a:visited {
}
#subNav li ul li ul li a:focus,
#subNav li ul li ul li a:hover,
#subNav li ul li ul li a:active,
#subNav li ul li ul li.active a {
}

/* ----- BreadCrumb --------------------------------------------------------- */
#breadCrumb {
  margin-bottom: 2em;
  font-size: 0.7em;
}
#breadCrumb a {
  text-decoration: none;
}
#breadCrumb a:link,
#breadCrumb a:visited {
}
#breadCrumb a:focus,
#breadCrumb a:hover,
#breadCrumb a:active {
	text-decoration: underline;
}

/* ----- Content ------------------------------------------------------------ */
#boxContent ul {
  padding-left: 1em;
}
#boxContent ul li {
  margin-top: 0.2em;
}
#boxContent ul li ul {
  font-size: 1em;
}

/* ----- Kontakt ------------------------------------------------------------ */
#content label {
  display: block;
}
#content input,
#content textarea {
  margin-bottom: 0.6em;
  width: 16em;
  border: 1px solid #505155;
  background: #d7d3cf;
  display: block;
}
#content textarea {
  width: 28em;
  height: 12em;
}
#content input:focus,
#content input:hover,
#content textarea:focus,
#content textarea:hover {
  background: #fff;
}
#content .csc-mailform-submit,
.submitButton {
  padding: 0.1em 0.3em;
  width: auto !important;
  border: 1px solid #666;
}
.checkBoxInput {
  width: auto !important;
}

/* ----- Bild im Text ------------------------------------------------------- */
.csc-textpic-imagewrap {
  
}
.csc-textpic-imagewrap dd {
  display: block;
}
.csc-textpic-caption {
  display: inline;
  font-size: 0.7em;
  font-style: italic;
}