/* GLOBAL RESET */
* {
  padding: 0px;
}
/* ALLGEMEINE ATTRIBUTE */
body {
  font-family: Verdana, "Arial", "Lucida Sans Unicode", "Lucida Grande", "Times New Roman", serif;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  background-color: #000;
  margin-top: 0px;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  color: #af4f4f4;
  border: 1px dotted #b8b8b8;
}
/* STRUKTUR */
#main {
  margin: auto;
  width: 980px;
}

/* HEADER */
#header {
  float: left;
  width: 980px;
  height: 462px;
  padding: 0px;
  margin: 0px;
 /* background:url(../images/header_img.jpg) left top no-repeat;*/
}
#header_top {
  float: left;
  width: 980px;
  height: 52px;
  background-color: #1f2427;
  border-bottom: 1px solid #101214;
}
#header_img {
  float: left;
  width: 980px;
  height: 340px;
  padding: 0px;
  margin: 0px;
  border:none;
}

/* MENUE */
#menue {
  float: left;
  text-align: left;
  width: 980px;
  height: 69px;
  padding: 0px;
  margin: 0px;
}
#menue ul#nav, #menue ul#nav li {
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#menue ul#nav li a {
  float: left;
  text-align: center;
  width: 140px;
  height: 62px;
  font-size: 17px;
  font-weight: normal;
  line-height: 62px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 0px 0px 0px;
  background:url(../images/bg_mainmenu_link_passiv.gif) center top no-repeat;
}
#menue ul#nav li a:hover {
  float: left;
  text-align: center;
  width: 140px;
  height: 69px;
  font-size: 17px;
  font-weight: normal;
  line-height: 69px;
  display: block;
  color: #fffffd;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background:url(../images/bg_mainmenu_link_aktiv.gif) center top no-repeat;
}

/* CONTENT */
#content {
  float: left;
  width: 900px;
  background-color: #1e1e1e;
  padding: 20px 40px 10px 40px;
}
#content_titel {
  font-size: 20px;
  color: #fff;
  padding: 0px 0px 10px 0px;
}
#content_text {
  color: #fff;
  font-size: 14px;
}
#content_text ul {
  padding: 1px 0 1px 10px;
  list-style-type: circle;
}
#content_text img {
  border:5px solid #666;
  margin:1px;
}
#content_text a {
  color: #f16f00;
  text-decoration: none;
  font-weight: normal;
}
#content_text a:hover{
  color: #f16f00;
  text-decoration: underline;
}

/* CONTENT_LEFT */
#content_left {
  float: left;
  width: 250px;
}
#content_left_only {
  float: left;
  width: 900px;
  clear: left;
}

/* CONTENT_RIGHT */
#content_right {
  float:left;
  width: 620px;
  padding: 0px 0px 0px 30px;
}
#content_right_only {
  float: left;
  width: 900px;
  clear: left;
}

/* FOOTER */
#footer {
  float: left;
  width: 900px;
  height: 82px;
  color: #fff;
  background:url(../images/bg_footer.gif) left top repeat-x;
  padding: 0px 40px 0px 40px;
  font-size:12px;
  text-align:center;
}

#footer a {
	color:#999;
	text-decoration:none;
	font-size:12px;
	}
#footer a:hover {
	color:#fff;
	}
	
	
/* Galerie*/
#galerie_titel {
  font-size:17px;
  font-weight:bold;
  color:#fff;
  padding:5px 0px 15px 0px;
}

#galerie_back a, .tbhell a {
  color:#fff; /*e4ccd3*/
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  border:none;
}

#galerie_back a:hover, .tbhell a:hover {
  color:#666; /*e4ccd3*/
  text-decoration:underline;
  border:none;
}

#content_text a.l {
  display:inline-block;
  width:20px;
  height:2.px;
  line-height:18px;
  border:1px solid #F16F00;
  color:#F16F00;
  text-decoration:none;
}

#content_text a.l1 {
  display:inline-block;
  width:20px;
  height:2.px;
  line-height:18px;
  border:1px solid #F16F00;
  background-color:#F16F00;
  color:#1E1E1E;
  text-decoration:none;
}

#content_text a.l1:hover, #content_text a.l:hover {
  border:1px solid #FFF;
}

.galtn {
/*  background:url(../images/bg_gallery.jpg);*/
  background-color:#666;
  border:5px solid #ccc;
  text-align:center;
  font-size:10px;
  line-height:11px;
  padding:5px;
}

.galtn a {
  display:block;
  text-decoration:none;
}
.galtn div {
  color:#fff;
  font-size:11px;
}

.error {
  background-color:#FF9900;
}

.textfeld {
  border:1px solid #ccc;
}

#content_right #cap        { border:none; }
#content_left #cap        { border:none; }


/*sitemap*/
#sitemap {
        list-style:url(/images/icons/link.png);
        list-style-position:outside;
        margin-left:140px;

}
#sitemap ul{
        margin-left:40px;
}

#sitemap a {
        text-decoration:none;
        color:#fff;
        display:block;
        padding:3px 5px 3px 10px;
}
#sitemap a:hover, #sitemap ul li a:hover {
        background-color:#333;
        color:#fff;
        padding:3px 5px 3px 10px;
        display:block;
}
#sitemap li {
        list-style:url(/images/icons/link.png);
        margin:0px;
		font-size:14px;		
}
#sitemap ul ul li {
        list-style:url(/images/icons/links.png);
        margin:0px;
}

#sidebar {  border:5px solid #ccc;
			padding:18px;
			background-color:#333;
			}
.button_s2 { padding:5px;
			font-size:1.2em;}			
