#header
{
    background: transparent url(/media/img/bilder/content1.png) no-repeat scroll center 186px;
    height: 360px;
}

body
{
	background-color:#005587;
	background-image:url("/media/img/bg2.png");
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Verdana;
	font-size:14px;
}
.text {
	font-size: 13px;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #036;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 640px;
    margin: 0 auto;
}

#left {
    width: 190px;
    float: left;
}
#main {
    width: 490px;
    position: absolute;
    margin-left: 190px;
}
.clear {
    clear: both;
}

#menu
{
	margin-top:10px;
	margin-right:10px;
    padding-top: 1px;
    padding-bottom: 1px;
	background-image:url("/media/img/menubg.png");
	background-position:left top;
	background-repeat:repeat-x;
}

#menu ul
{
	margin:10px 5px;
	padding:0;
	border-bottom:1px dotted #000000;
	list-style-type:none;
}

#menu li
{
	padding:2px 5px;
	border-top:1px dotted #000000;
}

#menu a
{
	display:block;
	text-decoration:none;
	color:#000000;
}

/*#menu ul li ul
{
	display:none;
}

#menu ul li.verein:hover ul
{
	display:block;
}*/

#headermenu
{
	margin-bottom:10px;
	font-size:11px;
    text-align: right;
}

#headermenu a
{
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

th, td {
    text-align: left;
    vertical-align: top;
}
form p {
    margin-top: 0;
    vertical-align: top;
}
form label {
    display: block;
    font-weight:bold;
    margin-top: 10px;
}
form .errorlist {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #C00;
}

form.kontakt input[type=text],
form.kontakt textarea {
    width: 450px;
}


form.profil input[type=text],
form.profil textarea {
    width: 450px;
}

form.profil #id_anschrift {
    height: 100px;
}
form.profil #id_kurzinfo_person {
    height: 400px;
}



.error {
    color: #C00;
}

h2 {
    margin-top:15px;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination img {
    vertical-align: top;
}

.sw_zettel {
    background-color: #FFA;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 5px;
}
.sw_von, 
.sw_datum, 
.sw_betreff {
    font-family: monospace;
    font-size: 12px;
}
.sw_text {
    margin-top: 4px;
    font-family: Georgia;
    font-size: 16px;
}
th.afdownload {
    width:6em;
}

.banner {
    color:#FFF;
    background-color:#00F;
    margin:0.5em;
    padding:0.1em;
}

.bannerlink {
    color:#F33;
    margin-left:30%;
}



