body {background: #7d86b7 url(bilder/mainBgrKachel.jpg) top center repeat-y;
      background-attachment: fixed;
      color: #000066;	/* Textfarbe allgemein */
      font-size: 14px;	/* Textgröße allgemein */
      font-family: arial, verdana, sans-serif;	/* Font */
      margin: 0;}



/* Hyperlinks */
a {color: #c2d4ff; text-decoration: none;}
a:link {color: #4c528b; text-decoration:underline;}
a:visited {color: #4c528b; text-decoration:underline;}
a:hover {color: #000000; text-decoration:underline;}


/* Fußzeile */
#footer {background-position: center;
		 width: 1024px;
         height: 25px;
         clear: both;
         padding: 0;
         margin: 0;
         color: #FFFFFF;
         background-color: #6a81b6;
         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 ++++++++++++++++++++++++++++++++++++ */

/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #7d86b7;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #ffffff;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #4c528b;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

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

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


