﻿* {
        margin:0;
        padding:0;
}
ol {
        margin-left:20px
}
ul {
        margin-left:20px
}
a {
        text-decoration:none;
}
body {
        /*background-image:url('../images/schnee.gif');*/
                background-color: #999966;
        font-family: Arial, Helvetica, sans-serif;
}
a.link_dunkel:link {
        background-color: #ff9;
        color: blue;
        font-weight: bold;
        text-decoration: none;
}
a.link_dunkel:visited {
        background-color: #ff9;
        color: blue;
        font-weight: bold;
        text-decoration: none;
}
a.link_dunkel:hover {
        background-color: #fff;
        color: blue;
        font-weight: bold;
        text-decoration: none;
}
a.link_dunkel:active {
        background-color: #ff9;
        color: blue;
        font-weight: bold;
        text-decoration: none;
}
#seite {
        width: 900px;
        margin: 0 auto;
}
#title {
        background-color: #006600;
        color: #FFFF99;
        height: 60px;
        text-align: center;
        padding-top: 0px;
}
#navigation {
        background-color: #006600;
        color: #999999;
        width: 200px;
        height: 900px;
        margin-top: 5px;
        margin-right:5px;
        padding: 5px 5px 20px 5px;
        float: left;
}
#navigation ol {
        margin-left:0;
}

#navigation ol li {
        font-size: 10pt;
        height: 30px;
        padding: 10px;
        border: 1px #FFFF99 solid;
        max-width: 195px;
}
#navigation a:link {
        background-color: #006600;
        color: #FFFFFF;
        font-weight:bold;
}
#navigation a:active {
        background-color: #006600;
        color: #FFFFCC;
}
#navigation a:hover {
        background-color: #339933;
        color: #000000;
}
#navigation a:visited {
        background-color: #006600;
        color: #FFFFFF;
        font-weight:bold;
}
#termine {
        margin: 0 auto;
}
#termine a {
        color: blue;
}
#termine a:hover {
        color: yellow;
}
.content {
        background-color: #FFFF99;
        color: #006600;
        margin: 5px 0 5px 5px;
        width: 685px;
        height: 900px;
        padding-top: 20px;
        overflow:scroll
}
.nachricht {
	text-align: justify;
	font-size: 12px;
	border: 1px #003300 solid;
	padding: 10px;
	margin: 10px;
	height: auto;
}
.hinweis {
        background-color: inherit;
        color: red;
        font-weight: bold;
        font-size: 1.1em;
}
.iframe_verein {
        margin: 15px;
}
