/* CSS design by b83.at */
/*

Spaltensatz  - auf 1050 - 240 - 570 - 240

Textfarbe / #333
Nav Linkfarbe: rgb(122,181,29);
Nav Link hover: #fafad7
Nav Link thispage: #7AB51D
Linkfarbe   #999933
Olivgrün (oben und unten) : #999933
Texthintergrund:
Hg rgb(255,230,180)

Farbe für h3 und h4  rgb(128,0,0)
*/

@charset "utf-8";

html {
    overflow: hidden;
}

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background-color: rgb(255,230,180);
    overflow: hidden;
}

input, textarea, select, option {
    font-family: Arial, sans-serif;
    font-size: 12px;
}


p, h1, h2, h3, h4, h5, h6, #main li {
    margin-bottom: .6em
}

p, #main li {
    line-height: 1.5em;
}


img.bild_rahmen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

img.bild_links {
    float: left;
    margin: 0 10px 5px 0;
}

img.bild_rechts {
    float: right;
    margin: 0 0 5px 10px;
}


h1 {
    font-size: 2em;
	padding: 41px 0 20px 0;
    text-align: right;
    font-weight: normal;
    background: url(../images/project/strich.png) no-repeat right 80px;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
}

h2.subh1 {
	text-align: right;
	margin: -20px 0 2em;
}

h3 {
    font-size: 2em;
    color: rgb(128,0,0);
    font-style: italic;
}

h4, a.galerietitel {
    font-size: 1.7em;
    color: rgb(128,0,0);
    font-weight: normal;
    text-decoration: none;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

a {
    color: #999933;
}

button a {
    text-decoration: none; color: black; font-family: Verdana; font-size: .9em
}

input {
    padding: 1px;
}


a:hover {
    text-decoration: none;
}


#header, #content, #footer {
    position: absolute;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    background: url(../images/project/linkespalte_gruen.png) repeat-y -60px 0 #999933;
}

#header {
    height: 30px;
    top: 40px;
    text-align: right;
}

#header ul {
    margin: 8px 20px 0 0; padding: 0;
    list-style-type: none;
}

#header ul li {
    display: inline;
    margin-left: 5px;
}

#content {
    top: 70px;
    bottom: 60px;
    padding: 1em 0;
    overflow: auto;
    overflow-x: hidden;
    background: url(../images/project/hg_nav.png) no-repeat bottom left #fAFAD7;
}

#nav {
    width: 265px;
    float: left;
}

#nav #logo {
    width: 200px;
    height: 33px;
    margin: 47px 0 50px 20px;
}

#zweiblatt-blatt {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -512px;
    display: none;
}

ul#subnav {
    margin: 0; padding: 0;
    list-style-type: none;
    text-align: right;
	margin: -20px 0 2em;
    font-size: 1.3em;
}

ul#subnav li {
    display: inline;
    margin-left: 1em;
}

ul#subnav li a {
    text-decoration: none;
    color: #333;
}

ul#subnav li a:hover, ul#subnav li a.thispage {
    text-decoration: underline;
}

#main {

    float: left;
    width: 738px;
}

.wrapper {
    clear: both;
}


#footer {
    height: 30px;
    bottom: 30px;
    text-align: right;
    color: #FAFAD7;
}

#footer address {
    font-style: normal;
    line-height: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
}

#footer a {
    text-decoration: none; color: #FAFAD7;
}

#footer a:hover {
    text-decoration: underline;
}

#wd {
    margin: 0; padding: 0 20px 0 0;
    background: #FFE6B4;
    color: #f2a400;
    font-size: .9em;
}

#wd a {
    text-decoration: none;
    color: #f2a400;
}

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


#facebook {
  float: left;
  width: 330px;
}



div#hg_galleriffic {
    width: 460px;
    margin-left: 20px;
    float: right;
    background-image: url(../images/hg_galleriffic.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

div#hg_galleriffic_top {
    background-image: url(../images/hg_galleriffic_top.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 13px;
}


.icons {
    float: right;
    margin: 16px 10px 0 0;
}


/* Benutzerdefinierte Klassen */




/* Suchbox */
div.zusatzinfo form input[type=text], div.zusatzinfo form select {
    border: 1px solid #ccc !important;
    width: 90%;
}



/* Galerieseite */

div.myGallery img {
    margin: 0 3px 3px 0;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.myGallery img:hover {
    background-color: #FFE6B4;
}


img.sabine {
	float: left;
	border: 8px solid #999933;
	margin: 0 10px 10px 0;
}

