/*** CSS Document ***/

/**** SITE-LAYOUT ****/

/** allgemeine Formatierung des Fensters und Scrollbalken **/
body,html
	{
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	scrollbar-base-color:#C8D2D6;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#788791;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#C8D2D6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#C8D2D6;
	scrollbar-track-color:#FFFFFF;
	}


/** Formatierung der DIV-Container **/

#top /* Screenversion*/
	{
	position:absolute; left:0px; top:0px; 
	width:100%; height:25%; z-index:1;
	background:#C8D2D6
	}

#top_print /* Druckversion */
	{
	display:none
	}

#logo /* Logo mit rotem Rahmen */
	{
	border-style: solid; 
	border-color: #C30F28; 
	border-width: 1px
	}

#left
	{
	position:absolute; left:0px; top:25%; 
	width:437px; height:75%; z-index:2;
	background:#C8D2D6	
	}

#left_space /* für die richtige Position des Textes im main-DIV */
	{
	width:437; height:1;
	}
#right_space
	{
	width:100; height:1;
	}
	
#main
	{
	position:absolute; left:0px; top:25%; 
	width:100%; height:75%; z-index:1;
	background:#C8D2D6
	}

#img_print /* img-DIV für Bilder bei der Druckversion */
	{
	display:none
	}

/** Formatierung des unteren Bildes, wenn zwei Bilder verwendet werden **/	
#img
	{
	padding-top:5
	}

/** Formatierung der Bilder auf den Refenzhauptseiten **/	
img.ref
	{
	padding:10 10 0 0
	}
img.ref:hover
	{
	padding:5 10 5 0
	}
