/*---all---*/

* a {
	outline:none;
         }

* {
	font-family:verdana,arial,sans-serif;
         font-size:100.01%;
         }

html {/* Scrollbars immer anzeigen*/
	overflow:scroll;
         height:100%;
         }

body {
         margin:0;
         padding:0;
         background-image:url(../images/bg1.jpg);
         min-width:770px;
         }

h1 {
         font-size:1.3em;
	margin:1em 0em;
         color:#009140;
         }

h2 {
         font-size:1em;
	margin:1em 0em;
         color:#009140;
         }

h6 {
         font-size:1em;
	margin:1em 0em;
         color:#009140;
	}

table {
	border-collapse:collapse;
         }

p {
	margin:1em 0em;
         }

li {
	margin:1em 0em;
         }

img {
	border:0;
         }

address {
	font-style:normal;
         color:#fff;
         font-size:0.85em;
         }

/*---div---*/

#top {
	margin:40px 0 0 0;
         padding:0;
         position:relative;
         top:0;
         left:0;
         height:150px;
         border-top:1px solid #3c733c;
         border-bottom:1px solid #3c733c;
         background-color:#c7a188;
         background-image:url(../images/bg3.jpg);
         background-position:800px center;
         background-repeat:no-repeat;
         z-index:1;
         }

* html #top {  /* nur für Internet Explorer */
	height:152px;     /* Version 5.x */
	he\ight:150px;    /* Version 6 */
         }

img#logo { /* Sofa */
	margin:0;
         padding:0;
         position:absolute;
         bottom:-30px;
         left:350px;
         z-index:99;
         }

img#eyecatcher { /* Bild links */
	margin:0;
         padding:0;
         position:absolute;
         left:0;
         }

#top h1 {
	 position:absolute;
          left:340px;
          color:#fff;
          font-size:1.1em;
          text-align:right;
          z-index:99;
          }

#top h2 {
          position:absolute;
          left:500px;
          top:90px;
          font-size:0.7em;
          text-align:right;
          z-index:99;
          }

#wrapper {
         margin:0 0 0 40px;
	padding:0;
         position:relative;
         top:0;
         left:0;
         background:url(../images/bg2.jpg) repeat-y;
         min-height:500px;
  	height:auto !important;  /* für moderne Browser */
  	height:500px;  /* für den IE */
         }

#left {
         margin:0;
         padding:0;
         position:absolute;
         top:60px;
         left:4px;
         width:180px;
         font-size:0.8em;
         }

#content {
         margin:0 0 0 240px;
         padding:50px 10px 20px 0;
         font-size:0.8em;
         max-width:700px;
         }

#footer { /* für Linie */
         margin:0 0 0 40px;
	padding:0;
         border-top:1px solid #3c733c;
         width:192px;
         }

/*---verlinkungen---*/

a {
         color:#3c733c;
         }

a:link, a:visited {
         }

a:focus, a:hover, a:active {
         font-weight:bold;
         }

/*---navigation---*/

#navigation {
         margin:0 0 130px 10px;
	padding:0;
         list-style:none;
         font-size:0.9em;
         }

#navigation li {
         margin:0;
	padding:10px 0px;
         }

#navigation a, #navigation span {
         text-decoration:none;
         display:block;
         margin:0;
         padding:0px 5px;
         color:#fff;
         }

#navigation a:link, #navigation a:visited {
         border-left:4px solid #c7a188;
         font-weight:normal;
	 }

#navigation a:focus, #navigation a:hover, #navigation a:active {
         border-left:4px solid #c7a188;
         color:#3c733c;
         font-weight:normal;
	 }

#navigation span {
         border-left:4px solid #3c733c;
         font-weight:bold;
         }

/*---class---*/

.clearer {
	clear:both;
         margin:0;
         }

.border {
	padding:2px;
         border:1px solid #3c733c;
         }

a.mail {
         color:#fff;
         }


a.mail:hover {
         color:#3c733c;
         font-weight:normal;
	}
