* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body, #cont, #bgr, #bgr table, #bgr td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000;
  background: #f3f3f3;
}
a {
	color: #000;
	outline: 0;
	text-decoration: none;
}
img {
	display: block;
}
#menu {
	position: absolute;
	top: 50px; /* top or bottom */
	left: 200px;
	width: 100%;
	line-height: 12px;
	z-index: 2000;
  display:none;
}
h1 {
	position: relative;
	width: 200px;
	left: -201px;
	margin-bottom: -71px;
}
#menu div {
	height: 71px;
	background: #000;
	opacity: .7; /* for all other browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
	filter: alpha(opacity=70); /* for IE5-7 */
}

#logo
{
	float:right;
  padding-top:30px;
  margin-right:30px;
}
#cont {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1000;
}
.botox {
	position: absolute;
	top: 5%;
	right: 5%;

	padding: 10px;

		text-shadow: 1px 1px 6px #666666; /* for all other browsers */
		filter:
			progid:DXImageTransform.Microsoft.Glow(Color=#666666,Strength=2) /*for IE5-8*/
			
		;
	






}
.left {
	text-align: left;
	font-size: 12px;
}
.large h2 {
  color: #fff;
  font-size: 34px;
  padding: 10px 0 10px 15px;
  font-weight: normal;
}
div.botox p {
	background: #fff;
	padding: 10px 10px 8px 20px;
}
#wrap 
{
	width:990px;
  margin:0 auto;
}
#lang {
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  color: #000;
  background: url(http://files.bgcc.at/haeusler/bg-nav.png) repeat-x;
  padding: 4px;
  z-index: 3000;
  width:100%;
  height:95px;
  min-width:800px;
}
#lang ul 
{
	float:left;
  margin-top:13px;
  margin-left:50px;
  border-right: 1px solid #cecdcd;
  border-left: 1px solid #ebeaea;
  }
#lang ul li
{
  float:left;

}
#lang ul li:hover
{
 background-color:#FFF;
}
#lang ul li a
{
  font-size:20px;
  text-shadow:2px 2px 0 #F6F6F6;
  color: #999;
  
  border-left:1px solid #CECDCD;
border-right:1px solid #EBEAEA;
float:left;
height:115px;
margin-left:0;
margin-right:0;
padding-left:20px;
padding-right:20px;
padding-top:30px;
}
#lang ul li a:hover
{

}
#lang ul li.active a
{
  color:#063;
}
/* */
.centeredImg {
 position:absolute;
 width:100%;
 text-align:center;
 bottom:90px;
}
.centeredImg img {
 display:inline;
 position:absolute;	
  bottom:0;
  width:100%;
  left:0;
}
/* alte Variante */
#bgr divBak {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
#bgr div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
#bgr td {
  text-align: center;
  vertical-align: bottom;
}
#bgr img {
  min-height: 50%;
  min-width: 50%;
  margin: 0 auto;
}
.QOverlay {
  z-index: 9999;
  background: #1E3C00;
}

.QLoader {
	background-color: #f3f3f3;
	height: 1px;
}
