
* {
        font-family: Arial, Helvetica, sans-serif;
}
/* TOP */
body.top {
        background-image: url(../_images/bg_top.gif);
        background-repeat: repeat-x;
		  background-color: #FFFFFF;
}
.top a {
   color: #FFFFFF;
   text-decoration: none;
}
.top a:hover {
   color: #E6322C;
}
/* NAVIGATION */
body.nav_left {
        background-image: url(../_images/bg_nav_left.gif);
        background-repeat: repeat-y;
  		  background-color: #FFFFFF;
        font-size: 14px;
		  line-height: 20px;
		  margin-left: 10px;
		  margin-top: 10px;
}
.nav_left a {
   color: #FFFFFF;
   text-decoration: none;
	font-size: 14px;
}
.nav_left a:hover {
   color: #E6322C;
}
/* MAIN */
body.main {
	background-color: #CCCCCC;
	color: #2C547C;
}
.main * {
	color: #2C547C;
}
.main a {
   color: #2C547C;
   text-decoration: unterline;
}
.main a:hover {
   color: #E6322C;
}
.main #ueberschrift {
	position: relative;
	background-color: #999999;

}
.main #ueberschrift td {
	color: #FFFFFF;
	font-weight: bold;
}
.main #ueberschrift .wetextinput {
	background-color: #999999;
	color: #FFFFFF;
}
/* SCHUETZEN MAIN */
body.schuetzenmain {
	background-color: #669966;
	color: #FFFFFF;
}
.schuetzenmain * {
	color: #FFFFFF;
}
.schuetzenmain a {
   color: #FFFFFF;
   text-decoration: unterline;
}
.schuetzenmain a:hover {
   color: #E6322C;
}
.schuetzenmain select {
 background-color: #cccccc;
}
.schuetzenmain #ueberschrift {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #336633;

}
.schuetzenmain #ueberschrift td {
	color: #FFFFFF;
	font-weight: bold;
}
.schuetzenmain #ueberschrift .wetextinput {
	background-color: #336633;
}

/* BOTTOM */
.bottom * {
	   font-size: 12px;
}
body.bottom {
        /*background-image: url(../_images/bg_bottom.gif);
        background-repeat: repeat-x;*/
		  background-color: #FFFFFF;
	     color: #FFFFFF;
		  margin-top: 20px;
}

.bottom a {
   color: #FFFFFF;
   text-decoration: none;
}
.bottom a:hover {
   color: #E6322C;
}


