/*importiert norm.css*/
@import url("norm.css");

html, body {
	height: 100%;
	margin: 0;
	background:url(images/bg1.png) repeat; /*rgb(177, 176, 167); #6e6a60; dunkelgraue Seitenfarbe*/
	font-size: 100.01%;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999; /*Schriftfarbe*/
}

#top {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -395px;
}

#content_main {
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 1170px; 
	height: 780px;
	background: none;
}

#content_main h3 {
	text-indent:-9999px; /*bewirkt, dass Text für Google, nicht jedoch*/ 
	/*Besucher sichtbar ist*/
	width:0px; /*bei Verwendung die Breite anpassen!*/
	height:0px; /*bei Verwendung die Höhe anpassen!*/
}

div#SkipIntro {
	background: none; 
	height: 30px;
	width: 120px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}

div#Download {
	background: none; 
	height: 30px;
	width: 120px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}

div#footer {
	background: none;
	height: 10px;
	width: 1170px;
}

div#site_info {
	font-size: 0.7em;
	line-height: 1.3em;
	background: none;
	height: 10px;
	Width: 1170px;
}

#site_info H4 { 
	text-indent:-9999px;/*Site-Info für Google sichtbar, für Besucher unsichtbar*/
	height:0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #3F0; /*Einblendung Erklärung by Mouseover: z.B. "CSS" wird grün unterstrichen, Cascading Stylesheets" wird eingeblendet*/
}

.vcard span a {
	font-family: Arial, Helvetica, sans-serif;
	color: #264D60;
	text-decoration: underline;
	font-weight: bold;
}

.vcard span a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}