/* CSS Document*/
/*=============*/

/* Text-Klassen */

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.Navigation_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Hyperlink-Design */

a:link {color: #FF0000; text-decoration: none;}
a:visited {color: #FF0000; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {color: #FF0000; text-decoration: none;}

a.Navigation_top:link {color: #000000; text-decoration: none;}
a.Navigation_top:visited {color: #000000; text-decoration: none;}
a.Navigation_top:hover {color: #000000; text-decoration: underline;}
a.Navigation_top:active {color: #000000; text-decoration: none;}

a.Copyright:link {color: #FFFFFF; text-decoration: none;}
a.Copyright:visited {color: #FFFFFF; text-decoration: none;}
a.Copyright:hover {color: #FFFFFF; text-decoration: none;}
a.Copyright:active {color: #FFFFFF; text-decoration: none;}

.background {
	background-attachment: fixed;
	background-image: url(graph/schlierbach_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
