@charset "UTF-8";
body {
	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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../gfx/site_bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}


h2  {
	font-size: 16px;
	background-image: url(../gfx/content_bg/h3-banner.png);
	background-repeat: no-repeat;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}

h3  {
	margin-bottom: 3px;
	font-size: 16px;
}
h4 {
	margin-bottom: 3px;
	font-size: 14px;
}
p , ul  {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
address {
	font-size: 11px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	font-size: 100%;}

a:link {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: underline;
}
a:visited {
	color: #090;
	text-decoration: none;
}
#bg {
	width: 1000px;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../gfx/site_bg/bg50perc.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#container  {
	width: 1000px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#header  {
	background: #FFFFFF;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 270px;
}
#header h1  {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#mainContent  {
	background-color: #E9DCCC;
}
#dynamicFrame {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
}
#footer  {
	background:#FFFFFF;
	height: 262px;
}
#footer p  {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#maintable {
	width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#linksoben {
	width: 200px;
	vertical-align: top;
	background-image: url(../gfx/site_bg/bglinks.jpg);
	background-repeat: repeat-y;
}
#linksunten {
	width: 200px;
	vertical-align: bottom;
	background-image: url(../gfx/site_bg/bglinks.jpg);
	background-repeat: repeat-y;
}
#rechtsoben {
	width: 200px;
	vertical-align: top;
	background-image: url(../gfx/site_bg/bgrechts.jpg);
	background-repeat: repeat-y;
}
#rechtsunten {
	width: 200px;
	vertical-align: bottom;
	background-image: url(../gfx/site_bg/bgrechts.jpg);
	background-repeat: repeat-y;
}
#mittecontent {
	width: 600px;
	vertical-align: top;
	background-image: url(../gfx/site_bg/sky_07.jpg);
	background-repeat: repeat-y;
}
#menue {
	display: block;
	position: absolute;
	top: 280px;
	width: 200px;
}
.tablemember {
	width: 100%;
	text-align: center;
}
.td130 {
	width: 130px;
	background-image: url(../gfx/site_bg/spacer50perc.png);
	background-repeat: repeat;
	padding: 1px;
	font-size: 12px;
}
.tdprofil {
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tableh3 {
	border-collapse: collapse;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.tdh3 {
	background-image: url(../gfx/content_bg/h3.png);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
.tdh3links {
	width: 10px;
	background-image: url(../gfx/content_bg/h3links.png);
	background-repeat: no-repeat;
}
.tdh3rechts {
	width: 10px;
	background-image: url(../gfx/content_bg/h3rechts.png);
	background-repeat: no-repeat;
}
.tableh1 {
	border-collapse: collapse;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.tdh1 {
	background-image: url(../gfx/content_bg/h1.png);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
}
.tdh1links {
	width: 20px;
	background-image: url(../gfx/content_bg/h1links.png);
	background-repeat: no-repeat;
}
.tdh1rechts {
	width: 20px;
	background-image: url(../gfx/content_bg/h1rechts.png);
	background-repeat: no-repeat;
}
.tablescreenie {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.tdscreenielinks {
	width: 35px;
	background-image: url(../gfx/content_bg/bg-screenies-links.png);
	background-repeat: no-repeat;
	height: 125px;
}
.tdscreenierechts {
	width: 35px;
	background-image: url(../gfx/content_bg/bg-screenies-rechts.png);
	background-repeat: no-repeat;
	height: 125px;
}
.tdscreenie {
	background-image: url(../gfx/content_bg/bg-screenies.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

#inhalt_div {

	width: 570px;
	min-height: 800px;
	background-attachment: fixed;
	background-image: url(../gfx/content_bg/bg.jpg);
	background-position: 50% 50%;
	margin: 15px 10px 10px 10px;
}
div.bg {
	background-image: url(../gfx/content_bg/body_bg.png);
	background-repeat: repeat;
	margin: 25px 10px 10px 10px;
	padding: 15px;
	width: 800px;
}
div.sidebar {
	height: 150px;
	left: 50px;
	position: absolute;
	top: 230px;
	width: 175px;
}
.list {
	text-align: left;
	font-family:Verdana;
	font-size: 12px;
	width: 600px;
}
.w50 {
	width: 50px;
}
.w80 {
	width: 80px;
}
.w100 {
	background-image: url(../gfx/content_bg/body_bg4.png);
	width: 100px;
}
.w120 {
	background-image: url(../gfx/content_bg/body_bg4.png);
	width: 120px;
}
.w150 {
	background-image: url(../gfx/content_bg/body_bg4.png);
	width: 150px;
}

.login-name {
	width: 60px;
	margin-top:0;
	padding-top:0;
	height: 13px;
	font-size: 9px;
}
.login-pass {
	width: 60px;
	margin-top:0;
	padding-top:0;
	height: 13px;
	font-size: 9px;
}
.login-submit{
	margin-top: 5px;
	padding-bottom:10px;vertical-align: middle;
	border: 1px solid #ffffff;
	font-size:9px;
	width: 50px;
	height: 15px;
}
.input_field_member{
	width: 135px;
}
.input_field_member_selection{
	width: 138px;
}
.input_field_member_area{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	width:135px;
}
.input_field_member_year{
	width: 58px;
}
.input_field_member_month{
	width: 40px;
}
.input_field_member_day{
	width: 40px;
}
.input_field_admin{
	width: 550px;
}
.input_field_admin_area{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	width:550px;
}
