/* Schwimmseiten */
.rahmen {
	background-image:url(rahmen.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}
.footer {
	background-image:url(footer.gif);
	background-repeat:repeat-x;
        background-position:bottom;
vertical-align:bottom;
}
#sponsoren {
	border-width: 1px;
	border-style: solid;
	border-color: #14b3f3;
	padding: 5px;
}
a:link {
	color: #05445D;
	text-decoration: underline;
}
a:visited {
	color: #05445D;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #05445D;
	text-decoration: underline;
}

/* Wiki stuff */

/* This sets the overall frame for the site */
body {
  margin:10px; 
  color:#05445d; background-color:#f7f7f7; 
  font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.5em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:0px; padding:0px; background-color:#006699; width:800px; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:relative; left:50px; top:60px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:10px; padding-bottom:4px; padding-top:20px;
  font-family:Verdana,sans-serif; font-size:7pt; width:790px;
}

#wikiadminfoot { 
  padding-left:10px; padding-bottom:4px; padding-top:40px;
  font-family:Verdana,sans-serif; font-size:7pt; width:790px;
  color:#aaaaaa;
}
#wikiadminfoot a {text-decoration:none; color:#aaaaaa;}
#wikiadminfoot a:hover  {text-decoration:none; color:#aaaaaa;}
#wikiadminfoot a:visited {text-decoration:none; color:#aaaaaa;}
#wikiadminfoot a:active {text-decoration:none; color:#aaaaaa;}

/* These are for the left-sidebar. */
#wikileft { 
  width:800px;
  text-align:center; 
  vertical-align:top;
  padding-top:5px; padding-bottom:5px; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif; font-weight: bold;
  color: #05445D; background-color:white; 
  border-bottom:1px; border-bottom-style:dotted;
  border-color: #14b3f3;	
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; }
#wikileft a:hover { text-decoration:none; color:#006699; }
#wikileft ul { list-style-image:url(menuspacer.gif); padding:0px; margin:0px; }
#wikileft li { margin-top:5px; padding-right: 5px; }

/* These affect the main content area. */
#wikibody { 
  padding:10px 10px 30px 10px; background-color:white; 
  font-size:11pt; width:800px;
}

.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px;  font-size:1.4em; font-weight:normal; 
text-align:left;}
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; font-size:9pt; text-align:left;}
#wikitext table { font-size:9pt; line-height:1.33em; text-align:left;} /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/*Farbauswahl (von dunkel nach hell) */

/*Blaus aus dem css von timo*/
/*aus dem logo*/
/*05445D*/
/*006699*/
/*0b97cf*/
/*66c0f0*/
/*b2e6fb*/

/*Graus*/
/*aaaaaa*/
/*f7f7f7*/

