/*-----------------------------------------------------------------------------
version:   1.0
date:      Dezember 2008
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
project:   
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-image:url(webpics/hg.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 0.75em;
	color: #333333;
	padding:0px;
	margin:0px;
}


#container { /* damit wird das Layout zentriert */
	/*background-image:url(webpics/hg_foto.jpg);*/
	width: 980px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	/*background-color:#FFCCFF;*/
}




/* Navigation
-----------------------------------------------------------------------------*/

#navi {
	float: left;
	width: 180px;
	
	padding-top: 20px;
	height: 470px;
	background-image:url(webpics/bg_content.png);
}


.menuactive {
	font-family: Arial, Helvetica, sans-serif;
	color: #ECBD00;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00377C;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00377C;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}




/* Content
-----------------------------------------------------------------------------*/

#content {
	float: right;
	width: 770px;
	
	
	
	padding-left:25px;
	margin-left:0px;
	padding-top:20px;
	height: 470px;
	background-image:url(webpics/bg_content.png);
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.4em;
	letter-spacing:0px;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.3em;
	letter-spacing:0px;
	line-height: 120%;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.0em;
	line-height: 130%;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00377C;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #48A3D0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.adresse {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}







/* Footer
-----------------------------------------------------------------------------*/

#footer {
	
	height:15px;
	margin-top: 500px;
	padding: 0px;
	text-align: right;
	color: #999999;
}

.foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #999999;
}

.foot a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #0066CC;
}

.foot a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #0066CC;
}




.rahmen {
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
