/* LAYOUT STYLESHEET for VOLLTREFFER 02 */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2013 */
/* version: 0.1 */
/* date: mar 2013 */

/* CONTENT:
/* Layout
/* .............. */

 
/* =HTML5 HACK & RESET ======================== */
* {padding:0px;margin:0px;}
header, section, footer, aside, nav, article {display: block;}


/* =LAYOUT ======================== */
body {text-align:center;background:#eee;}
#wrap {position:relative;width:990px;margin:0 auto;background:#fff;text-align:left;}
header {}
header nav {}
footer {clear:both;background:#ccc;}
/* 1 column */
.layout-1col section#content {width:100%;}
/* 2-colums */
.layout-2col section#content {width:66%;}
.layout-2col aside {width:33%;}
.layout-2col-left section#content {float:right;}
.layout-2col-left aside {float:left;}
.layout-2col-right section#content {float:left;}
.layout-2col-right aside {float:right;}


/* =CONTENT =========================== */
.csc-textpic-caption {padding-top:4px;font-size:0.8em;color:#666;}

/* BOXES */
/* abstand 20px */
/* gesamtbreit muss ggf. bei projekt angepasst werden (#content + box-abstand) */
.box-wrap {width:100%;margin:15px 0 15px;overflow:hidden;}
.box-2col {float:left;width:50%;}
.box-3col {float:left;width:33.3%;}
.box-3col-wrap .box-center {width:33.4%;}
.box-4col {float:left;width:25%;}
.box-2col .box-inner, .box-3col .box-inner, .box-4col .box-inner {margin-right:20px;padding:10px;border:1px solid #ccc;background:#eaeaea;}



/* =POWERMAIL =========================== */
/* POWERMAIL */
.tx-powermail h3,
.tx-powermail legend {display:none;}
div.powermail_fieldwrap {margin-bottom:15px;}
label.powermail_label {float:left;width:155px;}
input.powermail_input,
textarea.powermail_textarea {width:300px;}
input.powermail_submit {margin-left:155px;}
div.powermail_fieldwrap_submit {margin-bottom:25px;}
.formErrorContent {color:#c00;}
.formError + input {border:1px solid #c00;}


input.powermail_submit {border:none;padding:4px 10px;color:#fff;
background: rgba(102,162,192,1);
background: -moz-linear-gradient(top, rgba(102,162,192,1) 0%, rgba(0,68,104,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,162,192,1)), color-stop(100%, rgba(0,68,104,1)));
background: -webkit-linear-gradient(top, rgba(102,162,192,1) 0%, rgba(0,68,104,1) 100%);
background: -o-linear-gradient(top, rgba(102,162,192,1) 0%, rgba(0,68,104,1) 100%);
background: -ms-linear-gradient(top, rgba(102,162,192,1) 0%, rgba(0,68,104,1) 100%);
background: linear-gradient(to bottom, rgba(102,162,192,1) 0%, rgba(0,68,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a2c0', endColorstr='#004468', GradientType=0 );
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
input.powermail_submit:hover {-webkit-transform: rotate(0deg) scale(1.05);transform: rotate(0deg) scale(1.05);
background: rgba(78,141,173,1);
background: -moz-linear-gradient(top, rgba(78,141,173,1) 0%, rgba(1,53,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,141,173,1)), color-stop(100%, rgba(1,53,79,1)));
background: -webkit-linear-gradient(top, rgba(78,141,173,1) 0%, rgba(1,53,79,1) 100%);
background: -o-linear-gradient(top, rgba(78,141,173,1) 0%, rgba(1,53,79,1) 100%);
background: -ms-linear-gradient(top, rgba(78,141,173,1) 0%, rgba(1,53,79,1) 100%);
background: linear-gradient(to bottom, rgba(78,141,173,1) 0%, rgba(1,53,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8dad', endColorstr='#01354f', GradientType=0 );}


