/*--------- ALLGEMEINE SETTINGS ----------*/
*{
  padding: 0;
  margin: 0;
	border: 0;
}

html {overflow-y: scroll;} 

body{
	text-align: center;
	background: #090909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	font-size: 12px;
	line-height: 1.3em;
}

a:link, a:visited{
  color: #ff5b00;
}
a:hover, a:active{
  text-decoration: none;
}

abbr{
  border-bottom: 1px dotted #cecece;
}

h1, h2, h3, p, ul{
  margin: 0 0 1em 0;
}
h1{
  font-size: 1.5em;
}
h2{
  font-size: 1.2em;
}
blockquote{
	margin: 1em;
	padding: 0 0 0 35px;
	min-height: 19px;
	background: url(quotes.gif) no-repeat top left;
	font-style: italic;
}

/*--------- Design ----------*/
#box{
  width: 975px;
  text-align: left;
  margin: 20px auto 0;
}

#top{

}
#top a{

}

#header{
  background: #2a2a2a url(main_bg.gif) repeat-y;
	height: 180px;
}

#logo{

}

#content{
  background: #2a2a2a url(main_bg.gif) repeat-y;
	text-align: justify;
}
#content ul{
  list-style: square;
}
#content li{
  margin: 0 0 0 2em;
}

#nav{
  padding: 0.5em 0 0 250px;
}
#nav li{
	float: left;
  list-style: none;
	display: block;
	padding: 0 1em 1em 0;
	font-size: 1.8em;
	color: #ff5a00;
}
#nav li a{
  text-decoration: none;
	color: #8d4016;
}
#nav li a:hover{
  text-decoration: none;
	color: #ff5a00;
}

#nav li a.current{
	color: #ff5a00;
}

#sub-nav{
  width: 10em;
	float: left;
	display: none;
}
#sub-nav li{
	list-style: none;
	display: block;
	height: 1.5em;
	border-bottom: 1px dotted #cecece;
	padding: 0.5em 0;	
}
#sub-nav li a{
  text-decoration: none;
	color: #cecece;	
}
#sub-nav li.active a.current{
  color: #ff5b00;
	font-weight: bold;	
}

#main-block{
	padding: 10px;
}

#footer{
	background: #2a2a2a url(footer_bg.jpg) no-repeat;
	height: 40px;
	padding: 10px 2em 0 0;
	color: #4d4d4d;
}
/*---------- Inhalt -----------*/
#news{
  width: 600px;
}
.news-element{
  padding: 1em 0;
  background: url(news-bg.png) no-repeat;
	width: 600px;
  margin-bottom: 2em;
}
.news-text{
  padding: 0 20px 0 130px;
}
.news-element h1{
  font-size: 1.5em;
}
.news-datum{
	color: #999999;
	font-weight: normal;
  font-size: 0.7em;
}

.galerie_h1{
  width: 900px;
	border-bottom: 1px dashed #4e4e4e;
	padding: 0 0 0.5em 0;
}
.galerie{
  width: 900px;
}

.galerie img{
  margin: 10px 8px 10px 8px;
}
.galerie img, .galerie_preview img{
  border: 5px solid #4e4e4e;
}
.galerie img:hover, .galerie_preview img:hover{
	border: 5px solid #717171;
}
.galerie_preview{
  float: left;
	width: 220px;
	height: 200px;
}
.galerie_preview h2{
  font-size: 1.2em;
}

/*--------- Diverses ----------*/
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.clear{
  clear: both;
	line-height: 0.01%
}
.numberation{
	background-color: #cecece;
	color: #fff;
	padding: 0.4em 0.6em;
	margin: 0 2px;
	font-size: 0.8em;
}
div.referenz{
  margin: 0 0 1em 0;
	padding: 1px;
	background: url(referenzen_bg.jpg) repeat-x bottom;
}
.ref_preview_outer{
  width: 480px;
	height: 100px;
	border: solid 20px #424142;
	margin: 1em 0;
}
.ref_preview{
	border: solid 2px #fff;
}