html {
overflow-y: scroll;
}

body {
background-color: #E5EFFF;
margin: 0px;
padding: 0px;
text-align: center;
height: 100%;
}

a:link, a:visited {
text-decoration: underline;
color: #111;
}

a:hover {
text-decoration: none;
color: #111;
}

a:link img, a:visited img, a:active img {border: 0px;}

#main {
margin: 0px auto;
width: 780px;
text-align: left;
}

.logo {
background-color: #fff;
width: 140px;
height: 150px;
border: 2px solid #00204E;
}

.logo img {
width: 136px;
height: 136px;
}

.head {
background-color: #9096A3;
border-top: 2px solid #00204E;
border-right: 2px solid #00204E;
border-bottom: 2px solid #00204E;
}

.navi {
background-color: #00204E;
font-size: 13px;
font-family: verdana, arial, sans-serif;
border-left: 2px solid #00204E;
border-bottom: 2px solid #00204E;
border-right: 2px solid #00204E;
vertical-align: top;
}

.navi img {
width: 100px;
margin: 20px;
}

.content {
background-color: #ffffff;
padding: 30px 30px 30px 30px;
border-right: 2px solid #00204E;
border-bottom: 2px solid #00204E;
vertical-align: top;
font-size: 13px;
font-family: verdana, sana-serif;
}

h1 {
font-size: 20px;
margin-top: 0px;
text-align: center;
margin-bottom: 25px;
}

.vorstand td {
padding: 3px;
vertical-align: top;
}

.vorstand {
margin-top: 20px;
margin-bottom: 40px;
}

.table td {
padding: 6px 3px 7px 3px;
}

a.galerie {
	display:block;
	margin-bottom: 15px;
}

.galerie img {
	vertical-align: middle; 
	margin-right: 20px;
}

a.galerie:link, a.galerie:visited {
text-decoration: none;
}

a.galerie:hover {
background-color: #E5EFFF;
}


/* ############################# navi ####################################*/

a.navi:link, a.navi:visited{
display: block;
width: 128px;
padding: 4px 6px;
font: bold 11px arial, verdana, sans-serif;
color: #fff;
text-decoration: none;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-top: 1px solid #047B85;
}

a.navi1:link, a.navi1:visited{
display: block;
width: 128px;
padding: 4px 6px;
font: bold 11px arial, verdana, sans-serif;
color: #fff;
text-decoration: none;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #047B85;
border-top: 1px solid #047B85;
margin: 0px 0px 10px 0px;
}

a.navi:hover {
background: #047B85;
}

a.navi1:hover {
background: #047B85;
}
