
/*Allgemein*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%; overflow-x: auto; overflow-y: scroll; font-size: 1em;
}

body {
	background-color: #ff6c00; color: #000000;
}

img {
   border: 0;
}

#scroll {
   position: absolute; right: 0px; width: 20px; height: 100%; background-color: #ffffff; z-index: 30;
}

a:link {
   color: #125eeb;
   text-decoration: none;
}

a:visited {
   color: #5389ed;
   text-decoration: none;
}

a:hover {
   color: #ff6c00;
   text-decoration: underline;
}

a:active {
   color: #ff6c00;
   text-decoration: underline;
}

p {
   margin-bottom: 10px;
}

h1 {
   font-size: 1.2em; margin-bottom: 10px;
}

.img-spacer {
   margin-top: 15px;
}

li {
   margin-left: 25px;
}

li ul {
   list-style-type: disc;
}


ul {
   margin-bottom: 15px;
}

#impressum {
  font-size: 0.8em; color: #000000;
}

#marked {
  color: #ff6c00;
}

/*Mainnav*/

#bg-nav-main {
    position: absolute; left: 0px; top: 100px; width: 100%; height: 28px; background-color: #7aa2ec; border-width: 1px 0px; border-style: solid; border-color: #000000; z-index: 1;
}

.nav-main {
    padding: 0px 0px 0px 0px; margin: 0px;
}

.nav-main a {
    height: 20px; padding: 4px 8px; margin: 0px;
    font-family: Arial, serif; font-size: 0.95em; font-weight: bold; color: #ffffc8; text-decoration: none;
    display: block; border-width: 0px 1px 0px 0px; border-style: solid; border-color: #000000; float: left;
}

.nav-main a:hover {
    background-color: #ff6c00; color: #ffff99;
}

a.nav-main-active {
    background-color: #ff6c00; color: #ffff99;
}

.nav-main a:visited {
    color: #ffff99;
}

#nav-main-left {
    padding-left: 19px;
}

#nav-main-right {
    border: 0px;
}


/*Layer*/

#bg-head {
   position: absolute; left: 0px; top: 0px; width: 100%; height: 100px; background-color: #ff6c00; z-index: 1;
}

#top-image {
  margin-left: 0px;
}

#image-left {
   position: absolute; left: 540px; top: 0px; height: 598px; text-align: right;  z-index: 3;
}

#content-container {
   position: absolute; left: 0px; top: 130px; width: 100%; height: 445px; background-color: #ffff99; z-index: 2;
}

#content {
   position: absolute; left: 20px; top: 20px; width: 500px; font-size: 0.90em; line-height: 1.3em; z-index: 4;
}

#mann-kette {
   position: absolute; left: 30px; top: 170px; z-index: 3;
}

.galerie-space {
   margin-right: 15px;
}


/*Mailform*/

label {
    font-weight: bold;
    display: block;
    float: left;
    width: 75px;

}

form br {
    clear: left;
}

select, option, {
    font-family: Courier;
    font-size: 1em;
    color:black;
}

input, textarea, select {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #000000;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    width: 250px;
    display: block;
    float: left;
}

#loeschen {
    width: 60px;
    margin-left: 75px;
    margin-right: 10px;
}








