/* CSS Document */

body, html {
	padding:0;
	margin:0;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000;

}

.fir { display: none }
.cleaner { clear: both; }

.acc { color: #f47928; }

.highnr {
	color: #aeb0b2;
	font-size: 8px;
	font-weight: bold;
	position: relative;
	top: -3px;
}

#frame {
	position: relative;
	width:940px;
	Xheight: 650px;
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	Xborder: 1px solid #f00;
	
	padding-top: 75px; /* Platz für Kopfbalken mit Logo */

	background: transparent url(../images/fxcol.gif) 0 0 repeat-y;
}

#logobalken {
	position: absolute;
	top: 0;
	right: 0;
	width: 940px; /* Gesamtbreite - linke spalte */
	height: 74px;
	background: #fff;
	text-align: right;
	
	Xbackground: #040d13 url(../images/bg_kopf_tile.gif) 0 0 repeat-x;
	border-bottom: 1px solid #040d13;
}

img#gglogo {
	padding: 0; /* nur logo: 46px 15px 0 0;*/
}

#magtitel {
	position: absolute;
	left: 23px;
	top: 0px;
	width: 220px;
	height: 144px;
}

#magtitel img {
	border: 7px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
}

#magtitel h2 {
	position: absolute;
	
	/* Position Text */
	left: 130px;
	top:  77px;
	margin: 0;
	padding: 0;
	
	font-size: 13px;
}
#magtitel .acc { 
	font-size: 14px;
	}

#content {
	position: relative;
	Xheight: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 30px 29px;
}


/* Linke Spalte */
#col_gauche {
	float: left;
	display: inline; /* Hack for IE double margin bug */
	width: 225px;
	padding: 0;
	margin: 0;
	background: #fff;
	
	/* Abstand nach oben bis horizontale Trennlinie, Platz f Logo u Ausrichtung */
	margin-top: 106px;
}

#col_gauche h3 {
	font-size: 14px;
	color: #a0a0a0;
	margin: 0 0 7px 0;
	padding: 0;
}

/* Rechte Spalte */
#col_droite {
	float: right;
	width: 672px;
	Xbackground: #0f0;
	Xheight: 400px;
}

#col_droite .glossary,
#col_droite .intro,
#col_droite .ataglance,
#col_droite .product_content {
	float: right; clear: right; width: 350px; margin: 0px 0 0 0; padding: 25px 25px 0px 0px;
	min-height: 180px; Xborder: 1px solid #0f0; 
	position: relative; /* um die caption absolut positionieren zu können */
}

#col_droite .product_extras {
	float: left; clear: left; width:270px; margin: 0 0 0 0px; 
	
}

#col_droite .product_extras ul.downloads {
	
	margin: 14px 0;
	width: 270px;
	padding: 0;
	
	/* To flush left set both to 0 */
	margin-left: 0;
	padding-left: 0;
	
	list-style: none;	
}
