/* GLOBAL
*******************************************************************************************************/
html, body, div, h1, p, a, ul {
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: #969597;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
	padding-bottom:3px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active {
	color: #005E9E;
}
/* LAYOUT
*******************************************************************************************************/
body {
	text-align: center; /* zentriert die gesamte Site unter Microsoft Internet Explorer 6 für Windows */
}
#rahmen {
	width: 756px;
	margin: 78px auto 0 auto; /* zentriert die gesamte Site */
}
#fuss-links {
	float: left;
	margin: 25px 0 0 0;	
	line-height: 16px;

}
#fuss-rechts {
	float: right;
	width: 209px;
	margin: 25px 0 0 0;
	text-align:right;
	text-transform: uppercase;
	font-weight: bold;
}
/* INHALT
*******************************************************************************************************/
h1 {
	font-weight: bold;
	color: #005E9E;
}

