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

body{
	text-align: center;
	background: #000 url(pattern.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cecece;
	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;
}

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: 770px;
  text-align: left;
  margin: 20px auto 0;
  background-color: #0e0e0e;
  padding: 15px;
}

#top{
  background: url(kontakt.gif) no-repeat;
  float: right;
  height: 31px;
  width: 128px;
  margin: -15px;	
}
#top a{
  display: block;
  text-indent:-700em;
  height: 31px;
  width: 128px;
  margin: -15px;
}

#logo{
  margin: 0 0 20px 0;
}

#nav{
  padding-left: 150px;
}
#nav li{
	float: left;
  list-style: none;
	display: block;
	height: 40px;
}

#nav li{
  margin: 6px 3px 0 3px;
}
#nav li.active{
  margin: 0 3px;
  border-top: 1px solid #ff5b00;
}

#eyecatcher{
  border: 10px solid #404040;
  width: 750px;
  height: 168px;
  margin: -3px 0 0 0;
}
#eyecatcher img{
  float: right;
}

#sub-nav, #sidebox{
  width: 15em;
	float: left;
}
#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;	
}

#sidebox h2{
  font-size: 1em;
  color: #ff5b00;
  margin: 0;
}

#main-box{
  background-color: #1e1e1e;
  padding: 10px;
}

#content{
  margin: 0 0 0 18em;
}
#content ul{
  list-style: square;
}
#content li{
  margin: 0 0 0 2em;
}
/*--------- Diverses ----------*/
.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;
}
.neuigkeit{
  border-bottom: 1px dotted #cecece;
}

