/* Farben:

schriftrot: #8a1e04;
schriftgelb: #deb306;
schriftgrau: #91855a;
Hintergrund body: #fffbe7;
Hintergrund rahmen: #f8eec9;
Hintergrund innerer_rahmen: #f6eabf;

*/

body {
  color: #8a1e04;
  background: #fffbe7;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  text-align: center;   /* Zentrierung fuer alte IEs */
  background: #FFF url(../../_cfg/images/hg.gif);
}

* {
   margin: 0;
   padding: 0;
}

img {
  border: 0;
}

/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}


.unsichtbar {
position: absolute !important;
left: -6000px !important;
top: -6000px !important;
width: 0px !important;
height: 0px !important;
}


/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #f8eec9 url(../../_cfg/images/hintergrund.gif) repeat-y;
  width: 900px;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

#header {
  background: url(../../_cfg/images/gelb.gif) repeat-y;
  font-size: 10px;
  padding: 20px;
  text-align: right;
}

#header a:link, #header a:visited {
  color: #8a1e04;
  text-decoration: underline;
}

#header a:focus, #header a:hover, #header a:active {
  color: #91855a;
}

#innerer_rahmen {
  background: #f6eabf url(../../_cfg/images/innerer_rahmen.gif) repeat-y;
  border-top: 2px solid #fffbe7;
  border-bottom: 2px solid #fffbe7;
  padding: 30px 0;
  width: 900px;             /* hasLayout für #innerer_rahmen */
}


/* Navigation
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#navi {
  float: left;
  font-size: 12px;
  width: 170px;
}

#navi ul{
  list-style: none;
  margin: -5px 0 0 20px;
  font-weight: bold;
}

#navi ul ul{
  margin: 0 0 10px 0;
}

#navi li {
  line-height: 26px;
  padding-right: 15px;
}

#navi li li {
  line-height: 20px;
  background: none;
  padding-right: 0;
}

#navi li.active {

}

#navi li li.active {

}

#navi a:link, #navi a:visited {
  color: #8a1e04;
  text-decoration: none;
}

#navi .active a:link, #navi .active a:visited {
  color: #8a1e04;
  text-decoration: underline;
}

#navi .active li a:link, #navi .active li a:visited {
  color: #deb306;
  text-decoration: none;
}

#navi .active li.active a:link, #navi .active li.active a:visited {
  color: #deb306;
  text-decoration: underline;
}

#navi a:focus, #navi a:hover, #navi a:active {
  color: #8a1e04;
  text-decoration: underline;
}

#navi .active li a:focus, #navi .active li a:hover, #navi .active li a:active {
  color: #deb306;
  text-decoration: underline;
}



/* Content
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


#content {
  float: left;
  width: 730px;
  line-height: 15px;
  font-size: 11px;
}

#content #logo {
  float: right;
  width: 260px;
}

#content h2 {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  margin: 21px 0 10px 0;
}

#content h3 {
  font-weight: bold;
  font-size: 13px;
  margin: 25px 0 10px 0;
}

#content h4 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 25px 0 0 0;
  text-transform: uppercase;
}

#content p {
 margin: 0 0 10px 0;
}

#content ul, #content ol {
  margin: 10px 0 10px 14px;
}

#content ul li {
  margin-bottom: 4px;
}

#content ol li {
  margin-bottom: 10px;
}

#content table td {
	padding: 5px 0;
}

#content a:link, #content a:visited {
  color: #8a1e04;
  font-weight: bold;
  text-decoration: underline;
}

#content a:focus, #content a:hover, #content a:active {
  color: #91855a;
}

#content #text {
  float: left;
  width: 437px;
}


/* News
/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 

#content div.news {
  width: 440px;
  margin: 35px 0;
}

#content div.news img {
  float: left;
  margin-right: 10px;
}

#content div.newsText {
  float: left;
  width: 363px;
}

#content div.news h3 {
  margin: 0 0 8px 0;
}

#content div.news p {
  margin: 0;
}


/* Galerie
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#galerie {
  float: left;
  width: 440px;
}

#galerie div#bild{
	width:437px;
	height:282px;
	background-repeat:no-repeat;
}

#galerie div.thumb {
  float: left;
  height:69px;
  margin-right: 3px;
  margin-top: 15px;
  width: 85px;
  cursor:pointer;
}

table#bildInfo {
  float: right;
  font-size: 11px;
  line-height: 15px;
  width: 210px;
  margin-right: 50px;
}

table#bildInfo .bildtext {
  color: #91855a;
  height: 176px;
}

table#bildInfo .downloads {
  height: 81px;
}

table#bildInfo h3 {
	font-size: 13px;
	line-height: 14px;
	margin-top: 0;
}


/* Fusszeile
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
  background: url(../../_cfg/images/gelb.gif) repeat-y;
  font-size: 10px;
  padding: 20px 170px;
}

#footer a:link, #footer a:visited {
  color: #8a1e04;
  text-decoration: underline;
}

#footer a:focus, #footer a:hover, #footer a:active {
  color: #91855a;
}
