/* CSS Document */
* {
   padding:0;
   margin:0;
}

body {
     overflow-y:scroll;
}

html, body {
     height:100%;
}

.anker_one {
     padding-top:230px;
}

.anker {
     padding-top:210px;
}

/* ----------------------------------------------- */
/* HEADER Formatierungen ANFANG */

div#header_wrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:210px;
	padding-right:20px;
}

body>div#header_wrap {
	position:fixed;
}

div#header_oben {
	height:100px;
	width:100%;
	background-color:#FFCC99;
}

div#header_unten {
	height:110px;
	width:100%;
	background-color:#FF9933;
}

div#header_image {
     width:220px;
     height:55px;
     margin-left:auto;
     margin-right:auto;
     padding-top:22px;
}

div#header_nav {
     width:100%;
     margin-left:auto;
     margin-right:auto;
}

div#header_nav table {
     width:100%;
     text-align:center;
}

div#header_nav td {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:14px;
}

div#header_nav a {
     font-weight: bold;
     text-decoration:none; 
	 color:#FFFFFF;
}

div#header_nav a:hover {
	 color:#333366;
}

div#header_nav a:active {
	 color:#333366;
}

div#header_titel{
     width:650px;
     margin-left:50px;
	 margin-top:8px;
}

/* HEADER Formatierungen ENDE */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* SUBNAV Formatierungen ANFANG */

div#subnav_wrap {
     position:absolute;
     top:210px;
     left:0px;
}

body>div#subnav_wrap {
     position:fixed;
}

div#subnav_wrap ul {
    margin-top:15px;
    margin-left:6px;
}

div#subnav_wrap li {
     height:20px;
     margin-top:10px;
     border-left:2px solid #FF9933;
     border-bottom:2px solid #FF9933;
     width:168px;
}

div#subnav_wrap a {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:11px; 
	 font-weight: bold; 
	 text-decoration:none; 
	 color:#333366;
}

/* SUBNAV Formatierungen ENDE */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* CONTENT Formatierungen ANFANG */

b {
font-size:16px;
}

div#content {
     font-family:Arial, Helvetica, sans-serif;
     margin-left:200px;
     padding-top:210px;
     padding-bottom:100px;
}

div#content h1 {
     padding-bottom:18px;
     font-size:16px;;
     font-weight:bold;
}

div#content p {
     width:500px;
     text-align:justify;
     font-size:13px;
     padding-bottom:55px;
}

div#content ul {
     list-style-type:disc;
	 margin-top:-40px;
	 margin-left:20px;
	 margin-bottom:15px;
	 font-size:13px;
}

div#content ul.buglist {
     margin-bottom:50px;
}

div#content table {
     width:500px;
     margin-bottom: 3px;
}

div#content td {
     padding:5px 5px 5px 0px;
     font-size:13px;
}

div#content table.allg_texte td {
     padding:5px 5px 5px 5px;
}

div#spacer {
height:500px;
}

table#eintragen {
     width:500px;
}

table#eintragen td {
     vertical-align:top;
}

div#content form {
     margin-top:-40px;
}

div#content a.textlink {
     color:#333366;
     font-weight:bold;
	 text-decoration:none;
}

div#content a.textlink:hover {
     color:#FFCC99;
}

/* CONTENT Formatierungen ENDE */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* FOOTER Formatierungen ANFANG */

div#footer_wrap {
	position:absolute;
	width:100%;
	bottom:-1px;
	left:0;
	height:80px;
	margin-right:20px;
	background-color:#FFCC99;
}

body>div#footer_wrap {
	position:fixed;
}
div#footer_oben {
    height:15px;
    background-color:#333366;
}

div#footer_unten {
    height:65px;
    background-color:#FFCC99;
}

div#footer_unten table {
     margin-top:10px;
     width:100%;
     text-align:center;
}

div#footer_unten td {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:14px;
}

div#footer_unten a {
     font-weight: bold;
     text-decoration:none; 
	 color:#333366;
}

div#footer_unten a:hover {
	 color:#FF9933;
}


/* FOOTER Formatierungen ENDE */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* CLUB Formatierungen ANFANG */

div#eins {
width:500px;
height:200px;
background-image: url("../images/kinder-basteln.jpg");
background-repeat:no-repeat;
text-align:right;
}

div#zwei {
width:500px;
height:250px;
background-image: url("../images/kinder-malen.jpg");
background-repeat:no-repeat;
background-position:right;
text-align:left;
}

div#drei {
width:500px;
height:250px;
background-image: url("../images/kinder-lachen.jpg");
background-repeat:no-repeat;
background-position:right;
text-align:right;
}

div#vier {
width:500px;
height:250px;
background-image: url("../images/kinder-schreiben.jpg");
background-repeat:no-repeat;
background-position:right;
text-align:left;
}

/* CLUB Formatierungen ENDE */
/* ----------------------------------------------- */