body {background: #478cb6 url(bilder/mainBgrKachel.jpg) top center repeat-y;
      background-attachment: fixed;
      color: #FFFFFF;	/* Textfarbe allgemein */
      font-size: 12px;	/* Textgröße allgemein */
	  text-align: justify;
      font-family: arial, verdana, sans-serif;	/* Font */
      margin: 0;}

h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

/* Hyperlinks */
a {color: #FFFFFF; text-decoration: none;}
a:link {color: #FFFFFF; text-decoration:underline;}
a:visited {color: #FFFFFF; text-decoration:underline;}
a:hover {color: #7da7fb; text-decoration:underline;}


/* Fußzeile */
#footer {background-position: center
		 width: 1024px;
         height: 25px;
         clear: both;
         padding: 0;
         margin: 0;
         color: #FFFFFF;
         background-color: #0a2025;
         font-size: 90%;
         text-align: center;
		 font-family: Arial;		 
         line-height: 25px;}

#footer p {padding: 0;
           margin: 0;} 
		   
/* Hintergrundbild vom Menü */
		  
.hauptTabBgr_normal {
	background: transparent;
	background-attachment: scroll;
	background-image: url(bilder/mainBgr.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


/* ++++++++++++++++++++++++++++++++++++++++++++ Ab hier beginnen die Menustyles ++++++++++++++++++++++++++++++++++++ */

/* Hauptmenü: Texteigenschaften für: Normal, hover, click */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* Hauptmenü: Hintergrundeigenschaften für Status - Normal */
.TM0o0 {
	background: #0a2025;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

/* Submenü: Hintergrundeigenschaften für Status - Normal 
.TM0t0 {
	background: #0a2025;
}*/

/* Hauptmenü; Hintergrundeigenschaften für Status: hover, click */
.TM0o1 {
	background: #47ab24;
	padding: 4px;
	text-align: center;
	vertical-align: middle;

}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #0a2025;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #47ab24;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}


.center {
	text-align: center;
}
.weissCenter {
	color: #FFF;
	text-align: center;	
}
.14pxWeissNormal {
	color: #FFF;
}
.14pxFettWeiss {
	font-weight: bold;
	color: #FFF;
}

