/*
//	default style sheet
//	___________________
//
//	Authors:
//
//	bea wuergler : neuweiss - visuelle kommunikation
//	Contact: bea.wuergler [-AT-] neuweiss [-D0T-] ch
//
//	copyright 2007 - all rights reserved
*/



/* seitenlayout index */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0371B9;
	background-color: #fff;
}

.wrapper {
	position:relative;
	width:880px;
	height: 600px;
	margin: 25px auto 0px auto;
	padding:0px;
	background-color: none;
	left: 0px;
	top: 0px;
	
}

/* bild */
.mainimg {
	positon: absolute;
	width:880px;
	height:600px;
	z-index:1px;
	background-image:url(../images/img_index.png);
	background-repeat:no-repeat;
	z-index:10px;
	}
	


.img_button{
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50px;
	left: 280px;
	padding: 0px 0px 0px 0px;
	z-index:100px;
}

.img_enter{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 480px;
	left: 335px;
	padding: 0px 0px 0px 0px;
	z-index:100px;
}

/* fuss */
.footer {
	position:relative;
	width:900px;
	margin: 0px auto 0px auto;
}

.footer p {
	font-size:11px;
	text-align: center;
	color:#0371B9;
}

.footer a:link {
	color: #0371B9;
	text-decoration: none;
}

.footer a:hover {
	color: #003366;
	text-decoration: none;
}

.boxout {
	color: #0371B9;
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
 .boxout a:link, .boxout a:visited {
	color: #0371B9;
	background-color: none;
 }
 
 .boxout a:hover, .boxout a:active {
	color: #003366;
	background-color: none;
 }
