* {
	margin:0px;
	padding:0px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#333333;
}

body,html {
	height:100%;
	overflow:hidden;
}

body {
	background-image:url(images/bg.jpg);
}

.orange {
	color:#ffAA00;
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
}

.orange:hover {
	color:#ffDD00;
	text-decoration:underline;
}

#wrapper {
	z-index:1;
	position:relative;
	width:100%;
	height:300px;
	background-color:#333333;
}

#top {
	background-image:url(images/top.jpg);
	width:301px;
	height:70px;
	position:absolute;
	top:0px;
	margin-top:-70px;
	left:199px;
}

#top2 {
	height:70px;
	position:absolute;
	top:0px;
	margin-top:-70px;
	left:510px;
}

#top3 {
	height:10px;
	position:absolute;
	top:0px;
	margin-top:-15px;
	left:5px;
}

#bottom {
	width:301px;
	height:70px;
	position:absolute;
	bottom:0px;
	margin-bottom:-70px;
	left:199px;
	z-index:4;
}

#nav {
	position:absolute;
	top:50%;
	margin-top:-150px;
	height:250px;
	width:190px;
	z-index:5;
	padding-left:5px;
	padding-top:5px;
}

#copyright {
	position:absolute;
	bottom:0px;
	height:10px;
	margin-bottom:-15px;
	right:5px;
	z-index:3;
}


#uebersage {
	position:absolute;
	bottom:0px;
	height:10px;
	margin-bottom:-15px;
	left:505px;
	z-index:90;
}


#shadow {
	background-image:url(images/shadow.png);
	position:absolute;
	height:30px;
	width:100%;
	bottom:0px;
	margin-bottom:-30px;
	z-index:1;
}

.dark {
	color:#333333;
	text-decoration:none;
}

.dark:Hover {
	text-decoration:underline;
	color:#666666;
}

.sage_green {
	color:#99CC99;
}

.isap_purple {
	color:#e10a7b;
}

.windream_yellow {
	color:#fec907;
}

.datapos_blue {
	color:#3f68aa;
}

.menu {
	color:#eeeeee;
	text-decoration:none;
}

.menu:Hover {
	text-decoration:underline;
}


#newsletter {
	height:70px;
	position:absolute;
	bottom:0px;
	left:5px;
	margin-bottom:-75px;
	z-index:2;
}