.center
{
 text-align: center;
}

.imgright
{
float:right;
text-align: center;
font-size: 9px;
color:#11387b;
padding-left: 10px;
}
.imgleft
{
float:left;
text-align: center;
font-size: 9px;
color:#11387b;
padding-right: 10px;
}

.datum
{
 color: gray;
 font-size: 11px;
 text-align: right;
 border-bottom: 1px solid gray;
}
.titel
{
color:#11387b;
font-family: helvetica;
font-size: 18px;
 border-bottom: 1px solid gray;
}
hr
{
color: gray;
background-color: gray;
height: 1px;
}
a:link
{ 
color: #11387b;
text-decoration: none;
}
a:visited
{ color: #11387b;
text-decoration: none;
}
a:hover
{ color: #11387b;
text-decoration: underline;
}

html {
background-color: #9dacc9;
}
table.koorden {
border: 1px solid #d4d4d4;
}
td.koorden {
border: 1px solid #d4d4d4;
}
td.koordentitel {
background-color: #11387b;
text-align: center;
color: #fff;
font-weight: bold;
}
table.banner {
padding: 0px;
border: 0px none;
margin: 0 auto;
text-align: center;
height: 100px;
}
td.content {
border-left: 3px solid #11387b;
border-right: 3px solid #11387b;
border-bottom: 3px solid #11387b;
background-color: #fff;
padding: 10px;
font-family: helvetica;
}
td.banner {
}
td.infotitel {
font-weight: bold;
}
img
{
border:0px;
}

#menubg {
background-image: url(images/menubg.jpg);
background-repeat: repeat-y;
}
#menu {
margin-top: 20px;
}

#menu dt {
cursor: pointer;
margin: 0;
padding: 0;
margin-left: 10px;
text-align: left;
font-weight: bold;
height: 32px;
}
#menu dd {
margin: 0;
border: 0 none;
}
#menu li {
text-align: center;
padding: 0;
margin: 0;
margin-left: -40px;
height: 24px;
list-style-type: none;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 24px;
}
#menu li a:hover, #menu dt a:hover {
border: 0 none;
height: 24px;
}
