@import url(reset.css);
@import url(inc_common.css);
@import url(inc_csc.css);
@import url(inc_flashheading.css);
@import url(inc_htmlarea.css);
@import url(inc_gallery.css);

a.lang_en, a.lang_de {
  background: url(../images/lang_en.gif) no-repeat;
  background-position: left center;
  padding-left: 23px;
}

a.lang_de {
  background: url(../images/lang_de.gif) no-repeat;
}

#margin {
  position:relative;
  margin: 0 auto 40px auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
  width:1022px;
  background-color: #EEEBCE;
  color:#563331;
  z-index:10;
}
#margin-back-left, #margin-back-right {
  position:absolute;
  top:120px;
  width:50%;
  background-color: #DFD9A0;
  z-index:1;
}

#margin-back-left {
  left:0;
  height:323px;
}
#margin-back-right {
  right:0;
  height:291px;
}

#margin-right {
  float:right;
  background: #EEEBCE url(../images/back_margin_right.gif) no-repeat right top;
  width:32px;
  height:507px;
}

#margin-left {
  float:left;
  background: #EEEBCE url(../images/back_margin_left.gif) no-repeat left top;
  width:32px;
  height:507px;
}

#header {
  height:120px;
}

#header img.logo {
  margin: 13px 0 0 65px;
  background-image: url(../images/logo_sommer.gif);
}

#header ul {
  position:relative;
  list-style-type: none;
  width: 930px;
  text-align:right;
  bottom:20px;
}

#header li {
  display: inline;
  color: #666666;
}

#header a {
  color: #DF1E2E;
  text-decoration:none;
}

#header a:hover {
  text-decoration:underline;
}

#main {
  background: white;
  color: black;
  width: 948px;
  margin-left:32px;
  padding:0 5px;
}

#subheader {
  height: 281px;
  background-color: white;
  color:white;
  margin-bottom: 3px;
}

#mainnav, #leftcol {
  width: 300px;
  float:left;
}

#subnav {
  background-color: #008A69;
  padding:0;
  margin-top:3px;
}

#mainnav {
  height: 281px;
  background-color: #008A69;
  color:white;
}

#mainnav ul {
  list-style-type: none;
  margin: 18px 0px;
}

#mainnav li, #subnav li {
  font-family: RotisSemiSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
#mainnav li p {
  text-align: right;
  border-left:20px solid #008A69;
  width: 262px;
}
#mainnav li a, #subnav li a{
  color: white;
}

#mainnav li:hover {
  color: #008A69;
  background-color:white;
}
#mainnav li:hover p{
  border-left:20px solid #BEB568;
}

#mainnav li:hover a{
  color: #008A69;
}

#mainnav li.active {
  color: #008A69;
  background-color:white;
  height: 71px;
  padding-top:3px;
  padding-bottom:3px;
  font-size: 25px;
  margin: 5px 0;
}
#mainnav li.active p{
  border-left:20px solid #BEB568;
  padding-top: 51px;
  width: 262px;
}

#mainnav li.active a{
  color: #008A69;
}

#flashheader {
  overflow:hidden;
  height:281px;
  width: 645px;
  margin-left:303px;
}

#online {
  height: 38px;
  background: url(../images/back_online.gif) repeat-x top;
}

#main2 {
  min-height:400px;
  height:auto !important;  /* für moderne Browser */
  height:400px;  /*für den IE */
  background: #FDFDFA url(../images/back_main2.gif) no-repeat right top;
}

#footerblue, #footerblue p, #footerblue a { color: #CECECE; }
#footerblue a { text-decoration: underline; }
#footerblue a:hover { color: #B5B5B5; }

#footerblue {
  height:20px;
  background:#FDFDFA;
}

#leftcol h1 {
  font-family: RotisSemiSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom:12px;
  margin-top:0;
}


#onlinebuch {
  background-color: #EAE6C3;
  padding: 18px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D1BF;
}

#onlinebuch img {
  float:left;
  margin: 11px 18px 10px 9px;
}

#onlinebuch p {
  margin-left: 128px;
}

#onlinebuch p.bodytext {
  padding-top: 10px;
  margin-bottom:1.0em;
}

#leftcol .filler {
  height: 22px;
}


#subnav ul {
  list-style-type: none;
  padding: 16px 0;
}

#subnav li a {
  background: #008A69 url(../images/arrow2.gif) no-repeat 275px;
  padding: 3px 36px 3px 0px;
  display:block;
  text-decoration:none;
  color: white;
  font-weight: normal;
  text-align: right;
}

#subnav li a:hover, #subnav li a.sel {
  background: #008A69 url(../images/arrow.gif) no-repeat 275px;
  font-weight: bold;
}
/*
#subnav li a:hover{
  text-decoration:underline;
}
*/
#content {
  margin-left: 305px;
  margin-top: -38px; /* Wegen der #online-Zeile*/
  padding: 50px;
  padding-top:30px;
  overflow: hidden;
}

#footer {
  height: 50px;
  background: url(../images/back_footer.gif) no-repeat center top;
}

#footer p {
  text-align: center;
  padding-top: 15px;
}

.printpage #content {
  margin: 0;
  padding: 0;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  color:#563331;  
  margin-left:15px;
}

#content .csc-textpic-intext-left ul { margin-left:190px; }

#content ul ul{
  list-style-type: circle;
  margin-left: 15px;
}

#content ul ul ul{
  list-style-type: square;
  margin-left: 15px;
}