/*-----------------------------------------------------------------------------
date:      September 2009
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
project:   
-----------------------------------------------------------------------------*/



html {
	background-image:url(pics/bg_top.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#77C8D4;
}


body {
	margin: 0;
	
	background: url(pics/bg_line.png);
	background-repeat:no-repeat;
	background-position: top right;
	


	min-width: 680px;
	min-height: 600px;
	width: 100%;
	display: table;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #000;
}


#container {
	padding-left: 120px;	
	/*margin-left: auto;
	margin-right: auto;*/
	width:980px;
	height:560px;
	margin-top:0px;	
	}

#banner {
	padding: 0 0 0 120px;
	margin: 0;

	/*margin-left: auto;
	margin-right: auto;*/

	width:980px;
	height:220px;
	}




	
	
#menubloc {
	float: left;
	width: 148px;
	height: 400px;
	padding: 140px 25px 25px 25px;
	font-size: 12px;
	line-height:0px;

	/*background-color:#666;
	filter: alpha(opacity=80);
	opacity: .8;*/
	}	


#menubar {
	float: right;
	width: 752px;
	height: 17px;
	padding: 8px 0;

	/*background-color:#666;
	filter: alpha(opacity=80);
	opacity: .8;*/
}	


#content {
	margin-top:40px;
	float: right;
	width: 722px;
	height:516px;
	margin-right:30px;

	/*background-color:#666;
	filter: alpha(opacity=80);
	opacity: .8;*/
}	




p { 
	margin: 10px 0 10px 0;
	padding:0px;
	
	
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	margin: 10px 0 10px 0;	
	padding:0px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}





a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}


a:active {
	color: #F00;
	text-decoration: none;
}






.SMenu {
	font-size:15px;
	font-weight:bold;
	line-height:23px;
	color:#6CC8D4;
}

.Menu {
	font-size:15px;
	font-weight:bold;
	line-height:23px;
	color:#FFF;
	text-decoration: none;
}

.Menu:hover {
	color: #6CC8D4;
	text-decoration: none;
}

.Menu:active {
	color: #666666;
}






.SMenuBar {
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	color:#6CC8D4;
}

.MenuBar {
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	color:#FFF;
	text-decoration: none;
}

.MenuBar:hover {
	color: #6CC8D4;
	text-decoration: none;
}

.MenuBar:active {
	color: #666666;
}






.TextSmall {
	color:#FFF;
	font-size: 11px;
	line-height:13px;
	
	}


.TextSmallBlack {
	color:#666;
	font-size: 11px;
	line-height:13px;	
	}



.TextVerySmall {
	font-size: 9px;
	line-height:11px;
	
	}


.button {
	border: #134F5E 1px solid;
	background: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#134F5E;
	
}




/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	height:10px;
	margin: 0px;
	padding-top: 0px;
	text-align: right;
	color: #EEE;
}

.foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #EEE;
}

.foot a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #FFF;
}

.foot a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #9CF;
}



