/*-----------------------------------------------------------------------------
date:      September 2009
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
project:   
-----------------------------------------------------------------------------*/



html {
	background-image:url(pics/bg_body.gif);
	background-position:center;
}


body {
	padding: 0;
	margin: 0;
	/*background: url(pics/banner_1.jpg) no-repeat center top;*/
	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;
	text-decoration: none;
	color: #FFF;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:980px;
	height:560px;
	margin-top:0px;	
	}

#banner {
	background-color:#000;
	padding: 0;
	margin: 0;

	margin-left: auto;
	margin-right: auto;

	width:980px;
	height:240px;

	}


/*
#logobar {
	margin-left: auto;
	margin-right: auto;

	width:980px;
	height:45px;
	
	margin-top:-45px;
	z-index: 1000;

	}
*/



	
	
#menubar {
	float: left;
	background-image:url(pics/bg_menu.png);
	width: 180px;
	height:510px;
	
	padding: 25px 0px 25px 0px;

	font-size: 12px;

	/*border:solid;
	border-color:#CCCCCC;
	border-width:1px;*/
	}	
	
#content {
	float: right;
	width: 750px;
	height:510px;

	padding:25px;

	/*border:solid;
	border-color:#CCCCCC;
	border-width:1px;*/
}	






h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
}







a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


a:active {
	color: #FFF;
	text-decoration: none;
}






.SMenu {
	line-height:20px;
	color:#222;
}

.Menu {
	line-height:20px;
	color:#FFF;
	text-decoration: none;
}

.Menu:hover {
	color: #222;
	text-decoration: none;
}

.Menu:active {
	color: #666666;
}

.TextSmall {
	font-size: 10px;
	line-height:13px;
	
	}

.TextVerySmall {
	font-size: 9px;
	line-height:11px;
	
	}


.button {
	border: #000000 1px solid;
	background: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

