@charset "UTF-8";
/* CSS Document */

body {
	background-position: top center;
	overflow-x: hidden;
	background-color:#beb7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ccc;
	line-height: 1.5em;	
}

iframe {
	background-color:#fff;
}

* {
	margin: 0;
	padding: 0;
}

DIV#comigSoon {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

DIV#comingSoon h1 {
	font-size: 1em;
	color: #2db5ff;
}

img {
	border: 0;
}

img.mime_icon {
	vertical-align: text-bottom;
}

a, a:visited {
	text-decoration: underline;
	border: none;
	outline: none;
	color: #ccc;
}

a:hover, a:active, a:focus {
	color: #fff;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}

p {
	margin-bottom: 1em;
}

.clear, #clear {
    clear: both;
    font-size: 0.1px;
    height: 0.1px;
    line-height: 0.1px;
}

/* Common */

.imgReplace {
	display: block; 
	text-indent: -623em; 
	background-repeat: no-repeat;
}


DIV#vignette {
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position: fixed;
	overflow: hidden;
}

DIV#vignette img {
	width: 100%;
	height: 100%;
}


DIV#loader {
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position:fixed;
	text-align: center;
}

.loading {
	background: url(../images/spinner.gif) no-repeat center center;
}

DIV#loader img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
}

DIV#black{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
}

DIV#arm {
	width: 100%;
	height: 242px;
	top:180px;
	left:0px;
	position:fixed;
	text-align: center;
}

DIV#arm img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

DIV#logo {
	position:absolute;
	width:185px;
	height:55px;
	top:25px;
	left:100px;
	background-image:url(../images/logo.png);
	z-index:100;
	cursor: pointer;
}

DIV#brilliant-bg {
	position:absolute;
	width:75px;
	height:75px;
	top:14px;
	left:24px;
	background-image:url(../images/brilliant_bg.png);
	z-index:99;
	cursor: pointer;
}

DIV#brilliant {
	position:absolute;
	width:72px;
	height:72px;
	top:16px;
	left:26px;
	background-image:url(../images/brilliant_seq.gif);
	z-index:100;
	cursor: pointer;
/* 	visibility: hidden; */
}

DIV#fernseher {
	position: absolute;
	width: 145px;
	height: 120px;
	bottom: -150px;
	left: 10px;
	z-index: 101;
	background-image: url(../images/screen.gif);
	background-repeat: no-repeat;
	background-position: 40px 20px;
	cursor: pointer;
}

DIV#icons {
	position: absolute;
	top: 8px;
	right: 16px;
}


DIV#icons img{ /* Rotate icons 180deg onmouseover and out */
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

DIV#icons img:hover{
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}

DIV#icons li {
	list-style: none;
	float: left;

}

DIV#icons li a {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

/*
DIV#icons li a.xing {
	background-image: url(../images/icon_xing.png);
}

DIV#icons li a.facebook {
	background-image: url(../images/icon_facebook.png);
}

DIV#icons li a.skype {
	background-image: url(../images/icon_skype.png);
}

DIV#icons li a.imprint {
	background-image: url(../images/icon_imprint.png);
}
*/

DIV#wrapper {
	position:relative;
	width:900px;
	margin: 0 auto;
	height:100% !important;
	min-height:20px;
/* 	overflow:hidden !important; */
}

DIV#menu_small_container {
	position: relative;
	width: 100%;
	height: 120px;
}

DIV#menu_container {
	position: relative;
	width: 100%;
	height: 160px;
}

DIV#menu {
	position:relative;
	filter:inherit;	
	width: 900px;
	height: 120px;
}

DIV#menu_small {
	position:relative;
   	margin-left: auto;
   	margin-right: auto;
	top: 35px;
	filter:inherit;	
	width: 285px;
}

DIV#mid {
	margin:15px auto;
	width:850px;
	position:relative;
}


DIV#left {
	width: 415px;
	float: left;
	position: relative;
	margin-left: 20px;
	padding: 20px 0px 10px 0px;
}

DIV#right {
	width: 420px;
	float: right;
	position: relative;
	margin-right: 15px;
	padding: 20px 0px 10px 0px;
}

DIV#content {
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
}

	DIV#content ul {
		margin-bottom: 15px;
	}
	
	DIV#content li {
		margin-left: 15px;
	}
	
DIV#contentBG {
	width: 900px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: .7;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

DIV#fullWidth {
	position: relative;
	width: 800px;
	display: block;
    margin-left: auto;
    margin-right: auto;	
}

.hide {
	visibility: hidden;
}

DIV#skypedetectionswf {
	visibility: hidden;
}

VIDEO#video {
	z-index: 111;
}

/* CONTACT */

DIV#contact DIV#left {
	margin-left: 70px;
}

DIV#contact DIV#right {
	width: 370px;
}

DIV#contact td {
	vertical-align: top;
}

/* DOCUMENTS */

DIV.case_studies {
	margin: 20px;
}

DIV.case_studies ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 16px;
    padding-left: 0;
    vertical-align: middle;
    margin-bottom: 1em;
}
