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



/*----------------------------------------------------*/
/* seitenlayout allg */
/*----------------------------------------------------*/
body {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color:#333;
	letter-spacing:0.3px;
}

.wrapper {
	position:relative;
	width: 955px;
	height: 768px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}

/*----------------------------------------------------*/
/* logo */
/*----------------------------------------------------*/

.logo {
	position:absolute;
	top:215px;
	left:365px;
	z-index:10;
}


/*----------------------------------------------------*/
/* mainmenu 1. ebene */
/*----------------------------------------------------*/

.mainmenu {
	position: absolute;
	width: 955px;
	height: 35px;
	top: 452px;
	z-index:10;
}


ul.mainnav {
	list-style:none; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	
}
		
ul.mainnav li {
	display:inline;
	list-style:none;
	margin: 0px 0px 0px 0px;
}


ul.mainnav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration:none;
	background-color: #8D991F;
	padding: 5px 20px 5px 20px;
	color:#FFF;
}


ul.mainnav li a:hover {
	text-decoration:none;
	color:#fff;
	background-color: #C0D02A;
	padding: 5px 20px 5px 20px;
	color:#FFF;

}








/*----------------------------------------------------*/
/* inhalt wrapper */
/*----------------------------------------------------*/
.contentbox{
	position:absolute;
	top:125px;
	left:0px;
	z-index:1;
	background-repeat: no-repeat;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	
}


/*----------------------------------------------------*/
/*	Links andere Farbe*/	
/*----------------------------------------------------*/

.boxout {
	text-decoration:none;
	color:#0186bb;
	font-weight: normal;
}


.content p {
	line-height:18px;
	
}

.content a {
	text-decoration:none;
	color:#fff;
	font-weight: normal;
} 

.content a:hover {
	text-decoration:none;
	color:#D30E45;
	font-weight: normal;
	
} 

.hilite {
	color: #D30E45;
	font-weight: bold;
}


/*----------------------------------------------------*/
/* fuss */
/*----------------------------------------------------*/

.footer {
	position: relative;
	top: 10px;
	width:955px;
	padding: 0px;
	margin: 0px auto 0px auto;
}


.footer p {
	font-size:10px;
	text-align: center;
	color:#fff;
}

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

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