@charset "utf-8";
p {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #c8c8c8;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

#container {
	width: 998px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
#middle {
	background-image: url(../images/entryimage.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 998px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-position: right top;
}
#news {
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#header {
	background-image: url(../images/logo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4bc1f0;
	position: relative;
}
.naviHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 583px;
	top: 52px;
}
.naviHeader a {
	text-decoration:none;
	color:#000000;
}
.naviHeader a:hover {
	text-decoration:underline;
}

#imageChange {
	background-image: url(../images/change_pic.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 139px;
	margin-left: 16px;
	text-align: right;

}
#imageChangeStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 0px;
}
#headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4bc1f0;
	background-image: url(../images/upper_navi_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: auto;
	text-align: right;
	float: right;
	line-height: 25pt;
	padding-left: 10px;
	padding-right: 5px;
}
#headerLinks a {
	color:#FFFFFF;
	text-decoration:none;
}
#headerLinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.naviActive {
	font-weight:bold;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 28px;
	background-repeat: no-repeat;
}
#cr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #7f7f7f;
	margin-top: 4px;
}

#cr a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
}
#cr a:hover {
	text-decoration:underline;

}
.themes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/themeShadow.jpg);
	background-repeat: repeat-x;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.themesVerein {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #4bc1f0;
}
.themesIng21 {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #ff8b17;
}
.themesRYV {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #009691;
}
.themesForum {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #005bd0;
}
.themesSeminar {
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #9824a2;
}
.themesVerein h1 {
	color: #4bc1f0;
}
.themesIng21 h1 {
	color: #ff8b17;
}
.themesRYV h1 {
	color: #009691;
}
.themesForum h1 {
	color: #005bd0;
}
.themesSeminar h1 {
	color: #9824a2;
}

.themesBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.themes h1 {
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.themes p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.themesMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.themesMoreBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.themesMore a {
	color:#FF0000;
	text-decoration:none;
}
.themesMore a:hover {
	text-decoration:underline;
}
	


.clear {
	clear:both;
}
/********************** suche *********************/
.tx-indexedsearch-searchbox-sword {
	display:inline;
	height:20px;
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
}
.tx-indexedsearch-searchbox-button {
	display:inline;
	float: right;
}
/********************** Tabellen *********************/
.contenttable td {
vertical-align:top;
text-align:left;
}
