@charset "UTF-8";
@import url("reset.css");
@import url("typeface.css");

.comingsoon {
	z-index: 10000;
        position: fixed;
        top: 40px;
        right: 40px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.5;
	background-color: white;
	overflow-y: scroll;
}
.clearing {
	clear: both;	
}
.wrapper, .wrapper * { 
	text-align: left; 
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(../../../images/24_col*.gif);
	background-repeat: repeat-y;
}


/*Header*/

#header {
	width: 100%;
	height: 65px;
	background-color: #111;
	background-image: url(../../../images/blackbg.png);
	border-bottom: 1px solid white;
}
#logo {
	position: relative; 
	top: 30px;
	float: left;
	width: 235px;
}


/*Navigation*/

ul.wayfinder {
	position: relative; 
	top: 40px;
	float: left;
	font-size: 0.85em;
	text-transform: uppercase; 
	font-weight: bold;
}
.wayfinder li {
	display: inline;
}
.wayfinder li a {
	color: #e2e1dd;
	text-decoration: none;
	padding: 12px 10px 8px 10px;
	
}
.wayfinder li a:hover {
	color: #111;
	background-image: url(../../../images/li_wayfinderbg.png);
	background-repeat: repeat-x;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	padding: 12px 10px 8px 10px;	
}
.wayfinder .active a {
	color: #111;
	background-image: url(../../../images/li_wayfinderbg.png);
	background-repeat: repeat-x;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	padding: 12px 10px 8px 10px;
}
li#user1 {
	position: relative;
	left: 293px;
}
li#user1 a:link {
	color: #3bb2dc;	
}

/*Show*/
#show {
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 800px;
	height: 400px;
	border: 1px solid #e2e1dd;
	box-shadow: 0px 0px 15px #bdbdbd;
	-webkit-box-shadow: 0px 0px 15px #bdbdbd;
	-moz-box-shadow: 0px 0px 15px #bdbdbd; 
}

#tagline {
	position: relative;
	top: 80px;
	left: 80px;
	width: 714px;
}

/*Overview*/

#overview {
	position: relative;
	top: 110px;
	width: 100%;
	background-color: #111;
	background-image: url(../../../images/blackbg.png);
	border-top: 1px solid #141414;
	padding: 35px 0 35px 0;

}
div.three-col {
	padding: 25px 0 0 0;
	-webkit-column-count: 3;
    	-webkit-column-gap: 15px;
	-moz-column-count: 3;
   	 -moz-column-gap: 15px;
}

/*Kunden*/
#clients, #about, #contact, #support {
	position: relative;
	top: 50px;
}
.casestudies {
	margin: 0 0 50px 0;
}
.casestudies .left {
	float: left;
	width: 463px;
	border: 1px solid #e2e1dd;
	margin: 15px 0px 25px 0;
}
.casestudies .right {
	float: right;
	width: 480px;
	margin: 15px 0 25px 13px;
	
}
div.two-col {
	padding: 25px 0 0 0;
	-webkit-column-count: 2;
   	-webkit-column-gap: 25px;
	-moz-column-count: 2;
   	-moz-column-gap: 25px;
	margin: 0px 0 50px 0;
}
.two-col img {
	border: 1px solid #e2e1dd;
}
#clientshow {
	position: relative;
	top: 15px;
	margin: 0 0 50px 0;
}
.clientthumb {
	float: left;
	width: 225px;
	height: 150px;
	background-image: url(../../../images/stories/blanc.jpg);
	border: 1px solid #e2e1dd;
	margin: 0 6px 75px 6px;
}
.clientthumbNA {
	float: left;
	width: 225px;
	height: 150px;
	background-image: url(../../../images/stories/blanc_na.jpg);
	border: 1px solid #e2e1dd;
	margin: 0 6px 75px 6px;

}
a.hide:hover {
	opacity: 0;
}
#clientlist {
	position: relative;
	top: 5px;
	-webkit-column-count: 4;
   	-webkit-column-gap: 15px;
	-moz-column-count: 4;
   	-moz-column-gap: 15px;
}



/*GetinTouch*/
#getintouch {
	position: relative;
	top: 110px;
	width: 100%;
	height: 400px;
	background-color: #111;
	background-image: url(../../../images/blackbg.png);
	border-top: 1px solid #141414;
	padding: 35px 0 35px 0;		
}
#getintouch .left {
	float: left;
	width: 240px;
	padding: 25px 0 0 0;	
}
#getintouch img {
	margin: 0 0 15px 0;	
}
#getintouch .right {
	float: right; 
	width: 635px;
	padding: 25px 0 15px 0;
}

#footer {
	position: relative;
	top: 100px;
	width: 100%;
	letter-spacing: 0.2pt;
	line-height: 1.7;
	padding: 35px 0 0 0;	
}
#footer img {
	margin: 10px 10px 10px 0;	
}
#footer a {
	color: #747579;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
/*Buttons*/
a.readon_button {
	display: inline-block;
	width: 110px;
	height: 16px;
	color: white;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.4pt;
	text-decoration: none;
	background-color: #444;
	background-image: url(../../../images/button_bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(34,34,34,0.2);
	cursor: pointer;
	padding: 8px 0 0 0 ;
	margin: 10px 0 0 0;
}
a.readon_button:hover {
	background-image: none;
	background-color: #3bb2dc;
	text-decoration: none;	
}

/*Inputform Support*/


td {
	color: #747579;	
	font-size: 0.8em;
	text-align: left;
	padding: 0 5px 0 0;
}
td input {
	width: 160px;
	height: 22px;
	color: #bdbdbd;
	background-color: white;
	font-size: 100%;
	border: 1px solid #bdbdbd;
	padding: 5px 0 0 10px;
	margin: 5px 0 5px 0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;

}

td .submit {
	display: inline-block;
	width: 60px;
	height: 22px;
	color: white;
	text-align: center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.4pt;
	text-decoration: none;
	background-image: url(../../../images/button_bg.png);
	background-repeat: repeat-x;
	border: 0;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 0px 4px #bdbdbd;
	-moz-box-shadow: 0px 0px 4px #bdbdbd;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
}
td input:focus, textarea:focus {
	background-color: white;
	color: #bdbdbd;
	border: 1px solid #bdbdbd;
	
}

/*Contactform*/

input {
	color: white;	
	font-size: 120%;
}

input.input-text {
	width: 200px;
	height: 24px;
	color: bdbdbd;
	background-color: #111;
	border: 1px solid #bdbdbd;
	padding: 5px 0 0 10px;
	margin: 15px 15px 0 0;

}
textarea {
	width: 428px;
	height: 150px;
	color: white;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;;
	background-color: #111;
	border: 1px solid #bdbdbd;
	padding: 10px 0 0 10px;
	margin: 15px 0 0 0;

}
.submit {
	display: inline-block;
	width: 110px;
	height: 22px;
	color: white;
	text-align: center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.4pt;
	text-decoration: none;
	background-color: #444;
	background-image: url(../../../images/button_bg.png);
	background-repeat: repeat-x;
	border: 0;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 0px 4px #bdbdbd;
	-moz-box-shadow: 0px 0px 4px #bdbdbd;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	padding: 2px 0 0 0 ;
	margin: 15px 0 0 0;
}
input:focus, textarea:focus {
	background-color: white;	
	color: #111;
}
#alertmessageCall {	
}
.alert_message {
	color: white;
	font-size: 1.5em;
	padding: 10px 0 5px 0;
	opacity: 1;
}

/*Modal Boxes*/

.modalbox {
	background: white;
	padding: 12px;
}

div#imprintModal.show {
	opacity: 1.0;
	z-index: 100;
	-webkit-transition-duration: 0.25s;
}

