/* Allgemeines
----------------------------------------------- */
body { 
	background:#000000;
	color:#ffffff;	
	font-family:  arial, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	height:100%;
}

a {
	text-decoration:none;
	border:none;
	color: #ffffff;
}

p {
	line-height:18px;
	padding:0 0 15px 0;
}

p span {
	color:#ffde0b;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#ffde0b;
	margin-bottom: 15px;
}
h1 span {
	color:#009ee2;
}

h1.mainhead {
	font-size:30px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#ffde0b;
	margin:0 0 15px 25px;
	text-shadow: 2px 2px 4px #7d6d05;
}

h2 {
	font-size:24px;
	font-weight:normal;
	color:#009ee2;
	text-transform:uppercase;
}

h3 {
	font-size:24px;
	font-weight:normal;
	color:#b3b3b3;
	text-transform:uppercase;
}

h4 {
	font-size:16px;
	font-weight:normal;
	color:#545454;
	text-transform:uppercase;
}

h5 {
	font-size:16px;
	font-weight:normal;
	color:#545454;
}

.left {
	float:left;
}

.right {
	float:right;
}

.cb {
	clear:both;
}



/* BG IMAGE
----------------------------------------------- */
.vegas-loading {
	/* Loading Gif by http://preloaders.net/ 
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#000 url(../img/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(../img/loading.gif) no-repeat center center;
	height:32px;
	left:20px;
	position:fixed;
	top:20px;
	width:32px; 
	z-index:0;*/
}

.vegas-overlay {
	background:transparent url(../img/overlays/01.png);
	opacity:0.5;
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
}


/* Content
----------------------------------------------- */

#wrapper {
	text-align: left;
	width: 980px;
	margin: 0 auto -31px auto;
	min-height: 100%;
	height: auto;
}

#header {
	position:relative;
	top: 100px;
}

#header a {
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 30px;
}

#header a:hover, #header a.active {
	color: #ffde0b;
}

div.content {
	margin-top: 130px;
	min-height: 700px;
}

#logo {
	float:right;
	margin-top: -90px;
	margin-right: -28px;
}

#headerBG {
	position: absolute;
	top:80px;
	left:0px;
	width:100%;
	height: 55px;
	background-color: #000000;
	-moz-box-shadow: 3px 3px 5px #1d1d1b;
	-webkit-box-shadow: 3px 3px 5px #1d1d1b;
	box-shadow: 3px 3px 5px #1d1d1b;
	z-index: -1;
	opacity: 0.7;
	border-bottom: #ffffff 1px solid;
}

#footer {
	position: relative;
	text-align: right;
	width:100%;
}

#footer div.around {
	width: 100%;
	background-color: #000000;
	opacity: 0.7;
	height: 30px;
	border-top: #ffffff 1px solid;
}

#footer a {
	font-size: 12px;
	margin-left: 20px;
}

#footer a:hover, #footer a.active {
	color: #ffde0b;
}

div.footerwrapper {
	width: 960px !important;
	text-align: right;
	margin: 7px auto 0 auto;
}

div.languageSwitch {
	margin-bottom: 10px;
	text-align: right;
}

div.languageSwitch div {
	display: inline-block;
	background: transparent url("../img/bgText.png") repeat scroll 0 0;
	padding: 3px 10px;
}

div.languageSwitch a.active, div.languageSwitch a:hover {
	color:#ffde0b;
}


div.mainCon {
	margin:20px 0 60px 0;
}

img.headline {
	margin-left: 25px;
}

img.visHome {
	-moz-box-shadow: 3px 3px 5px #1d1d1b;
	-webkit-box-shadow: 3px 3px 5px #1d1d1b;
	box-shadow: 3px 3px 5px #1d1d1b;
	margin-bottom: 30px;
}

img.visUnternehmen {
	position: absolute;
	top: 20px;
	right: 60px;
}

div.textBlock {
	background: transparent url(../img/bgText.png);
	-moz-box-shadow: 3px 3px 5px #1d1d1b;
	-webkit-box-shadow: 3px 3px 5px #1d1d1b;
	box-shadow: 3px 3px 5px #1d1d1b;
	padding: 25px;
	margin-bottom: 30px;
	position: relative;
}

div.textBlock ul {
	list-style: none;
	margin-bottom: 30px;
}

div.textBlock ul.circle {
	list-style: circle;
}

div.textBlock li {
	margin: 0px 0px 15px 30px;
}

div.textBlock li span {
	color:#ffde0b;
}

