* {
    margin: 0;
    padding: 0;
}

html, body {
    color: #858585;
    margin:0; 
    padding:0; 
    text-align:center;
    background: #222 url(../img/body-bg.jpg) repeat-x 0 96px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.left, .align-left {
    float: left;
    left: 0;
}

.right, .align-right {
    float: right;
    right: 0;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.clearer {
    clear: both;
}

.block {
    display:block;
    clear:both;
    text-align:justify;
}

a {
	color:#F48A48;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active, a:focus{
	outline:none;
}

img {
    border: none;
}

.horCenter {
    width: 1000px;
    margin: 0 auto;
}

p {
    line-height: 16px;
}

.pagewidth { 
    width:1000px;
    overflow: hidden;
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;  
}

#header {
    background: #222;
    position:relative; 
    height:95px; 
    margin-left:auto;
    margin-right:auto;
    text-align:left;
} 
 
#maincol {
    background-color: white;
    height:159px;
    overflow:hidden;
    position:relative;
    text-align:left;
}
 
#footer {
    background:#222222 none repeat scroll 0 0;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    text-align:left;
    font-size:11px;
    line-height: 15px;
}

/* Stage */

#stage {
    position: relative;
    height: 296px;
    background: #d7d7d7 url(../img/stage-bg.jpg) no-repeat;
}

#stage a:hover {
	background:transparent url('../img/arrow_link.gif') no-repeat right 1px;
	padding-right:10px;
	font-weight:bold;
	text-decoration:none;
}

#stage a.mailto:hover {
	background:transparent url('../img/mail_link.gif') no-repeat right 1px;
}

/* Main Menu */

#mainMenu {
    height: 51px;
    padding-top: 40px;
    width: 100%;
}

#mainMenu ul {
    float: left;
    position: relative;
    margin: 0 auto;
    left: 50%;
}

#mainMenu li {
    float: left;
    list-style-type: none;
    position: relative;
    right: 50%;
}

#mainMenu li a {
    display: block;
    text-decoration: none;
    height: 51px;
}

#mainMenu .seperator {
   background: url(../img/main_menu-sep.jpg) no-repeat center;
   display: block;
   width: 10px;
   height: 51px;
   z-index: 1000;
}

#mainMenu .center {

}

#mainMenu .center .arrow {
    width: 100%;
    height: 20px;
    position: absolute;
    background: url(../img/arrow.png) no-repeat center;
    display: none;
    bottom: 2px;
    text-align: center;
    z-index: 1;
    left: -20px;
}

#mainMenu .active .center .background, #mainMenu .active .center .arrow {
    display: block;
}

#mainMenu .active .center .background a {
    background: url(../img/main_menu-bg.jpg) repeat-x;
}

#mainMenu .center a {
    height: 51px;
    display: block;
    float: left;
    position: relative;
    background: url(../img/main_menu-bg.jpg) repeat-x 0 51px;
}

#mainMenu li a small {
    color: #898989;
    font-size: 14px;
    letter-spacing:-2px;
    text-transform: uppercase;
    padding: 4px 20px 0 20px;
    height: 14px;
    float: left;
    font-family: futuracondensedmedium, Arial;
}

#mainMenu li a span {
    clear: both;
    float: left;
    color: #dcdcdc;
    font-size: 16px;
    height: 16px;
    vertical-align: top;
    text-transform: uppercase;
    font-family: futuramedium, Arial;
    margin: 0 20px;
}

/* sub menu */

#menuSub {
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: 30px;
}

#menuSub li {
    display: inline;
}

#menuSub li a {
    padding: 0 10px;
    color:#333;
    display:block;
    float:left;
    font-weight:bolder;
    height:39px;
    line-height:39px;
    text-decoration:none;
    text-transform:none;
    width:auto;
}

#menuSub li.act a {
    background:transparent url(../img/arrow-down_grey.png) no-repeat scroll center 0;
    color:#858585;
}

/* Multiple columns */
  
#stage .firstCol, #stage .secondCol {
    width: 48%;
    margin: 1%
}

#stage .firstCol {
    text-align: right;
    margin-top:95px;
}

#maincol .firstCol, #maincol .secondCol {
	width:50%;
}

/* Stage Items */

#stage h1 {
    color:#222222;
    font-size:64px;
    font-weight:bold;
    letter-spacing:-6px;
    text-transform:uppercase;
    font-family: futuracondensedextrabold, Arial;
}

#stage h2 {
    color: #ea620c;
    font-size: 26px;
    text-transform: uppercase;
    font-family: futuramedium, Arial;
}

#stage .csc-textpic-imagewrap {
    padding-top:75px;
}

#stage .bodytext {
    color: #808080;
    font-size: 12px;
}

#stage .highlightBox {
    background: #fff;
    padding: 30px;
}

#stage .highlightBox .sb-inner {
    background: #fff;
}

#stage .highlightBox .specialLink {
    text-decoration: none;
    color: #e2e2e2;
    float: left;
    height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 33px;
    padding: 0 20px;
    min-width: 190px;
    font-family: futuramedium, Arial;
}

#stage .highlightBox .orange .specialLinkLeft {
    background: url(../img/button_orange.jpg) no-repeat;
    width: 5px;
    height: 40px;
    float: left;
    clear: both;
}

#stage .highlightBox .orange .specialLinkBody {
    background: url(../img/button_orange_body.jpg) repeat-x;
    height: 40px;
    float: left;
}

#stage .highlightBox .orange .specialLinkRight {
    background: url(../img/button_orange.jpg) no-repeat -8px 0;
    width: 34px;
    height: 40px;
    float: left;
}

#stage .highlightBox .grey .specialLinkLeft {
    background: url(../img/button_grey.jpg) no-repeat;
    width: 5px;
    height: 40px;
    float: left;
    clear: both;
}

#stage .highlightBox .grey .specialLinkBody {
    background: url(../img/button_grey_body.jpg) repeat-x;
    height: 40px;
    float: left;
    font-family: futuramedium, Arial;
    font-size: 20px;
}

#stage .highlightBox .grey .specialLinkRight {
    background: url(../img/button_grey.jpg) no-repeat -8px 0;
    width: 34px;
    height: 40px;
    float: left;
}

#downloadProfile {
	left:0;
	position:absolute;
	top:150px;
}

#downloadProfile a {
	background:transparent url('../img/company_profile_download_no.jpg') no-repeat;
	display:block;
	height:250px;
	width:250px;	
}

#downloadProfile a:hover {
	background:transparent url('../img/company_profile_download_act.jpg') no-repeat;
	display:block;
	height:250px;
	width:250px;
}

#downloadProfile span.linkText {
	display:none;
}

/* Main */

h2, .twoCol h2 {
	font-family: futuracondensedextrabold, Arial;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #ea620e;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
}

#maincol .feature {
    cursor:pointer;
    display:inline;
    float:left;
    overflow:hidden;
    text-align:center;
	height:160px;
	position:relative;
}

#maincol .feature a.rollover {
	display: block;
	float: left;
	height: 0px !important;
	padding-top: 160px; /* H�he einer Rollover-Status-Grafik */
	overflow: hidden;
}

#maincol .feature a#rollover1 {
	width: 340px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature a#rollover2 {
	width: 318px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature a#rollover3 {
	width: 340px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature a#rollover4 {
	width: 340px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature a#rollover5 {
	width: 318px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature a#rollover6 {
	width: 340px; /* Breite einer Rollover-Status-Grafik  */
}

#maincol .feature #rollover1 {
	background: url(../img/3digit-feature-1.png) no-repeat left 0px;
}

#maincol .feature #rollover1:hover {
	background: url(../img/3digit-feature-1.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature #rollover2 {
	background: url(../img/3digit-feature-2.png) no-repeat left 0px;
}

#maincol .feature #rollover2:hover {
	background: url(../img/3digit-feature-2.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature #rollover3 {
	background: url(../img/featureBoxes-unsere_loesungen.png) no-repeat left 0px;
}

#maincol .feature #rollover3:hover {
	background: url(../img/featureBoxes-unsere_loesungen.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature #rollover4 {
	background: url(../img/featureBoxes-fuer_unternehmen.png) no-repeat left 0px;
}

#maincol .feature #rollover4:hover {
	background: url(../img/featureBoxes-fuer_unternehmen.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature #rollover5 {
	background: url(../img/featureBoxes-fuer_agenturen.png) no-repeat left 0px;
}

#maincol .feature #rollover5:hover {
	background: url(../img/featureBoxes-fuer_agenturen.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature #rollover6 {
	background: url(../img/featureBoxes-custom_development.png) no-repeat left 0px;
}

#maincol .feature #rollover6:hover {
	background: url(../img/featureBoxes-custom_development.png) no-repeat left -160px; /* H�he einer Rollover-Status-Grafik (negativ) */
}

#maincol .feature-divider {
    background-color:#A8A8A8;
    display:inline;
    float:left;
    height:140px;
    margin:10px 0;
    overflow:hidden;
    width:1px;
}

#maincol .last {
    border: none;
}

#maincol .feature .left, #maincol .feature .right {
}

#maincol h1 {
    font-family: futuracondensedmedium, Arial;
    font-size: 25px;
    width:100%;
    padding-bottom: 10px; 
}

#maincol .feature h1 {
    color:#717171;
    float:left;
    font-size:25px;
    letter-spacing:1px;
    width: 140px;
    line-height: 22px;
    font-family: futuracondensedmedium, Arial;
}

#maincol .feature .desc {
    margin-top: 10px;
    color:#717171;
    float:left;
    font-size:12px;
    letter-spacing:-1px;
    float: left;
    width: 140px;
}

#footer-text {
    width:35%;
}

#footer-copyright {
    float:left;
	margin:20px 0 0;
	padding:10px 0;
}

#footer-logos {
	float: right;
	margin-right: 44px;
}

#footer-menu {
    float: right;
    margin-right: 20px;
}

.footer-menu-item {
    float:left;
    padding-left:80px;
}

#footer .heading {
    color:#AAAAAA;
    font-size:14px;
    line-height: 18px;
    padding-bottom:5px;
}

#footer a {
    color:#858585;
    text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #999;
}

#footer a:hover {
    text-decoration:none;
	background:none;
	padding:0;
	border:none;
}

#contactForm {
    text-align: left;
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 1000;
}

#contactButton, #contactBox {
    float: left;
}

#toggleContact {
	background:transparent url(../img/button-callback.png) no-repeat scroll 0 2px;
	height:104px;
	width:22px;
	cursor:pointer;
}

#contactBox {
    display: none;
    background: #fff;
    padding: 10px;
}

#contactBox .sb-inner {
    background: #fff;
}

#contactBox .tx-powermail-pi1 {
    width: 345px;
}

#contactBox .tx-powermail-pi1 fieldset {
	margin: 0px;
	padding:0 18px;
}

#contactBox fieldset.tx-powermail-pi1_fieldset label {
	width: 120px;
}

#contactBox .tx_powermail_pi1_fieldwrap_html_submit {
    clear: both;
    padding-top:20px;
}

.tx-powermail-pi1 fieldset {
    border:medium none;
    float:left;
    margin:0 25%;
}

.tx-powermail-pi1 .legend {
	font-family:futuracondesed,Arial;
	left:-245px;
	position:absolute;
	top:25px;
	color: white;
        opacity: 0;
}

.tx-powermail-pi1 .legend .legendText {
	color: white;
	width: 100px;
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html .tooltip .tooltipTop {
	background: url(../img/tooltip-orange_top.png) no-repeat;
    width: 237px;
    height: 27px;
    padding-left: 10px;
    float: left;
    clear: both;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html  .tooltip .tooltipBody {
	background: url(../img/tooltip-orange_body.png) repeat-y;
    width: 237px;
    min-height: 10px;
    padding-left: 10px;
    float: left;
    clear: both;	
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html .tooltip .tooltipBottom {
	background: url(../img/tooltip-orange_bottom.png) no-repeat;
    width: 237px;
    height: 20px;
    float: left;
    clear: both;	
}

.tx-powermail-pi1 .grey .specialLinkLeft {
    background: url(../img/button_grey.jpg) no-repeat;
    width: 5px;
    height: 40px;
    float: left;
    clear: both;
}

.tx-powermail-pi1 .orange .specialLinkLeft {
	background: url(../img/button_orange.jpg) no-repeat;
	width: 5px;
    height: 40px;
    float: left;
    clear: both;
}

.tx-powermail-pi1 .grey .specialLinkBody {
    background: url(../img/button_grey_body.jpg) repeat-x;
    height: 40px;
    float: left;
}

.tx-powermail-pi1 .orange .specialLinkBody {
	background: url(../img/button_orange_body.jpg) repeat-x;
	height: 40px;
    float: left;
}

.tx-powermail-pi1 .grey .specialLinkRight {
    background: url(../img/button_grey.jpg) no-repeat -8px 0;
    width: 34px;
    height: 40px;
    float: left;
}

.tx-powermail-pi1 .orange .specialLinkRight {
	background: url(../img/button_orange.jpg) no-repeat -8px 0;
	width: 34px;
    height: 40px;
    float: left;

}

.tx-powermail-pi1 .specialLinkBody input {
    border: none;
    background: none;
    color:#E2E2E2;
    font-size: 20px;
display:block;
float:left;
font-family:futuramedium,Arial;
font-weight:normal;
height:32px;
letter-spacing:-1px;
line-height:32px;
min-width:190px;
padding:0 20px;
text-decoration:none;
text-transform:uppercase;
}

fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 200px;
line-height: 20px;
float: left;
clear: both;
padding: 5px;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea
{
    padding:5px;
    width:200px;
    border:1px solid #E2E2E2;
    float: left;
}

fieldset.tx-powermail-pi1_fieldset select {
    width: 212px;
}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
padding: 10px 0;
clear: both;
}

.tx_powermail_pi1_fieldwrap_html_radio_title, .tx_powermail_pi1_fieldwrap_html_checkbox_title {
    padding:5px;
    font-weight:bold;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submitgraphic input{
	width:auto;
	border:none;
}

div.powermail_radio_inner {
    padding:2px 0px;
}

div.powermail_radio_inner input {
    width:50px;
}

div.powermail_check_inner {
    padding:2px 0px;
}

div.powermail_check_inner input {
    width:50px;
}

div.error {
    border:1px solid #E2E2E2;
}

.error {
    background:#FFFBB7 none repeat scroll 0 0;
    color:#000000;
    float:left;
    opacity:0.7;
    padding:3px 10px;
    width:190px;
}

.success {
    background: #bdff9c;
}

.highlight {
    background: yellow;
}

form#kontakt fieldset.tx-powermail-pi1_fieldset textarea, 
form#kontakt fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	border:2px solid #E2E2E2;
	width:260px;
	font-size: 14px;
	color: #999;
}

form#kontakt fieldset.tx-powermail-pi1_fieldset label, form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset label {
	padding:5px 0px;
	font-weight: bold;
}

#kontakt .powermail_mandatory, #agentur-kontakt .powermail_mandatory {
	color: #EA620E;
	padding-left: 5px;
}

#kontakt div.error, #agentur-kontakt div.error {
	border: none;
}

#kontakt div.success, #agentur-kontakt div.success {
	color: #66cc00;
	padding-left:10px;
	width:auto;
}

#kontakt .error, #agentur-kontakt .error  {
	width: 252px;
	background: none;
	color: #FF0000;
	padding: 10px 0 0;
	font-weight: bold;
}

#agentur-kontakt .error {
	padding: 5px;
	width: auto;
}

form#agentur-kontakt {
	margin-top: 15px;
}

form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset textarea, 
form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset input.powermail_text,
form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset select {
	border:2px solid #E2E2E2;
	width:200px;
	font-size: 14px;
	color: #999;
}

form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset select {
	width: 214px;
}

form#agentur-kontakt fieldset.tx-powermail-pi1_fieldset label {
	padding:5px 0px;
	font-weight: bold;
	width: 180px;
}


#agentur-kontakt fieldset.tx-powermail-pi1_fieldset {
	margin:0;
}

/* captcha */

#recaptcha_area, #recaptcha_table {
    clear:both;
    width:318px !important;
}

.recaptchatable #recaptcha_response_field {
    left: 0;
}

#contact_developer {
    width: 460px;
}
.powermail_file {
    border:1px solid #E2E2E2;
float:left;
padding:5px;
width:200px;
}

#tx-powermail-pi1_fieldset_21 {
    float: none;
    margin: 0;
}