/*
//	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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin: 0px;
	padding: 0px;
	line-height:18px;
	background-color: #ff6600;
	overflow: hidden;

}

.wrapper {
	position:relative;
	width: 100%;
	height: 768px;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
}


/*----------------------------------------------------*/
/* header mit logo */
/*----------------------------------------------------*/

.header {
	position: fixed;	
	width:100%;
	height:70px;
	top:0px;
	left:0px;
	background-color: #333;
	z-index:1;
	
	
}

.logo {
	position: absolute;
	top:0px;
	left:30px;
	width:250px;
	height:150px;
	z-index:10;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
}


/*----------------------------------------------------*/
/* mainmenu 1. ebene */
/*----------------------------------------------------*/

.mainmenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	width: 100%;
	height: 25px;
	top: 40px;
	padding: 0px;
	margin: 0px;
	text-align:right;
	z-index:1;
}

ul.mainnav {
	list-style:none; 
	margin:0px;
	padding:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	 
}
		
ul.mainnav li {
	display:inline;
	list-style:none;
	padding:0px;
	margin: 0px 10px 0px 0px;
}

ul.mainnav li a {
	margin: 0px 0px 0px 0px;
	padding: 43px 10px 13px 10px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

ul.mainnav li a:hover {
	text-decoration:none;
	background-color: #666;
	padding: 43px 10px 13px 10px;
}

ul.mainnav li .active {
	text-decoration:none;
	color:#ff6600;
}



/*----------------------------------------------------*/
/* submenu 2. ebene */
/*----------------------------------------------------*/
.submenu {
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 100%;
	top: 670px;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:100;
	text-align:right;
}

ul.subnav {
	list-style:none; 
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		
ul.subnav li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	
}

ul.subnav li a {
	margin:0px;
	padding: 0px 120px 0px 0px;
	font-size:13px;
	text-decoration:none;
	color:#333;
}

ul.subnav li a:hover {
	text-decoration:none;
	color:#fff;
}

ul.subnav li .active {
	text-decoration:none;
	color: #fff;
	font-weight:normal;
}





/*----------------------------------------------------*/
/* inhalt wrapper */
/*----------------------------------------------------*/
.contentbox{
	position: absolute;
	top: 70px;
	width:100%;
	height: 400px;
	background-color: #fff;
	margin: 0 auto;
	float:right;
}


.image {
	position:relative;
	top: 0px;
	width:100%;
	height:400px;
	float:right;
}


.image_klein {
	position:relative;
	top: 500px;
	float:right;
	width:210px;
	height:180px;
	z-index:10;
	margin: 0px 30px 0px 0px;
}


/*----------------------------------------------------*/
/*	Links andere Farbe*/	
/*----------------------------------------------------*/

.boxout {
	text-decoration:none;
	color:#e64620;
	font-weight: normal;
}

.boxout li a {
	text-decoration:none;
	color:#ccc;
	font-weight: normal;
}



.boxout  li a:hover {
	text-decoration:none;
	color:#ccc;
	font-weight: normal;
}



.content p {
	line-height:18px;
	
}

.content a {
	text-decoration:none;
	color:#cc0033;
	font-weight: normal;
} 

.content a:hover {
	text-decoration:none;
	color:#333;
	font-weight: normal;
	
} 

.hilite {
	color: #333;
	font-weight: bold;
}


/*----------------------------------------------------*/
/* fuss */
/*----------------------------------------------------*/

.footer {
	position: fixed;
	top:768px;
	width:100%;
	padding: 0px;
}


.footer p {
	font-size:10px;
	text-align: center;
	color:#333;
	margin: 0 auto;

}

.footer a:link {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: none;
}
