* {
  font-size: 100.1%;
	font-family: Verdana, sans-serif;
  }

body {
  background-color: #ececec;
	margin: 0px;
	font-size: 90%;
	display: block;
	min-width: 1150px;
	color: #4b4b4b;
  }

#wrapper {
  background-color: #FFFDF9;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  -moz-box-shadow: 1px 1px 10px 3px #777;
	-webkit-box-shadow: 1px 1px 10px 3px #777;
	box-shadow: 1px 1px 10px 3px #777;	
  }
  
#header {
  height: 360px;  
  background-color: #fffdf9;
  } 
  
/*-----------------------Navigation---------------------------*/

.navigation {
	overflow: auto;
	margin-top: -5px;
	padding: 25px 0px 30px 100px;
	color: #c7c2a5;
	background: #fff url(images/navigation.gif) repeat-x bottom;
	/*neu*/
  height: 55px;
	}

.navigation li {
  float: left;
  list-style-position: outside; 
  margin-right: 1.6em;
  font-weight: bold;
}
  
.navigation li:first-child {
  list-style-type: none;
  }
  
.navigation a {
  text-decoration: none;  
  color: inherit;
  }
  
.navigation a:hover {
 	color: #807000;
  }
  
.navigation .active {
  color: #b04f39;
  }

.sub-navigation  {
	overflow: auto;
	margin-left: 95px;  /* angepasst im HTML */
	padding: 20px 0px 25px 120px;
	color: #b2af98;
	background: url(images/sub-navigation.gif) no-repeat 248px top;  /* angepasst im HTML */
	margin-top: -75px;
  }
  
.sub-navigation li {
  float: left;
  list-style-position: outside; 
  margin-right: 1.6em;
  font-weight: bold;
}
  
.sub-navigation li:first-child {
  list-style-type: none;  
  }
  
.sub-navigation a {
  text-decoration: none;  
  color: inherit;
  }
  
.sub-navigation a:hover {
 	color: #807000;
  }
  
.sub-navigation .active {
  color: #b04f39;
  }
  
/*-----------------------Main---------------------------*/

#main {
  width: 650px; 
  float: left;  
  margin: 0px 30px 30px 100px;
  line-height: 180%;
  }
  
#main img {
  float: right; 
  margin-left: 25px;
  margin-bottom: 15px; 
  }
  
.bild-links {
  float: left!important; 
  margin-right: 25px;
  margin-bottom: 15px; 
  }
  
h1 {
  font-size: 200%;
  color: #970f00;
  letter-spacing: 1px;
  }
  
h2 {
  color: #970f00;
  padding-top: 40px;
  border-bottom: 3px double #c7c2a5;
  clear: both;
  }
  
h1 + h2{
  padding-top: 0px;  
  }

a {
  color: inherit;
  text-decoration: none;  
  }
  
#main ul {
  padding-left: 0px;  
  }
  
#main li {
  background: url(images/ul.gif) no-repeat 0em 0.2em;
  padding-left: 20px;
  margin-left: 0px;
  list-style-type: none;
  }

ul.formular li {
  background-image: none!important;
  text-indent: -25px; 
  padding: 5px;
  border-bottom: 1px solid #c7c2a5;
  }
  
ul.formular li:first-child {
  border-top: 1px solid #c7c2a5;
  }
  
hr {
  background-color: #c7c2a5; 
  color: #c7c2a5; 
  height: 1px;
  border: none;
  clear: both;
  margin-bottom: 25px;
  }
  
.referenz {
  background-color: #e9dcb7; 
  padding: 10px 30px;
  margin-bottom: 20px;
  font-size: 90%;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px 2px #aaa;
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;	
  }
  
.referenz p:first-child {
  background: url(images/quotes-oben.gif) no-repeat 0px 0px;
  padding: 12px 5px 0px 7px;
  }
 
.referenz p {
  padding-left: 7px;
  padding-right: 5px;
  }
 
.kunden li:nth-child(even){
  background-color: #e9dcb7!important;   
  }

.impressionen a {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  height: 40px;  
  padding-top: 10px;
  }
  
.impressionen li {
  background-image: none !important; 
  background-color: #e9dcb7 !important;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px 2px #aaa;
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;	
	cursor: pointer;
  }
  
#pages {
  text-align: right; 
  display: block; 
  margin-bottom: 20px;
  }
  
#pages ul, #pages p {
  display: inline; 
  }
  
#pages li {
  display: inline;
  background: none;
  border-left: 1px solid #4b4b4b;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  cursor: pointer; 
  }
  
#pages li:first-child {
  border-left: 0px;
  }

/*-----------------------Sidebar---------------------------*/

#sidebar {
  width: 210px;
  float: right;
  position: relative;
  left: 73px;
  top: -30px;
  line-height: 150%;
  font-size: 90%;
  }
  
.box-zitat {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px 2px #aaa;
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;	
	padding: 20px 15px 5px 15px;
	width: 150px;
	background: url(images/quotes-oben.gif) no-repeat 10px 20px #e9dcb7; 
  }

.autor {
  text-align:right;
  font-weight: bold;
  font-style: italic;
  margin-top: -35px;
  padding-top: 35px;
  background: url(images/quotes-unten.gif) no-repeat top right;
  }
  
.box-foto {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px 2px #aaa;
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;	
	width: 180px;
	background: #e9dcb7; 
	margin-bottom: -10px;
  }  
  
.box-archiv {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px 2px #aaa;
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;	
	width: 180px;
	background: #e9dcb7; 
	margin-top: -10px;
	margin-bottom: 0px;
	padding-bottom: 15px;
  }  
  
.box-archiv p {
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px; 
  }
  
.box-archiv li {
  list-style-type: none;
  margin-left: -20px;
  cursor: pointer;
  }
  
.box-archiv li li {
  margin-left: -15px;
  list-style-type: disc;
  }
 
.box-archiv a:hover {
  color: #b04f39;
  }
  
.box-foto:hover  {
  background: #d0c181;  
  }
  
.box-foto img {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -10px;  
  }
  
.box-foto p {
  padding: 0px 15px 10px 15px;
  font-weight: bold;  
  }
  
.box-bgoben {
  background: url(images/sidebar.jpg) no-repeat top right; 
  padding-top: 30px; 
  }
  
.box-bgunten {
  background: url(images/sidebar.jpg)no-repeat bottom right;  
  padding: 0px 30px 30px 0px; 
  }
  

/*-----------------------Footer---------------------------*/

#footer {
  background-image: url(images/footer.jpg);
  height: 46px;
  clear: both;
  color: #970f00; 
  font-family: Arial, Helvetica, sans-serif;
  padding: 60px 30px 10px 30px;
  text-align: center;
  font-size: 90%;
  }
  
#footer a{
  font-family: Arial, Helvetica, sans-serif;  
  }
  
#footer .data {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 140px;
}  
  
a:hover {
  color: #4b4b4b;
  }
  