@charset "utf-8";

html {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}
body {
	margin: 0;
	padding: 0;
	background: none;
	color: inherit;
}
a img {
	border: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #8ab757;
	font-weight: 400;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8ab757;
	padding-left: 10px;
	font-weight: 300;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF	;
	padding-left: 10px;
	font-weight: 300;
}

#headerWrapper {
	margin: 0;
	padding: 0;
	background: url(/grafik/bilder/bgHEADER.png) top left no-repeat transparent;
	color: inherit;
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
#header {
	margin: 0 auto;
	height: 110px;
	width: 800px;
	position: static;
}
#logotype {
	margin: 0;
	padding: 0;
	color: inherit;
	background: url(/grafik/bilder/logoQNETCOM.png) no-repeat transparent;
	width: 118px;
	height: 110px;
	float: left;
	position: absolute;
	left: auto;
	top: 0;
}
#wrapper {
	margin: 100px auto 0 auto;
	padding: 30px 0 150px 30px;
	color: #FFF;
	background: url(/grafik/bilder/bgWRAPPER.jpg) top left repeat-x #000;
	width: 820px;
	height: auto;
	min-height: 350px;
	overflow: hidden;
}
#text {
	width: 500px;
	height: auto;
	min-height: 350px;
	border-right: solid 0.5pt #8ab757;
	padding: 0 20px 50px 0;
}
#text, #text p, table, span {
	padding-left: 10px;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #DDD;
}
#text p {
	line-height: 1.15em;
}
#rightColumn {
	float: right;
	width: 285px;
	text-align: center;
	margin: 15px auto;
	height: auto;
}
#footer {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(/grafik/bilder/bgFOOTER.png) top right no-repeat transparent;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 20;
}
#contact {
	font-size: 10px;
	font-weight: 100;
	text-align: left;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
font-family: Tahoma, Geneva, sans-serif;
	margin: 20px 0 0 0;
	float: left;
}
#brand {
	float: right;
	text-align: right;
	width: 200px;
	height: 25px;
	margin: 20px 15px 0 0;
}