html {
	font-family: Helvetica, Lucida, Verdana, sans-serif;
}

body {
    margin: 0;
	/*
    background-image: url(body-bg.png);
    background-position: center top;
    background-repeat: repeat-y;
	*/
    background-color: #1e2457;
    padding: 0;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a3598;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
/*    color: #2a3598; */
color: black;
}

img {
    border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#page {
    position: relative;
    width: 980px;
    text-align: left;
    margin: 0 auto;
    background-image: url(body-bg.png);
    background-position: center top;
    background-repeat: repeat-y;
	overflow: hidden;
}

#header {
    background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
    height: 190px;
}

#site-id {
	display: none;
	position: absolute;
	left: 30px;
	top: 25px;
    font-size: 150%;
    font-weight: bold;
}

#site-id a {
	color: black;
	text-decoration: none;
}

#site-id acronym {
	text-decoration: none;
	border: none;
}

#nav1 {
    list-style-type: none;
    list-style-position: inside;
    position: absolute;
    top: 70px;
    left: 20px;
    margin: 0;
    padding: 0;
    width: 940px;
}

#nav1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 100%;
    float: left;
}

#nav1 li a {
    display: block;
    margin: 0;
    padding: 0;
}

#nav1-skg {
    width: 140px;
}

#nav2 {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#nav2 li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

#nav2 li.selected {
	/*
    background-image: url(nav2-selected-bg2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	*/
    border-bottom: 1px solid #696969;
}

#nav2 li.above-selected {
    background-image: url(nav2-above-selected-bg.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#nav2 li a {
    display: block;
    text-decoration: none;
    color: #2a3598;
    padding: 0.5em 20px 0.5em 20px;
    line-height: 100%;
}

#nav2 li.selected a {
    padding: 0.5em 20px 0.5em 20px;
    background-image: url(nav2-selected-bg1.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.nav3 {
    margin: 0;
    padding: 0.2em 0 0.2em 20px !important;
    /* background: none; */
    background-image: url(nav2-selected-bg1_sub.png);
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 1800 !important;
}

.nav3 li {
	background-image: none !important;
	font-size: 80%;
	margin: 0.5em 0 !important;
	z-index: 1900 !important;
}

.nav3 li a {
        display: block;
        width: 200px;
        background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	padding: 0 !important;
	z-index: 4000 !important;
}

.nav3 li.selected {
	background-image: none !important;
	border-style: none !important;
}

.nav3 li.selected a {
	font-weight: bold;
	background-image: none !important;
	border-style: none !important;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

#sidebar {
    float: left;
    width: 250px;
    margin: 0 0 20px 10px;
}

#sidebar h6 {
    font-size: 140%;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 20px 30px;
    background-image: url(nav2-above-selected-bg.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#content {
	margin-left: 270px;
	margin-top: 20px;
	margin-bottom: 20px;
        width: 670px;
	position: relative;
}

#content h1 {
    font-size: 150%;
    color: black;
}

#content h2 {
	text-align: left;
	border-bottom: 1px solid;
	font-size: 120%;
}

#footer {
	background-image: url(footer-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
}

#footer div {
	margin: 0 20px;
	padding: 5px 10px;
}

#footer a {
	color: black;
	text-decoration: none;
}

.box {
    border: 1px solid #2a3598;
    background-color: #e1ebf7;
    margin: 10px 0;
    padding: 4px 10px;
}

.timetable th, .timetable td {
	padding: 4px 10px;
	vertical-align: top;
}

.timetable th {
	background-color: #2a3598;
	color: white;
}

.timetable td {
	background-color: #e1ebf7;
}

.timetable h4 {
	margin: 0;
	padding: 0;
}

/*
 * NEWS
 */

.news-entry .news-section {
	float: right;
	color: black;
	font-weight: bold;
	font-size: 90%;
}

.news-entry {
	width: 100%;
	overflow: hidden;
}

.news-entry h4 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid;
}

.news-entry .news-date {
	text-align:right;
	font-size: 80%;
	font-weight: bold;
	color: black;
}

.float-left {
    float: left;
	margin: 1em 1em 1em 0;
}

.float-right {
	float: right;
	margin: 1em 0 1em 1em;
}

/*
 * Image
 */

.image {
	border: 1px solid #c0c8ce;
	background-color: #e1ebf5;
}

.image .image-wrapper {
	padding: 5px;
}

.image-with-caption {
	border-style: solid none none none;
	background-image: url(image-bg-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.image-with-caption .caption {
	padding: 0.2em 0.5em;
	text-align: center;
	font-size: 80%;
}

.image-with-caption .image-wrapper {
	background-image: url(image-bg-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px 6px 6px 6px;
}

/*
 * Vorstand
 */

.vorstand-mitglied {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.5em;
}

/*
 * Guest book entries
 */
 
 .gbe {
    border: 1px solid #2a3598;
    background-color: #e1ebf7;
    padding: 5px 10px;
    margin-bottom: 20px;
 }
 
.gbe h4 {
    border-bottom: 1px solid;
    margin: 0;
    padding: 0;
}

.gbe .gbe-homepage {
	float: right;
	font-size: 80%;
}

.gbe .gbe-homepage a {
	text-decoration: none;
	color: black;
}

.gbe .gbe-date {
    text-align:right;
    font-size: 80%;
    color: #2a3598;
}

.gbe .gbe-text {
    margin:0;
    padding: 0;
}

.gallery-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery-list li {
    border: 1px solid #2a3598;
    background-color: #e1ebf7;
    padding: 5px 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-list .random-pictures {
    width: 90px;
    margin: 0;
    padding: 0;
    float: right;
}

.gallery-list .random-pictures img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul.inhaltsverzeichnis {
    font-size: 80%;
    float: left;
    border: 1px solid #2a3598;
    background-color: #dddddd;
    margin: 0;
    padding: 0.5em 2em;
}

.inhaltsverzeichnis li a {
    text-decoration: none;
}

.fatpage-paragraph {
    margin-bottom: 2em;
}

