/* ########################################################
//   file			NW.Tech CSS Style
//   author			albert.mueller@zebrasolutions.de
//   copyright (c) 	Albert Müller - zebrasolutions.de
//   license 		http://www.zebrasolutions.de
//   date 			01-06-2007
######################################################## */

/* ------------------------------------- portal ----------------------------------------- */

body {
	margin: 0;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	background-image:url(../img/background.gif);
	background-repeat:repeat;
}

a { 	
	text-decoration: none;
	color: #AAA9AA;
}

a:link {
	text-decoration: none;
	color: #AAA9AA;	
}
	
a:visited { 
}

a:hover { 
	text-decoration:underline;
	color: #00a4d2;
}

a:active {
	text-decoration:underline;
	color: #00a4d2;
}
#site {
	text-align: center;
	position: absolute;
	top: 18%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#enter_button {
	color:#AAA9AA;
}

/* ------------------------------------- footer ----------------------------------------- */

#footer {
	width: 100%;
	height: 21px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#footer_in {
	width: 900px;
	height: 21px;
	background-image:url(../img/footer/background_footer.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:5px;
	font: 9px Tahoma, Verdana, Arial, sans-serif;
	color:#AAA9AA;
}