

/*********************************************/
/*            Wartungsarbeiten               */
/*********************************************/
.style_wartung {
         color: #000000;
         font-size: 14px;
         font-family: Arial;
         background: #FF6633;
}



/*************************************************
** Standart Formatierungen der kompletten Seite **
*************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFDF00;
         text-decoration: overline underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



/****************************
** Style Elemente der Page **
****************************/
.style1 {
	/* Navigation */
	font-size: 13px;
	font-family: Arial;
         color: #FFFFFF;
	font-weight: bold;
}
.style6 {
	/* Seiteninhalt */
	font-size: 14px;
         font-family: Arial;
}
.style6 th,td {

	font-size: 12px;
         font-family: Arial;
}
.caption1 {
	/* Seiteninhalt */
	font-size: 16px;
         color: #FFFFFF;
         font-family: Arial;
}



/*****************************
**   Copyright im Footer    **
*****************************/
.stylefooter {
	font-size: 11px;
 	font-family: Verdana;
}
.stylefooter a:link {
	font-size: 11px;
	color: #000000;
}
.stylefooter a:visited {
	font-size: 11px;
	color: #000000;
}
.stylefooter a:hover {
	color: #000000;
         text-decoration: overline;
}



/*****************************
**     Submit Buttons       **
*****************************/
.button1 {
	padding:0;
	margin:0;
	font-size:14px;
	border: 1px solid #123456;
	background-color: #CCCCCC;
	color: #000000;
}

