/***** PRINT.CSS *****/
/***** AEOS ENERGY ***/
/*********************/


body {
font:12px Verdana, Arial, Helvetica, sans-serif;
}

#bgr {	/*blauer streifen als hintergrund*/
	display:none;
}

#main {	/*hauptcontainer*/
	background:#FFF;
	width:100%;
}

	
	
/***** MENU *****/
#left {	/*ganze linke spalte für das menü*/
	display:none;
}

/***** LOWER MENU END *****/


/***** CONTENT *****/	
#right1{ /*ganze obere rechte weisse fläche für header*/
	float:left;
	width:100%;
	position:relative;
	background-color:#fff;
}

#header{	/*die fläche für spachenauswahl und logo*/
	display:none;
}
	
#right2{ /*ganze untere rechte fläche für den inhalt (container1+2, content)*/
	float:left;
}


.container1{ /*grosse spalte in der mitte für inhalt*/
	float:left;
	width:100%;
}

.container2{ /*kleine spalte rechts für zusätzlichen inhalt*/
	float:left;
	width:100%;
}


	.content{ /*graue fläche in den containers*/
		margin-top:20px;
	}
	
.container3{
	float:right;
	position:relative;
	width:190px;
}

	#copyright{
	color:#999999;
	}
/***** CONTENT END *****/


/***** GLOBALS *****/

h1 {	/*hauptüberschrift*/
	font-size:24px;
	font-weight:normal;
	color:#242D76;
	letter-spacing:-0.05em;
}
 
h2 {	/*überschrift für zusätzlichen inhalt*/
	font-size:12px;
	color:#242D76;
	font-weight:bold;
	line-height:1.25em;
}

p{
	margin-bottom:1em;
	line-height:1.25em;
}

p a, p a:visited, p a:active{
	color:#999999;
	text-decoration:underline;
}

