/* CSS Document */

* {
margin:0;
padding:0;
}
html, body {
min-height:100.1%;
height:auto !important; /* für moderne Browser außer IE*/
}
body {
text-align:center; /* Für Zentrierung des Containers in älteren Browsern */
font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; 
font-size:18px;
background:#000;
color:#908886;
}
#container {
width:500px;
height:500px;
text-align:center;
position:absolute; /* Positionierung in der Mitte, horizontal und vertikal */
top:50%;
left:50%;
margin-left:-270px;
margin-top:-240px;
}
#containergalerie {
width:550px;
text-align:center;
position:absolute;
top:0;
left:50%;
margin-left:-270px;
background:#fcf4b7;
}
#content {
width:550px;
height:520px;
line-height:1.4em;
}
#contentgalerie {
width:550px;
line-height:1.4em;
background:#fcf4b7;
padding-bottom:300px;
}
#content h1 {
color:#720808;
font-size:35px;
font-weight:bold;
}
#content h2 {
color:#908886;
font-size:20px;
font-weight:bold;
margin-bottom:20px;
margin-top:20px;
}
p {
line-height:1.5em;
}
a {
color:#908886;
text-decoration:none;
}
