/*-----------------------------------------------------------------------------
version:   1.0
project:   ASR
date:      18/11/2011
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
-----------------------------------------------------------------------------*/




/* Basis
-----------------------------------------------------------------------------*/

body {
	background-image:url(webpics/background.jpg);
	background-repeat:repeat;
	background-position:center;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 0.8em;
	color: #000;
	padding:0px;
	margin:0px;
}

#container { /* damit wird das Layout zentriert */
	width: 1200px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	margin:0px;
	padding-bottom:40px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	padding-bottom:10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
	line-height:1.2em;
}


p {
	margin:0px;
	
	font-size: 1em;
	padding-bottom:5px;
	margin-bottom:5px;
	
	
}


a {
	color: #06C;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #0CF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}




.menu {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}

.menu:hover {
	color: #EBBF4B;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}



.menuactive {
	color: #F9EBC6;
	font-size: 1em;
	font-weight: normal;
}











.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* Header
-----------------------------------------------------------------------------*/

#head {
	min-height:75px;
	height:expression(this.scrollHeight > 75 ? "auto":"75px"); 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#left {
	float: left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
}

#right {
	float: right;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	text-align:right;
	margin-bottom: 15px;
}

#head_pic {
	clear: both;
}




/* Navigation
-----------------------------------------------------------------------------*/

#navi {
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	width: 250px;
	padding-left:20px;
	color:#FFF;
	padding-top:25px;
	line-height:20px;
	background-image:url(webpics/rahmen.png);
	background-repeat:no-repeat;
	
}


#DivMenu {
	position:relative;
	width:220px;
	height:540px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#DivLogo {
	position:relative;
	width:200px;
	height:115px;
	z-index:2;
	left: 60px;
	top: 10px;
}





/* Content
-----------------------------------------------------------------------------*/

#content {
	float:left;
	width: 850px;
	background-color: #fdf9ed;
	padding-right:30px;
	padding-left:30px;
	padding-top:35px;
	text-align:justify;

}

div#content { 
	min-height:350px;
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); 
}
/*IE on MAC doesn't interprets min-height. The dynamic properties (i.e. expression) 
used in explorer are proprietary by Microsoft. This prevents the css from validating according to W3C.*/






/* Footer
-----------------------------------------------------------------------------*/

#footer {
	/*clear: both;*/
	float:right;
	width:880px;
	margin: 0px;
	padding: 10px;
	padding-right: 20px;
	text-align: right;
	color: #fdf9ed;
}

.foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #fdf9ed;
}

.foot a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #fdf9ed;
}

.foot a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #fdf9ed;
}

.foot a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #fdf9ed;
}


