html, body { 
    height: 101%;
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
   background: url(../img/bg_body.gif);
   background-repeat: repeat-x; 
   background-position:0 27px;
   background-color: #ddddd4;
}
div#include {
	width: 1250px;
	height: 800px;
	background-color: #ddddd4;
	margin: 0 auto;
	text-align: left;
}
div#page {
	width: 1250px;
	height: 1200px;
	background-color: #ddddd4;
	margin: 0 auto;
	text-align: left;
}
#header-top {
   width: 100%; 
   height: 16px; 
   margin-bottom: 10px; 
   border-bottom: solid 1px #fff;
   background-color: #b7af67;
}
#header {
   width: 1250px; 
   height: 140px; 
   margin: 0 0; 
   background-color: #ddddd4;
   background: url(../img/Header.jpg);
   background-repeat: no-repeat; 
}
div#container {
	padding: 0;
	margin: 0 0; 
	height: 780px;
    overflow: hidden;
	background-color:#ddddd4;
}
div#content-kontakt {
	position: relative;
	clear: both;
	float: left;
	width: 799px;
	height:160px;
	margin: 20px 0 0 0;
	background-color:#ddddd4;
	border-style: solid;
	border-width: 10px;
	border-color: #fff;
}
div#contentkontakt-left {
	float: left;
	text-align: right;
    width: 562px;
	height: 140px;
	padding: 20px 10px 0 0;
	margin: 0 0 0 0;
	color:#3f3f3e;
	background-color:#b7af67;
}
div#contentkontakt-right {
	float: left;
	text-align: left;
	width: 217px;
	height: 140px;
	padding: 20px 0 0 10px;
	margin: 0 0 0 0;
	color:#888;
	background-color:#3f3f3e;
}
div#content-impressum {
	position: relative;
	clear: both;
	float: left;
	width: 799px;
	height:341px;
	margin: 20px 0 0 0;
	background-color:#ddddd4;
	border-style: solid;
	border-width: 10px;
	border-color: #fff;
}
div#contentkontakt-impressum {
	float: left;
	text-align: left;
	width: 779px;
	height: 160px;
	padding: 20px 10px 0 10px;
	color:#888;
	background-color:#3f3f3e;
	border-top: solid 1px #fff;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

div#footer {
  width: 100%;
  background-color: #b7af67;
  color: #fff;
  position: fixed; 
   border-top: solid 1px #fff;
  height: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:focus, div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}

/* SERVICENAVIGATION */

.nav1 {
   display: inline; 
   position: relative;
   float: left; 
   z-index: 1;
   margin: 84px 0 0 528px;
   line-height: 20px;
}
.nav1 ul {
   float: left; 
   padding: 0 0 0 0; 
}	
.nav1 ul li {
   display: inline; 
   list-style: none;
   font-size: 12px;
   font-weight: normal; 
}
.nav1 ul li a {
   display: block; 
   float: left; 
   padding: 0 10px 0 10px; 
   color: #888;
   border-top: solid 2px #ddddd4;
   border-bottom: solid 2px #ddddd4;
   border-right: solid 0px #fff;
   background-color:#fff;
   text-decoration: none;  
}
.nav1 ul li a:hover, .nav1 ul li a:focus {
   text-decoration: none; 
   color: #b7af67;
   border-top: solid 2px #fff;
   border-bottom: solid 2px #fff;
}

p {
   margin: 0 0 10px 0;
}

a {
	color: #888;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	color: #ccc;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}


div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}
div.loader {
	background-image: url(loaderWhite.gif);
}

ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

div#page-left {
	float: left;
	width: 25%;
	height: 101%;
	   background: url(img/bg_body.gif) ;
   background-repeat: repeat-x; 
   background-position:0 30px;
	background-color: #000;
	margin: 0 auto;
	text-align: left;
}
a:hover, a:focus {
outline: none;
}