body{
 background-color: white;
 color: black;
 font: 0.8em/1em verdana, sans-serif;
 padding: 0px;
 padding-top: 20px;
 margin: 0px;
 border: 0px;
}

img{
 border: 0px;
}

a{
 font: 1em/1em verdana, sans-serif;
 text-decoration: none;
 margin-left: 14px;
 color: #b34b2f;
} 

p{
 margin: 0px;
}

h1{
 text-align: center;
 margin-top: 20px;
 margin-bottom: 20px;
 color: #b34b2f;
}

h2{
 text-align: center; 
}

h3{
  margin-left: 24px;
}

table{
 width: 100%;
 margin-left: 24px;
}

#right{
 text-align: right;
}

#center{
 text-align: center;
}

#main{
 width: 100%;
 height: 100%;
 text-align: center;
}

#site{ 
 position: relative;
 margin: 0 auto;
 width: 974px;
 height: 100%;
 position: center;
}

#header{ 
 position: relative;
 width: 1000px;
 height: 200px;
 margin-right: 24px;
}

#banner{
 width: 1000px;
 position:relative;
 top: 0px;
 height:200px;
}

#header IMG {
	position:absolute;
	left: 10px;
	top : 10px;
	z-index: 98;
}

#banner IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

#banner IMG.active {
    z-index:10;
}

#banner IMG.last-active {
    z-index:9;
}

#links{
 text-align: center;
 width: 950px;
 height: 25px;
 background-color: white;
 margin-right: 24px;
 z-index:100;
 border: 1px solid silver;
}

#links a{
 margin-top: 10px;
 margin-bottom: 10px;
}

#post{
 text-align: left;
 position: relative;
 border: 1px solid silver;
 background-color: white;
 height: auto;
 width: 950px; 
 margin-right: 24px; 
 padding-bottom: 24px;
}

#post p{
 margin-left: 24px;
 margin-right: 24px; 
}

#shadow-frame{
 position: relative;
}

#frame-header{
 position: absolute;
 font: 0em/0em verdana, sans-serif;
 border: 0px;
 width: 974px;
 height: 10px;
 background-image: url('../bilder/site-header.png');
 background-repeat:no-repeat;
 z-index: 0;
}

#frame{
 width: 974px;
 border: 0px;
 height: auto;
 background-image: url('../bilder/site.png');
 background-repeat:repeat-y;
}

#frame-footer{
 width: 974px;
 height: 10px;
 background-image: url('../bilder/site-footer.png');
 background-repeat:no-repeat;
}

#caption{
 text-align: left;
 font-weight: bold;
 width: 950px; 
 background-color: #e1cb2f;
 border-bottom: 1px solid silver;
 
}

#caption p{
 margin-left: 24px;
 margin-right: 24px;
 margin-top: 0px;
 margin-bottom: 0px;
 border: 0px;
 padding: 0px;
}

#article{
 position: relative;
 width: 950px; 
 height: 100%;
 background-color: white;
 border: 1px solid silver; 
 margin-right: 24px;
 text-align: left;
 padding-bottom: 24px;
}

#article p{
 margin-left: 24px;
 margin-right: 24px;
}

#gallery{
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
height: 800px;
width: 100%;
}

#gallery ul{
 float: none;
}

#gallery li{
display: inline;
list-style: none;
float: left;
width: 150px;
height: 100px;
margin: 3px;
}

