@charset "utf-8";
/* CSS Document */

html, body {
    padding:0;
    margin:0;
}
html {
    text-align:center;
    background-color:#EEE;
    background-image: url("img/bg.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-color:#EEE;
}
body {
    margin:0 auto;
    width:1020px;
    text-align:center;
    font-size:14px;
}
img {
    border:0px;
}
header {
    margin:0 10px;
    height:150px;
}
header#logo {
    text-align: left;
}
header#logo img {
    float: left;
    margin:0px;
}
header div#verein {
    position: absolute;
    top:17px;
    margin-left:249px;
    font-size: 12px;
    color:#868889;
    line-height: 1.3em;
    z-index: 0;
}

/* NAVIGATION */
nav ul {
    padding:0px;
}
nav ul li {
    float:left;
    display: inline-block;
}
nav ul img {
    float: left;
}

nav#hauptnav {
    margin:0 10px;
    background-color: #2aa4d5;
    height:45px;
}
nav#hauptnav ul {
    margin: 0 0 0 249px;
}
nav#metanav {
    float:right;
    margin:0 20px 0 0;
}
nav#metanav ul {
    margin:110px 0 0 0;
}
nav#unternav {
    float:left;
    width:238px;
    margin:50px 0px 0px 10px;
}
nav#unternav ul {
    margin:0 0 0 22px;
}
nav#unternav ul li {
    margin:0 0 10px 0;
}


/* INHALT */
article {
    float:left;
    text-align: left;
    margin:50px 0px 0px 15px;
    width:500px
}
article#startseite {
    margin-left:7px;
    margin-right: 0;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 5px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 5px;
}
div.csc-default {
    margin:0 0 30px 0;
}
div#kopf div.csc-default {
    margin:0px;
}
div.csc-default ul {;
    list-style-image: url(img/square.jpg);
}
body, textarea {
    font-family: sans-serif;
    line-height: 1.4em;
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 16px;
    color:#2aa4d5;
}
h1 {
    /*text-shadow: 1px 1px 1px rgba(50,179,173,0.04);*/
    font-size: 22px;
    margin:0px 0 10px -1px;
}
h1.csc-firstHeader {
    /*-webkit-text-stroke: 1px rgba(42, 164, 213, 0.2);*/
    /*font-size: 22px;*/
    /*color:#2aa4d5;*/
    margin: 0 0 15px 0;
}
h1.imageheader {
    /*overflow:hidden;*/
    /*height:26px;*/
    /*text-indent:999em;*/
    line-height: 1.5em;
    font-size: 19px;
    /*white-space:nowrap;*/
    background-repeat:no-repeat;
    min-height:26px;
    padding:0;
    margin:0;
}
h1.imageheader span {
    margin:0;
}
h1.imageheader a {display:block;}

p, p.bodytext, p.bodytext td, article li, label, input, textarea {
    font-size: 12px;
    margin:0 0 10px 0;
}

p.bodytext a {
    color:#2aa4d5;
}

/* YAG */
.yag-item-thumb-outerframe {
    margin:0 5px 0 0;
}
div.tx-yag-pi1 ul {
    display: inline-block;
    margin:0;
    padding:0;
}
div.tx-yag-pager {
    display: none;
}

footer {
    clear:both;
}

/* SLIDER */
div.tx-imagecycle-pi3 {
    margin-left:10px;
}
div.nivoSlider {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom:0px !important;
}

/* Powermail */
fieldset.powermail_fieldset {
    margin:0px;
    padding:0px;
    border:0;
    position: relative;
}
fieldset.powermail_fieldset legend {
    display: none;
}
label.powermail_label {
    display: block;
    float:left;
    width:120px;
}
div.powermail_fieldwrap {
    clear:both;
}
div.powermail_captcha_outer img, input.powermail_submit {
    margin-left: 120px;
}
ul.powermail_message {
    margin-left:0;
    padding-left:0;
    font-weight: bold;
}
ul.powermail_message li {
    list-style-type: none;
}
#powermail_field_anfrage {
    width:229px;
}
div.tx-powermail form h3 {
    display:none;
}

div.tx-powermail {
    margin-top: 10px;
}


fieldset.powermail_fieldset fieldset {
    margin:0;
    padding:0;
    border: 0;
}
div.powermail_radio_outer {
    display: table;
    width: 100%;
    /*border: 1px solid blue;*/
}
div.powermail_radio_outer div.powermail_radio_inner {
    display:table-row;
}
div.powermail_radio_outer div.powermail_radio_inner label {
    display: table;
    width: calc(100% - 40px);
    /*border: 1px solid blue;*/
}
div.powermail_radio_outer div.powermail_radio_inner div.label {
    display:table-cell;
    /*border: thin solid red;*/
    /*padding: 5px;*/
}
div.powermail_radio_outer div.powermail_radio_inner input {
    float:right;
    display:table-cell;
    /*border: thin solid red;*/
    margin: 3px;
}
div.powermail_radio_outer div.powermail_radio_inner label div.preis {
    display:table-cell;
    text-align: right;
    /*border: thin solid red;*/
    /*padding: 5px;*/
}

div.powermail_check_inner label {
    display: block;
}
div.powermail_check_inner input {
    float:left;
    margin: 3px 10px 30px 0;
}