@charset "utf-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(backgrounds/background_1.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: normal;
}
#center {
	height: auto;
	width: 941px;
}

#header {
	font-family: "Courier New", Courier, monospace;
	height: 96px;
	width: 940px;
	background-color: #660000;
}
#animation {
	height: 20px;
	width: 940px;
	background-color: #666666;
	padding: 0px;
}
#navi {
	background-color: #660000;
	font-family: "Courier New", Courier, monospace;
	height: 20px;
	width: 940px;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	vertical-align: middle;
}
#content {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	height: auto;
	width: 940px;
	background-attachment: fixed;
	background-image: url(backgrounds/hensley_kurz.png);
	background-repeat: repeat;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
	height: auto;
	width: 940px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}



#navi a: hover {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color: #FFFFFF;
}
#navi a: visited {
	color: #FFFFFF;
}
#navi a: active {
	color: #999999;
}

