/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#FF9900;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #244635;
	}

.header {
	background-image:url(../grafik/header.gif);
	}
	
.inhalt {
	background-image:url(../grafik/background.gif);
	}
	
.footer {
	background-image:url(../grafik/footer.gif);
	}

a:link, a:visited {
	color: #244635; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #244635;	text-decoration: underline;
	font-weight: bold;
}