/** STANDARDS **/
body {
    font-family: Verdana, sans-serif;
    line-height: 1.6;
    font-size: 12px;
    color: #fff;
	margin: 0;
    padding: 0;
	background: url("../images/bg-grey.png") repeat-x #F1F5F6;
}

a {
    color: #222;
    text-decoration: underline;
    outline: none;
}

a:hover {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #2;
    text-decoration: none;
}

table {
	float:left;
	position:absolute;
	top:0;
	width: 100%;
}

img, a img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

h2 {
    line-height: 1.6;
    font-size: 12px;
	font-weight: normal;
}

h3 {
    font-size: 28px;
    margin:0 0 10px 0;
    font-weight: normal;
	border-bottom: 1px solid #fff;
	border-bottom-style:dotted;
}
/** /STANDARDS **/
	
/** HELPERS **/
.left {
    float: left;
}

.right {
    float: right;
}
/** /HELPERS **/

iframe, #noIframe{
	background: url("../images/gradient.png");
}

.buttonTop {
	float:right;
	position:relative;
	left:-35px;
	top:20px;
}

#ref{
   position: relative;
}

#page {
    clear: left;
    margin: 0 auto;
    position: relative;
    width: 1048px;
    z-index: 5;
}

#main {
	display:block;
    clear: left;
    width: 100%;
    z-index: 0;
}

.content {
    clear: left;
    margin: 0 auto;
    position: relative;
    width: 1048px;
    z-index: 100;
}

.contentboxTop {
    background: url("../images/contentbox_top.png");
    height: 31px;
}

.contentbox {
	background: url("../images/contentbox.png");
    overflow: auto;
    padding: 0px 34px 22px;
    width: 980px;
}

.contentboxBottom {
    background: url("../images/contentbox_bottom.png");
    height: 11px;
}

#contentHome {
	display:none;
	/**/
}

.homeLink {
	display:block;
	/*
	border: 1px solid black;
	*/	
}

.homeLink{
	display:block;
	width: 100%;
	height: 100%;
}

.homeLink span {
	display: none
}

.homeLink:hover span {
	font-family: Verdana, sans-serif;
    display:block;
    position:relative;
    line-height:14px;
    padding:5px;
    font-size:11px;
    top:20%;
	left:30%; 
    background-color:#000; 
    color:#fff;
	opacity: 0.6;
}

#linkLinkedin, #linkLinkedinImg, #linkXing , #linkXingImg {
	width:33%;
}

#linkContactImg {
	height:100% !important;
}

#contact-background {
	float:left;
	padding-top:1200px;
    position: absolute;
}

.navi {
    position: fixed;
    background: url("../images/navi.png") no-repeat 1px top;
    height: 102px;
    padding: 5px 34px 0px;
    width: 980px;
    z-index: 200;
	font-family: Verdana,sans-serif;
}

#naviBottom div {
    color: #999999;
    font-size: 10px;
    padding: 16px 0;
}

#naviBottom {
    bottom: -60px;
	text-transform: uppercase;
}

#naviBottom .icons {
    float: left;
	list-style: none outside none;
    padding: 0;
	padding-top: 5px;
	margin-right:20px;
}

#naviBottom .icons li {
    float: left;
    margin-right: 5px;
}

#naviBottom .icons li  a span {
    display: none;
}

#naviBottom .icons li a {
    background: url("../images/icons.png") transparent no-repeat;	
    display: block;
    height: 16px;
    width: 16px;
}

#naviBottom #rss a {
	background-position: 0 -18px;
}

#naviBottom #rss a:hover {
	background-position: 0 0px;
}

#naviBottom #twitter a {
	background-position: 0 -54px;
}

#naviBottom #twitter a:hover {
	background-position: 0 -36px;
}

#naviBottom #skype a {
	background-position: 0 -91px;
}

#naviBottom #skype a:hover {
	background-position: 0 -73px;
}

#naviBottom #xing a {
	background-position: 0 -129px;
}

#naviBottom #xing a:hover {
	background-position: 0 -110px;
}

#naviBottom .right a {
    color: #f3f3f3;
    cursor: pointer;
}

#naviBottom .right form {
    float:right;
}

#contentContact a, #contentContact h3 {
    color: #fffd8b;
	border-color: #fffd8b;
}

#contentContact .contactform {
    width: 430px;
    float: left;
}

#contentContact .contactform p {
    margin: 8px 0px;
}

#contentContact .contactform #message {
    margin-bottom: 4px;
}

#contentContact .contactform input, #contentContact .contactform textarea {
    margin: 0px 8px 0px 0px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 270px;
    color: #aaa;
    font-family: "extern";
    font-size: 13px;
}

#contentContact .contactform input.sm {
    width: 186px;
}

#contentContact .contactform textarea {
    width: 400px;
    height: 300px;
    overflow: auto;
}

#contentContact .address {
    float: left;
    margin-left: 60px;
    width: 490px;
}

#contentContact .address .alternative {
    overflow: auto;
}

#contentContact .address .alternative p.right {
    float: left;
    padding-left: 130px;
}

#contentContact .address strong {
    display: block;
    margin: 4px 0px 1px;
}

.referenzen {
    float: left;
    margin-right: 50px;
    width: 640px;
}

.referenzen h3, .partner h3{
    color: #d4d4ff;
	border-color: #d4d4ff;
}

.referenzen h2{
    -moz-column-count: 2;
}

.partner {
    float: left;
    padding-left: 24px;
	width:240px;
}

.partner a, #contentHome a{
    color: #fff;
	text-decoration:none;
}

.partner a:hover {
    color: #ccc;
	text-decoration:underline;
}

.partner ul {
    list-style: none outside none;
	margin:0;
	padding:0;
}

.partner li {
    background: url("../images/list-bullet.gif") no-repeat scroll left center transparent;
    padding: 2px 0 2px 20px;
}

/* Preloader */
.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}
/* Preloader */

.bg {
    position: absolute;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 1100px;
}
