/*-----------------------------------------------------------------------------
version:   1.0
project:   
date:      2011
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
-----------------------------------------------------------------------------*/




/* Basis
-----------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	background: #FFFFFF url(pics/hintergrund_verlauf.png) bottom left fixed repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 12px;


}

#container { /* damit wird das Layout zentriert */
	width: 980px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #ffffff;

	border-color:#EEE;
	border-style:solid;
	border-width:1px;
	
	

}


/* Header
-----------------------------------------------------------------------------*/

#head {
	min-height:75px;
	height:expression(this.scrollHeight > 75 ? "auto":"75px"); 
	padding-top: 0px;
}





/* Content
-----------------------------------------------------------------------------*/

#content {
	float:right;
	width: 760px;
	margin-right: 20px;
	margin-top: 10px;
	
}

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.*/




#navi {
	float: left;
	width: 150px;
	padding: 20px;
	margin-top:15px;
}




h5 {
	color : #FF7F27;
	font-size: 12px;
	display: inline;
}

h4 {
	color : #FF7F27;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color : #FF7F27;
}

a:active {
	color : #FF7F27;
}



.menuT {
	color: #FF7F27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: none;
}


.menu {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: none;
	
}

.menu:hover {
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: none;


}

.menu:active {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: none;


}




.Weiss_11 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #FFFFFF;
}

.Weiss_10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #FFFFFF;
}

.Xtable {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.img {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.Titel {
	color : #FF7F27;
	font-size: 12px;
	font-weight: bold;
}

.TitelJob {
	color : #000;
	font-size: 13px;
	font-weight: bold;
}

.links {
	text-align: left;
}


