* {
margin: 0;
padding: 0;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
color:#000;
}
a {
color:#993333;
text-decoration:underline;
}
h2 {
color:#993333;
font-size:120%;
padding-bottom:5px;
}
#wrapper {
position:absolute;
width:900px;
left:50%;
margin-left:-450px;
}
#colum-top {
padding: 0 25px 0 25px;
min-height:210px;
height:auto !important;  /* für moderne Browser */
height:210px;  /*für den IE */
background: url(bogen.gif) bottom right no-repeat #edebda;
}
/* --------------HAUPTNAVIGATION----------------- */
#menu {
width: 225px;
float:left;
margin-right:25px;
line-height:150%;
font-weight:bold;
padding:15px 0 15px 0;
}
#menu ul li {
list-style:none;
background:url(bullet.gif) left top no-repeat;
padding: 0 0 0 15px;
}
#menu ul li a {
text-decoration:none;
color:#bebd99;
padding: 0 22px 0 0;
}
*html #menu ul li {
height:1px;
}
#menu ul li a:hover {
background:url(hover.gif) bottom right no-repeat;
color:#943940;
}
#menu ul li.active a{
color:#943940;
}
#menu ul li li {
list-style:none;
padding: 0 0 0 15px;
}
#menu ul li li a {
list-style:none;
color:#bebd99 !important;
}
#menu ul li li.active a {
list-style:none;
color:#943940 !important;
background:url(hover.gif) bottom right no-repeat;
}
#menu ul li li a:hover {
list-style:none;
color:#943940 !important;
}
/* --------------ENDE HAUPTNAVIGATION----------------- */
#center-top {
width:350px;
float:left;
}
#right-top {
width:225px;
float:left;
margin-left:25px;
}
/* --------------INHALT----------------- */
#colum-bottom {
background-color:#edebda;
padding: 0 25px 0 25px;
margin-top:25px;
}
#colum-left {
width: 225px;
float:left;
margin-right:25px;
}
#colum-center {
width:350px;
float:left;
}
#colum-right {
width:225px;
float:left;
margin-left:25px;
}
#colum-content {
width: 600px;
float:left;
}
/* --------------CLASSES----------------- */
.titelbild {
position:absolute;
left:265px;
top:70px;
border: solid 1px #993333;
z-index:1;
}
.bildunterschrift {
position:absolute;
left:265px;
top:260px;
width:350px;
font-style:italic;
z-index:5;
}
.spacer {
padding:0 0 15px 0;
}
.kontakt {
position:absolute;
right:0;
top: 70px;
z-index:2;
}
