/***************************************************************
 * programmed by mwa-networks.com, ing. roland maldoner-jaeger *
 ****************************************************************/

/* central style definition for the hole web-application */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(images/bg/bg1.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* bottom-navi */
.Stil_bottom, .Stil_bottom a, .Stil_bottom a:link, .Stil_bottom a:visited {
	font-size: 10px;
	color: #000000;
	/*font-weight: bold;*/
	text-decoration:none
}

/* bottom-navi hyper-links hover */
.Stil_bottom a:active, .Stil_bottom a:hover {
	font-size: 10px;
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration:none
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

