

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


body {
}


body, a, p, h1, h2 ,h3, h4, h5, h6, ul, ol, li, th, td {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}


/* --- statische DIV-Container --- */

	/* dieses DIV muss _vor_ DIV.centercontent im HTML-Baum geladen werden */
#centercontent_border {
	position:  absolute;
	top:            50%;
	left:           50%;
	width:        812px;
	height:       612px;
	margin-top:  -306px;
	margin-left: -406px;
	text-align:  center;
}


	/* dieses DIV muss _innerhalb_ DIV.centercontent_border geladen werden */
#centercontent {
	position:  absolute;
	top:            6px;
	left:           6px;
	width:        800px;
	height:       600px;
	text-align:  center;
}


	/* das ist ein iFrame und muss _innerhalb_ DIV.centercontent geladen werden (nur auf der Fotoseite) */
#fotoframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	border: 0 none #000;
	overflow: hidden;
}


/** --- Farben definieren ---
  *
  *	 _fg    = Fore Ground Color
  *	 _bg    = Back Ground COlor
  *
  *		_0    = BorderColor
  *		_1    = BorderColor
  *	  ...
  *	    _1_0    = MenueColor 0 fuer Aktuelles
  *	    _1_1    = MenueColor 1 fuer Aktuelles
  *	  ...
  *	    _3_2    = MenueColor 2 fuer Mitarbeiter
  *	    _2_3    = MenueColor 3 fuer Ueber Uns
  *	  ...
  *
**/


.color_bg_body {background-color: #989AC1;}
.color_fg_body {color: #FFFFCC;}

.color_bg_textbox {background-color: #EEEEEE;}
.color_fg_textbox {color: #777;}


	/* Intro violett */
.color_fg_0 {color: #A99CB0;}
.color_bg_0 {background-color: #A99CB0;}


	/* Aktuelles gruen */
.color_fg_1 {color: #7F8E2A;}
.color_bg_1 {background-color: #7F8E2A;}


	/* Ueber Uns blau */
.color_fg_2 {color: #204268;}
.color_bg_2 {background-color: #204268;}


	/* Mitarbeiter rot */
.color_fg_3 {color: #BA5738;}
.color_bg_3 {background-color: #BA5738;}
.color_bg_3_0 {background-color: #DC2200;}
.color_bg_3_1 {background-color: #E75429;}
.color_bg_3_2 {background-color: #E27454;}
.color_bg_3_3 {background-color: #E69F6C;}


	/* Spielgruppe ??? */
.color_fg_4 {color: #000;}
.color_bg_4 {background-color: #000;}


	/* Fotos braun */
.color_fg_5 {color: #683B1D;}
.color_bg_5 {background-color: #683B1D;}


