/* CSS Document by Sebastian Spahn - WACON Internet GmbH */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	background-image:url('../img/bg_lines.gif');
	background-repeat:repeat;
	background-color:#EEEEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wacon_teaser {
	z-index:600;
	position:absolute;
	}
	
#wrapper {
	position:absolute;
	margin:-240px 0px 0px -400px;
	width:794px;
	height:540px;
	top:50%;
	left:50%;
	z-index:1;
	text-align:center;
	}
	
p {
	padding-top:10px;
	text-align:justify;
	line-height:15px;
	font-size:10px;
	}
	
#navi {
	width:794px;
	text-align:center;
	}
	
ul {
	margin-left:200px;
	}
	
ul li {
	float:left;
	display:block;
	list-style:none;
	
	width:117px;
	height:26px;
	
	margin-top:9px;
	}
	
ul li.pos {	
	margin-top:9px;
	margin-left:21px;
	width:117px;
	height:26px;
	}
	
a.button, a.botton:visited {
	width:117px;
	height:19px;
	padding-top:7px;

	background-image:url('../img/menu_button_off.gif');
	display:block;

	color:#000000;
	font-size:10px;
	text-decoration:none;
	}
	
a.button:active, a.button:focus, a.button:hover {
	background-image:url('../img/menu_button_on.gif');
	}


#impress {
	padding-top:5px;
	margin:auto;
	width:446px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align:center;
	clear:both;
	}
	
#impress a, #impress a:hover, #impress a:active, #impress a:focus, #impress avisited {
	color: #999999;
	font-size: 10px;
	text-decoration:none;
	}

