/*
//	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:11px;
	background-color: #ccc;
}

.wrapper {
	position:relative;
	width:945px;
	height: 600px;
	margin: 80px auto 0px auto;
	padding:0px;
	background-color: none;
	
}


/*----------------------------------------------------*/
/* bild */
/*----------------------------------------------------*/
.mainimg {
	positon: absolute;
	width:945px;
	height:580px;
	z-index:1;
}




/*----------------------------------------------------*/
/* sprachen_liste */
/*----------------------------------------------------*/

.ul_language_list {
	display:inline;
	margin: 0px 0px 0px 0px;
}

.ul_language_list li{
	display:inline;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}



/*----------------------------------------------------*/
/* sprachen*/
/*----------------------------------------------------*/

.language {
	position: absolute;
	width:200px;
	top: 550px;
	left: 735px;
	margin: 0px;
	padding: 0px;
	z-index:10;
}

.language a {
	text-decoration:none;
} 

.language a:hover {
	text-decoration:none;
	opacity: 0.3;

	
} 


/*----------------------------------------------------*/
/* fuss */
/*----------------------------------------------------*/
.footer {
	position:absolute;
	top: 610px;
	width:945px;
	margin: 0px auto 0px auto;
}

.footer p {
	font-size:11px;
	text-align: left;
	color:#333;
}

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

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

