/*### Standardstylesheet - helgolandart.de ###*/

* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #857e7b;
color: #000;
}

p {
font-size: 90%;
margin: 0 0 1em 0;
color: #35363c;
line-height: 1.4;
}

h2 {
line-height: 1.4;
}

/*### Zentrierte Gesamtbox ###*/
#wrapper {
position: relative;
top: 20px;
color: #000;
width: 950px;
margin: auto;
/*### height: 95%;
background-color: #e4e1df;  
Option fast ganzes Fenster hell ###*/
}

/*### Navigation ###*/
#navcontainer ul {
background-color: #35363c;
/*### Für höhere Menüleiste, margin funkt nicht ! ###*/
padding: 0.5em 0em;		
color: #e4e1df;
width: 100%;
text-align: center;
/*### Für direkten Anschluss an Header however ! ###*/
margin-top: -4px;
}

#navcontainer ul li { 
display: inline; 
}

#navcontainer ul li a {
padding: 0em 0.5em;
background-color: #35363c;
color: #e4e1df;
text-decoration: none;
font-size: 80%;
border-right: 1px solid #e4e1df;
}

#navcontainer ul li a:hover {
color: #da8d1b;
}

#navcontainer ul li a#hier {
color: #da8d1b;
}

/*### Inhalt ###*/
#content {
position: relative;
padding: 40px 20px;
background-color: #e4e1df;
width: 910px;
/*### verhindert schrumpfen in Gecko´s bei wenig Text ###*/
min-height: 330px;
z-index: 10;
}

/*### footer ###*/
#footer {
position: relative;
background-color: #857e7b;
color: #000;
height: 20px;
width: 950px;
margin: auto;
}

/*###### cardcontainer home ######*/
#card {
text-align: center;
padding: 15px 0;
}

/*###### verlag, galerie ######*/
#books, 
#bilder {
float: right;
}

#text_verlag, 
#text_bilder,
#imp_links {
position: relative;
width: 440px;
padding-bottom: 75px;
}

/*### links orange ###*/
a {
color: #da8d1b;
}

#text_verlag a:hover, 
#text_bilder a:hover,
#imp_rechts a:hover,
#kontakt a:hover {
color: #857e7b;
}

/*### Impressum ###*/
#imp_rechts {
position: absolute;
right: 20px;
width: 350px;
}

#imp_links {
margin: 0 0 0 150px;
}

/*### Künstler ###*/
#intro_kuenstler {
text-align: center;
}

#intro_kuenstler h2 {
width: 80%;
margin: 30px auto;
font-size: 120%;
color: #35363c;
}

#kuenstler {
margin: 30px auto;
font-size: 90%;
}

#kuenstler td {
border-bottom: 1px solid #fff;
padding: 3px 8px;
}

/*### Kontakt ###*/

#kontakt {
width: 50%;
height: 18em;
margin: 50px auto;
}

#kontakt h2 {
text-align: center;
font-size: 120%;
color: #35363c;
}

#kontakt h3 {
text-align: center;
font-size: 100%;
color: #35363c;
line-height: 1.5;
}

#kontakt p {
width: 14em;
margin: 20px auto;
}

