body {
        margin-top: 25px;
        padding: 0;
        background: #787878;
        text-align: justify;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #616161;
}

h1 {
        margin-top: 0;
        font-size: 1.6em;
        font-weight: normal;
        color: #cc2228;
}

h2 {
        margin-top: 0;
        font-size: 1.3em;
        font-weight:normal;
        color: #cc2228;
}

h3 {
        margin-top: 0;
        font-size: 1em;
        font-weight:normal;
        color: #616161;
}

a {
        text-decoration:underline;
        color: #cc2228;
}

a:hover {
        border-bottom: none;
        text-decoration:none;
}

a img {
        border: none;
}

img.left {
        float: left;
        margin: 0 20px 0 0;
}

img.right {
        float: right;
        margin: 0 0 0 20px;
}

#header {
        width: 1100px;
        margin: 0 auto;
        height: 190px;
        background:url(../images/img04.png) no-repeat left top;
}

/* Header */

#logo {
        width: 1100px;
        height: 140px;
        margin: 0 auto;
        padding: 0 10px 0 120px;
        background:url(../images/img04.png) no-repeat left top;
}

#logo h1 {
        float: left;
        margin: 0;
        color: #cc2228;
        padding: 50px 0 0 0;
        letter-spacing: -1px;
        font-weight: normal;
        font-size: 3em;
}

#logo a {
        border: none;
        text-decoration: none;
        color: #cc2228;
}

/* Menu */

#menu {
        width: 1100px;
        margin: 0 auto;
        padding: 0;
        height: 50px;
        background: url(../images/img01.jpg) no-repeat left top;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        float: left;
        height: 32px;
        margin: 0;
        padding: 18px 30px 0 30px;
        text-decoration: none;
        text-transform: capitalize;
        background: url(../images/img02.jpg) no-repeat right top;
        border-right:1px dashed #FFFFFF;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #FFFFFF;
}

#facebook {
	    display: block;
        float: right;
        height: 32px;
        margin: 0;
        padding: 15px 30px 0 30px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #FFFFFF;
}

#menu a:hover {
        color: #FFFFFF;
        text-decoration:underline;
}

#menu .current_page_item a {
        color: #FFFFFF;
}

/* Container */

#container {
}

/* Page */

#page {
        width: 1090px;
        margin: 0 auto;
        padding: 20px 5px;
        background: #FFFFFF;
}

/* Content */

#content {
        float: left;
        width: 640px;
}

.post {
        padding-bottom: 15px;
        line-height: 200%;
}

.post h1 {
        font-weight: normal;
}

.title {
        margin: 0;
        padding: 10px 0 10px 20px;
        font-weight: normal;
        color:#cc2228;
}

.title a {
        text-decoration:underline;
        border-bottom: none;
        color: #cc2228;
}

.title a:hover {
        text-decoration:none;
        border:none;
}

.byline {
        border-bottom: 1px #BBBBBB dashed;
        margin: -10px 20px 20px 20px;
}

.entry {
        padding: 0 20px;
}

.links {
        padding: 4px 0px;
        text-align: right;
        font-weight: bold;
}

.links a {
        border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
        float: left;
        margin-left:5px;
}

#sidebar2 {
        float: right;
        margin-right:5px;
		text-align: left;
}

.sidebar {
        float: left;
        width: 220px;
        padding: 0;
        font-size: 12px;
}

.sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.sidebar li {
        padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
        margin: 0 20px 0 15px;
        padding: 8px 0px;
        border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
        height: 30px;
        margin: 0 0 0 0;
        padding: 10px 15px 0px 15px;
        background: url(../images/img03.jpg) no-repeat left top;
        letter-spacing: -1px;
        font-size: 16px;
        color: #FFFFFF;
}

.sidebar a {
}


#footerline {
        width:1100px;
        margin:0 auto;
        height:1px;
        background-image:url(../images/img06.jpg);
}

/* Footer */
#footer {
        width: 1060px;
        height: 70px;
        margin: 0 auto;
        padding: 0 20px;
        background: url(../images/img05.jpg) no-repeat left top;
}
#footer p {
        margin: 0;
        padding: 25px 0 0 0;
        text-align: center;
        font-size: smaller;
}

#footer .copyright {
        float: left;
}


/* Tabellen */

#tabelle {
		border: none;
		text-align: center;		
}

.tabelle_mitglieder td {
		width: 300px;
		height: 330px;
		text-align: center;
}

.tabelle_vorstand td {
		width: 300px;
		height:370px;
		text-align: center;
}

.tabelle_bilder td {
		text-align: center;
		padding: 5px;
}


/* Formular */

#formular td {
		vertical-align: top;
}

.button {
		font-family: Georgia, "Times New Roman", Times, serif;
		border: 1px solid #616161;
		background-color: #FFFFFF;
		color: #cc2228;
		width: 150px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 20px;
}

.inputtext {
		font-family: Georgia, "Times New Roman", Times, serif;
		border: 1px solid #616161;
		background-color: #FFFFFF;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-top: 2px;
		color: #616161;
}
	

/* sonstiges */
.wichtiger_termin {
    font-weight: bold;
}

.gruppenbild {
    width: 600px;
}
