*{
 font-family: Arial;
 font-size: 11pt;
}

body{
 margin: 0;
 padding: 0;
 background-color: #d0d0d0;
 background-image: url('/images/background.jpg');
}
h1{
 color: #9a1c2b;
 font-size: 20pt;
 letter-spacing: 1.0pt;
 margin: 0 0 10px -10px;
}
h2{
 color: #9a1c2b;
 font-size: 14pt;
 margin: 0;
}
h3{
 color: #9a1c2b;
 font-size: 11pt;
 margin: 0;
}

#content{
 width: 898px;
 min-height: 750px;
 background-color: #fffffe;
 margin: 5px auto 0 auto;
 border: 1px solid black;
}
#header{
 height: 145px;
 background-image: url('/images/head.jpg');
 border-bottom: 1px solid black;
}

#menu{
 height: 40px;
 width: 898px;
 margin: 0;
 padding: 0;
 background-image: url('/images/menu.png');
 background-repeat: repeat-x;
 list-style-type: none;
}
#menu li{
 float: left;
 margin: 3px 18px 0 18px;
}
#menu li a{
 color: #fff;
 font-size: 16pt;
 text-decoration: none;
}
#menu li a:hover{
 color: #fff390;
}

#text{
 padding: 0 20px 10px 20px;
}

#copyright{
 text-align: center;
 font-size: 8pt;
}

a{
 color: #000;
}
a:hover{
 color: #9a1c2b;
}

a.help{
 color: #000;
 border-bottom: 1px dashed #000;
 text-decoration: none;
 cursor: help;
}

.raumauswahl{
 list-style-type: none;
 float: left;
 margin: 0;
 padding: 0;
}
.raumauswahl li{
 width: 150px;
 border: 1px solid black;
 margin: 0 0 5px 0;
 padding: 3px;
}
.raumauswahl li:hover{
 background-color: #c3dbff;
}
.raumauswahl li a{
 text-decoration: none;
 display: block;
}
.raumauswahl li a:hover{
 color: #000;
}
.bildtext{
 width: 200px;
 float: right;
 vertical-align: middle;
}