body {
background-image: url('images/site_bg.jpg');
background-position: top;
background-repeat: repeat-x;
background-color:#325c06;
margin: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color:#414141;
}

#background {
background: url('images/background.png') no-repeat;
background-position: top center;
}

#fixcenter {
width: 960px;
margin: 0 auto;
padding: 25px 0 0 0;
}

.clear {
clear: both;
}



/* header
--------------------------------------------------------------------*/

#header {
width: 960px;
margin: 0 auto;
}

#logo {
width:200px;
height:120px;
float:left;
}

#logo a {
display: block;
position:absolute;
margin-left:25px;
margin-top:20px;
}

#logo a:hover {
text-decoration:none;
}



/* quicknav
--------------------------------------------------------------------*/

#quicknav_bg {
background:url('images/navi_bg.png') no-repeat;
width:660px;
height:63px;
float: right;
margin-top:75px;
}

.quicknav {
margin-top:20px;
}

.menu-hauptnavigation-container {
margin-left:10px;
}

.quicknav ul#menu-hauptnavigation {
display: table;
margin: 0;
}

.quicknav ul#menu-hauptnavigation li {
display: block;
float: left;
}

.quicknav a {
font-family: 'Averia Sans Libre', cursive;
color:#5d4421;
font-size: 18px;
font-weight: 400;
margin: 0 0 0 15px;
padding: 3px 4px;
}

.quicknav a:hover {
color: #868c1e;
text-decoration:none;
}



/* breadcrumb
--------------------------------------------------------------------*/

#breadcrumb {
font-size: 12px;
font-style: italic;
color: #666;
border-bottom: 1px solid #d9d9d9;
padding: 0;
}

#breadcrumb a {
color: #345e09;
}

#breadcrumb a.arrow {
color: #7f7f7f;
}



/* sidebar naviagtion
--------------------------------------------------------------------*/

#navigation {
float: left;
width: 230px;
padding:25px;
background-color:#e9f8da;
margin: 0 0 20px 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation a {
font-family: 'Averia Sans Libre', cursive;
color:#5d4421;
font-size:21px;
display:block;
padding: 5px 0 6px 0;
}

#navigation a:hover,
#navigation a.selected,
#navigation a:active {
color: #868c1e;
text-decoration: none;
}

#navigation a.alternate {
color:#777;
}

#navigation a.level1 {
font-size: 18px;
padding: 5px 0 7px 0;
margin: 0 0 0 20px;
color:#80683f;
}

#navigation a.level2 {
font-size: 14px;
padding: 5px 0 7px 0;
margin: 0 0 0 30px;
color:#80683f;
}

#navigation a.level1.selected,
#navigation a.level2.selected {
color: #868c1e;
}

#navigation .space {
height:.8em;
}


/* categories */

.categorie_navi_buttons a {
width: 270px;
margin: 0 0 10px 0;
float: left;
display: block;
background-color: #D4E4C5;
padding: 6px 10px 7px 10px;
color: #345E09;
font-size: 16px;
font-weight: 400;
font-style: italic;
border-top: 2px solid #ecf3e5;
border-bottom: 2px solid #C6D7B4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

a.nested_category_last_column {
margin-left: 20px;
}

.categorie_navi_buttons a:hover {
cursor: pointer;
background-color: #cbdfb8;
text-decoration: none;
border-top: 2px solid #ecf3e5;
border-bottom: 2px solid #C6D7B4;
}

.categorie_navi_buttons a:active {
background-color: #cbdfb8;
border-top: 2px solid #ecf3e5;
border-bottom: 2px solid #C6D7B4;
}

ul#nav {
margin:0;
}

ul#nav li {
list-style-type:none;
}

ul#nav li.cat_lev_1 {
margin-bottom:0;
}

ul#nav li.cat_lev_1 a {
font-size:18px;
}

ul#nav li.daddy.cat_lev_1 ul {
display:none;
}



/* quicksearch */

#quicksearch {
width: 230px;
height: 50px;
}

#quicksearch form {
margin: 2px 0 0 0;
}

#quicksearch input {
font-size: 11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

#quicksearch input[type="submit"] {
display: none;
}

#quicksearch input[type="search"] {
width: 220px;
color: #666;
}

#quicksearch input.text {
padding: 4px;
}


/* Info Brösel (Newsletter Box) */

#newsletter_box h2 {
color: #345E09;
font-size:18px;
margin-bottom:5px;
}

#newsletter_box p,
#newsletter_box p a {
font-size:12px;
color:#6b6b6b;
margin-top:0;
}

#newsletter_box p a {
    display: inline;
    color: #345E09;
}

#newsletter_box input {
width: 220px;
font-size: 11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
}

#newsletter_box input.nl_submit {
background:url('images/buttons/button_send.gif') no-repeat;
border:none;
width:87px;
height:29px;
}

#newsletter_box input.nl_submit:hover {
cursor:pointer;
}



/* content
--------------------------------------------------------------------*/

#content {
float:right;
width: 600px;
padding:25px;
background-color:#e9f8da;
color: #666;
font-size: 15px;
line-height: 25px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}


/* content
--------------------------------------------------------------------*/

ol.commentlist li {
list-style-position:outside;
}

ol.commentlist {
background-color:#d4e4c5;
}

ol.commentlist li ol.children {
background-color:#c6d7b4;
}

ol.commentlist li article {
padding:10px 20px 20px 0;
}

ol.commentlist li {
margin-bottom:5px;
}

ol.commentlist li article header img.avatar {
margin-right:15px;
}

ol.commentlist li article header .comment_date {
max-width:150px;
float:right;
text-align:right;
margin-top:25px;
}

p.comment-awaiting-moderation {
font-size:13px;
font-style:italic;
}

ul {
list-style-position:outside;
}

ul li {
margin-bottom:10px;
list-style-position:outside;
}



/* neue Titel
--------------------------------------------------------------------*/

#neue_titel {
margin:40px 0;
}


/* article
--------------------------------------------------------------------*/

article .meta {
width:100%;
background-color:#dbeec9;
padding:3px 5px;
margin-bottom:35px;
}

article h1.entry-title {
display:block;
float:left;
max-width:450px;
margin-bottom:0;
}

article .article_date {
float:right;
text-align:right;
margin-top:32px;
}

article #comments {
margin-top:50px;
}


#pagination a,
#pagination span.navigate-inactive,
#pagination span.currentpage {
margin-right:8px;
}


/* footer
--------------------------------------------------------------------*/

#footer {
float:right;
width: 600px;
padding:25px;
color:#fff;
font-size: 12px;
line-height: 22px;
text-align: left;
}

#footer a {
color:#E9F8DA;
text-decoration: underline;
}


#footer .footerboxwrapper .rechts {
padding: 0 0 0 290px;
}



/* fonts
--------------------------------------------------------------------*/

h1, h2, h3, h4 {
color:#5d4421;
}

h1 {
font-family: 'Averia Sans Libre', cursive;
font-size: 24px;
line-height: 1.3em;
margin: 25px 0 25px 0;
}

h2 {
font-size: 21px;
font-weight: 500;
letter-spacing:.03em;
line-height:1.3em;
text-align: left;
margin: 25px 0 15px 0;
}

h3 {
font-size: 16px;
line-height: 20px;
font-weight: bold;
margin: 0 0 10px 0;
color:#345E09;
}

h3 span.date {
font-style:italic;
font-weight:400;
}

h4 {
font-size: 18px;
font-weight: normal;
border-bottom: 1px solid #D9D9D9;
padding: 0 0 5px 0;
margin: 20px 0 20px 0;
}

span.detail_description, span.detail_description p {
font-size:14px;
}

a {
border: none;
color:#345e09;
text-decoration:none;
}

a:hover {
border: none;
text-decoration:underline;
}

li {
list-style-position:inside;
}



/* product listing / product details
--------------------------------------------------------------------*/

#content .product,
#content .product1 {
float:left;
margin-bottom: 20px;
padding: 15px 15px 10px 15px;
width: 260px;
height: 175px;
background: url('images/products_bg2.png') no-repeat;
}

#content .right {
margin-left:20px;
}

#content .product .description,
#content .product1 .description {
font-size:13px;
line-height:1.3em;
}



.image_listing {
float:left;
height: 160px;
text-align:center;
width:100px;
margin-right: 10px;
}

.image_listing img {
float:left;
-moz-box-shadow: 0 0 8px #dbdbdb;
-webkit-box-shadow: 0 0 8px #dbdbdb;
box-shadow: 0 0 8px #dbdbdb;
}

.autor {
color: #666;
font-size: 11px;
line-height:14px;
font-style: italic;
}

.listing_title {
display:block;
font-size:14px;
line-height:1.4em;
margin-bottom:6px;
}


.listing_price {
background:url('images/listing_price_bg.png') no-repeat;
float:right;
left:-200px;
position:relative;
top:140px;
width:58px;
height:22px;
font-size:13px;
color:#fff;
line-height:20px;
padding-left:7px;
}


.product_new {
width: 126px;
height:229px;
padding: 20px 10px;
float:left;
text-align:center;
background:url('images/products_bg.png') no-repeat;
margin: 0 5px 20px 0;
}

.product_new.last_column {
margin: 0 0 20px 0;
}

.product_new_title {
display: block;
font-size: 13px;
line-height: 22px;
height: 40px;
overflow: hidden;
}

.product_new_content {
height:145px;
text-align:center;
}

.product_new_content img {
margin:auto auto 5px;
-moz-box-shadow: 0 0 8px #dbdbdb;
-webkit-box-shadow: 0 0 8px #dbdbdb;
box-shadow: 0 0 8px #dbdbdb;
max-width:100%;
height: auto;
}

#number_of_rows {
float:left;
}

#split_page_links {
float:right;
}

.description p {
font-size: 11px;
line-height: 16px;
/*word-wrap:break-word;
word-break: break-all;*/
}

.additional_image {
float:left;
margin: 10px 10px 0 0;
}

.small {
font-size:11px;
}

/*.autor_beschreibung {
font-size:.8em;
}*/

img.heading {
float:right;
margin:25px 10px 10px 0;
}

#content .product1 {
margin-left: 20px;
}

.spiffy,.spiffy_gr {
display:block;
}

.infoBoxNotice {
background:#FF8E90;
}

.infoBoxNoticeContents {
background:#FFE6E6;
}

.float_left {
float: left;
}

.float_right {
float: right;
margin: 0;
}

.float_center {
margin: 0;
}

.cover {
float: left;
width: 130px;
margin-right: 20px;
}

.cover img {
border: none;
}

.product_cover {
float: left;
margin: 0 20px 10px 0;
}

.text_enlarge a {
font-size: 11px;
font-style: italic;
line-height: 18px;
color: #a0a0a0;
display: block;
padding: 0 0 0 30px;
background-image: url('images/lupe_bg.png');
background-repeat: no-repeat;
background-position: 0 5px;
}

.text_enlarge a:hover {
text-decoration: none;
}

.product_cover img {
-moz-box-shadow: 0 0 8px #e6e6e6;
-webkit-box-shadow: 0 0 8px #e6e6e6;
box-shadow: 0 0 8px #e6e6e6;
}

.product_cover a {
color: #a0a0a0;
}

#infobox_files,
#infobox_autor,
#infobox_videos {
background-color: #DBEEC9;
padding: 15px 20px 18px 20px;
margin: 20px 0 30px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#infobox_autor img {
border: 2px solid #e4e4e4;
margin: 0 0 0 20px;
}

.price {
color: #5D4421;
font-size:21px;
font-weight: bold;
float: left;
margin: 4px 10px 0 0;
}

.hproduct {
margin: 0 0 40px 0;
}

#facebook {
margin: 15px 0 0 10px;
}

.verlag {
float: left;
width: 303px;
margin-bottom: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
border: 1px solid #d7d7d7;
text-align: center;
}

.verlag.last_column {
margin-right: 20px;
}

#bottom_buttons {
margin: 20px 0 0 0;
}

ul {
margin: 5px 0 20px 15px;
padding: 0 0 0 0;
}

a.feindaten_download {
color: #a0a0a0;
font-size: 11px;
font-style: italic;
line-height: 18px;
display: block;
padding: 15px 0 0 30px;
background-image: url('images/feindaten.jpg');
background-repeat: no-repeat;
background-position: 0 13px;
border-top: 1px solid #e2e2e2;
width: 210px;
}

a.feindaten_download:hover {
text-decoration: none;
}



/* login
--------------------------------------------------------------------*/

#new_customer {
float: left;
width: 300px;
margin: 20px 0 0 0;
}

#returning_customer {
float: right;
width: 250px;
border-left: 1px solid #D9D9D9;
padding-left: 40px;
margin: 20px 0 0 0;
}



/* warenkorb
--------------------------------------------------------------------*/

table.productListing {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

td.productListing-heading {
font-family: 'Averia Sans Libre', cursive;
background-color: #d8eec1;
padding: 4px 10px 4px 10px;
}

td.productListing-data {
padding: 4px 5px 4px 5px;
}

tr.productListing-even {
background-color: #dff1cd;
}

tr.productListing-odd {
background-color: #e7fbd3;
}

tr.sub_total {
background-color: #F4F4F4;
text-align: right;
}

#navigation a.cart_count {
display:inline;
float:right;
margin: -30px 110px 0 0;
padding: 0 6px 3px 4px;
background-color: #dcefca;
color: #626262;
font-size:13px;
font-weight:bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-bottom: 1px solid #8e8e8e;
vertical-align: 100%;
}

a.cart_count:hover {
text-decoration: none;
background-color: #b9b9b9;
}



/* forms, labels, input, textarea
--------------------------------------------------------------------*/

label {
display: block;
float: left;
width: 170px;
padding: 3px 0 0 0;
}

label.account_edit {
width: 180px;
}

input {
font-size: 15px;
color: #545454;
border: 1px solid #c8c8c8;
padding: 3px 4px 5px 3px;
margin-bottom: 5px;
}

fieldset.standart,
.new_adress,
#adress_list,
#adress_book_process {
border: 0;
margin: 20px 0 20px 0;
padding: 10px 20px 20px 20px;
background-color: #D4E4C5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

textarea#checkout_comments {
border: 1px solid #D9D9D9;
width: 592px;
height: 100px;
resize: none;
font-size: 15px;
color: #545454;
padding: 3px 4px 5px 4px;
}



/* buttons
--------------------------------------------------------------------*/

#bottom_buttons .float_right {
margin: 0 0 0 20px;
}


button#continueButton {
    background-color: #325c06;
    color: #fff;
    font-size: 13px;
    padding: 4px 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

button#continueButton:hover {
    cursor: pointer;
}


/* messagestack
--------------------------------------------------------------------*/

td.messageStackError {
border-spacing: 0;
background-color: #fef3e3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 4px 8px 3px 8px;
border: 1px solid #e5d7c4;
}



/* account
--------------------------------------------------------------------*/

a.account {
display: block;
width: 400px;
margin: 0 0 10px 0;
float: left;
display: block;
background-color: #D4E4C5;
padding: 6px 10px 7px 10px;
color: #345E09;
font-size: 16px;
font-weight: 400;
border-top: 2px solid #ecf3e5;
border-bottom: 2px solid #C6D7B4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

a.account:hover,
a.account:active {
cursor: pointer;
background-color: #cbdfb8;
text-decoration:none;
}



/* adress book
--------------------------------------------------------------------*/

#adress_list.standart_address {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #D4E4C5;
padding: 20px;
margin: 0 0 20px 0;
color: #902424;
border-top: 2px solid #ecf3e5;
border-bottom: 2px solid #C6D7B4;
}



/* shopping_cart
--------------------------------------------------------------------*/

.sub_total {
float: right;
margin: 5px 0 0 0;
}



/* table
--------------------------------------------------------------------*/

table.confirmation_products {
float: right;
width: 100%;
}



/* checkout
--------------------------------------------------------------------*/

.checkout_shipping_shipping_address,
.checkout_payment_payment_address,
.checkout_confirmation_shipping_address,
.checkout_confirmation_billing_adress {
float: left;
}

.checkout_confirmation_shipping_method,
.checkout_confirmation_payment_method {
float: right;
}

#frontpage_article {
color: #444;
font-size: 14px;
}

a.blickinsbuch {
border: none;
display: block;
margin: 10px 0 0 13px;
}

img.eBookButton {
border: none;
margin: 0 0 -2px 0;
}

.checkout_shipping_shipping_address,
.checkout_payment_payment_address,
.checkout_confirmation_shipping_address,
.checkout_confirmation_shipping_method,
.checkout_confirmation_billing_adress,
.checkout_confirmation_payment_method {
width: 45%;
}

.ckeckout_shipping_table {
background-color: #DFF1CD;
margin: 10px 0 0 0;
padding: 5px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.ckeckout_shipping_table table td.head {
padding: 0 0 3px 0;
}

.ckeckout_shipping_table table td.main {
padding: 5px 10px;
font-size: 13px;
}

.ckeckout_shipping_table tr.moduleRow {
background-color: #E7F6D7;
}

.ckeckout_shipping_table tr.moduleRowSelected,
.ckeckout_shipping_table tr.moduleRow:hover {
background-color: #E7F6D7;
}

#checkout_bar {
margin: 0 0 40px 0;
}

p.checkout_bar_current,
p.checkout_bar_to {
display: block;
float: left;
padding: 6px 15px 7px 15px;
margin: 0 0 0 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

p.checkout_bar_current {
font-style: italic;
color: #345E09;
background-color: #dff1cd;
border: 1px solid #bcd1a6;
}

p.checkout_bar_to {
color: #bcc9ae;
background-color: #e7f6d7;
border: 1px solid #d3e5c1;
}

p.checkout_bar_to a {
color: #9e9e9e;
}

.checkout_bar_line {
margin: 18px 0 0 0;
width: 29px;
height: 1px;
background-color: #e0e0e0;
float: left;
}

.checkout_shipping_address,
.checkout_payment_address {
border: 0;
margin: 0;
padding: 20px;
background-color: #F4F4F4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: left;
}

.schluckauf {
font-size: 13px;
color: #808080;
margin: 20px 0 0 0;
font-style: italic;
}


/*--- Account history ---*/

.order_summary {
width:680px;
margin-bottom:20px;
}

.order_history_left {
width:500px;
float:left;
}

.order_history_right {
max-width:185px;
float:left;
text-align:right;
}

.order_date,
.order_type {
float:left;
width:60%
}

.order_products,
.order_cost {
float:right;
width:40%;
}

.number_of_orders {
margin-bottom:20px;
}

.left {
float:left;
}

.right {
float:right;
}


/* --------------------------slider--------------------------*/

.box_left {
width:45%;
float:left;
}

.box_right {
width:45%;
float:right;
}


/* --------------------------slider--------------------------*/

.magic-slider-wrapper {
background: url('images/slider_bg.png') no-repeat;
padding-bottom:10px;
margin-bottom:5px;
height:239px;
overflow:hidden;
}

#content .magic-slider {
height:210px !important;
margin-top:12px;
overflow:hidden;
}

#content .magic-slider,
#content  .magic-slider .panel {
float:left;
width: 510px;
}


.magic-slider .panel-wrapper {
padding: 10px 20px;
height:210px;
}

.panel h2 {
font-family: 'Averia Sans Libre', cursive;
margin:0 0 10px 0;
font-size:16px;
}

.panel p {
font-size:13px;
line-height:18px;
margin-top:0;
}

.panel p.more_infos {
margin:0;
}

.panel img {
float:left;
margin:0 20px 20px 0;
-webkit-box-shadow: 3px 3px 20px #DDD;
-moz-box-shadow: 3px 3px 20px #DDD;
display:inline;
max-height:180px;
max-width:120px;
}

.panel #price_and_cart {
display:none;
}

noscript div {
background: #ccc;
border: 1px solid #900;
margin: 20px 0;
padding: 15px
}

.magic-slider-no-js .magic-slider {
height: 200px;
overflow: auto !important;
padding-right: 20px;
}

.magic-slider p.loading {
padding: 20px;
text-align: center;
}



/* Slider Navigation Tabs */

div.magic-nav[style] {
width:20px !important;
}

div.magic-nav {
float:right;
padding:20px 20px 20px 0;
height:190px;
}

.magic-nav ul {
clear: both;
display: block;
margin: auto 0;
overflow: hidden;
width:20px !important;
}

.magic-nav ul li {
display: inline;
}

.magic-nav ul li a {
background: #aabe97;
color: #aabe97;
font-size:0px;
display: block;
margin-bottom: 2px;
width:10px;
height:10px;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.magic-nav ul li a.current {
background: #345e09;
}


/* Slider Navigation Arrows */

.magic-slider-wrapper.arrows .magic-slider,
.magic-slider-wrapper.arrows .magic-slider .panel {
width: 410px;
}

.magic-slider-wrapper.arrows .magic-slider {
margin: 0 10px;
}

.magic-nav-left a,
.magic-nav-right a {
background: #000;
color: #fff;
padding: 5px;
}


/* Miscellaneous */

.magic-slider {
float: left;
overflow: hidden;
position: relative;
}

.magic-slider .panel {
display: block;
float: left;
}

.magic-slider .panel-container {
position: relative;
}

.magic-nav-left, .magic-nav-right {
float: left;
}

.magic-nav-left a,
.magic-nav-right a {
display: block;
text-align: center;
text-decoration: none;
}

.float_left {
float: left;
}

.float_right {
float: right;
}



/* ---- contact form 7 (plugin)
----------------------------------------------------------*/

#content form.wpcf7-form textarea {
width:389px;
border:1px solid #C8C8C8;
font-family:'Open Sans',sans-serif;
padding:3px 4px 5px 3px;
color:#545454;
font-size:15px;
}

#content form.wpcf7-form input.wpcf7-submit {
border:none;
padding:0;
color:rgba(0,0,0,0);
background:url('images/buttons/button_send.gif') no-repeat;
width:87px;
height:29px;
}

#content form.wpcf7-form input.wpcf7-submit:hover {
cursor:pointer;
}



/* images blog */

img.alignright {
float:right;
margin: 0 0 10px 20px;
}



/* diverses blog 
----------------------------------------------------------*/

#content table#autorentable tr th {
text-align:left;
font-size:1.4em;
line-height:1.6em;
border-bottom:1px solid #aaaaaa;
}

#content table#autorentable tr td {
font-size:14px;
line-height:1.6em;
border-bottom:1px solid #aaaaaa;
}



#content #info_page table.alle_zweige {
border-collapse:collapse;
}

#content #info_page table.alle_zweige tr td,
#content #info_page table.alle_zweige tr th {
border:1px solid #d2d2d2;
padding-left:4px;
}

/* SEPA Form */

.row-inp {
	margin: 0 0 5px 0;
}

.row-inp:after {
	content: '';
	display: table; 
	clear: both;
}

form[name="account_edit"] input {
	padding: 4px 10px 5px;
}

form[name="account_edit"] label {
	width: 100px;
	padding: 4px 10px 5px 0;
}

.sepa-buttons button {
	padding: 5px 10px 7px;
	font-weight: bold;
	background-color: gray;
	border: none;
	color: #fff;
}

.sepa-buttons button:hover {
	cursor: pointer;
}

.sepa-buttons button.float-right {
	float: right;
}

.sepa-buttons button.float-left {
	float: left;
}

.ae-bankverbindung {
	margin-top: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

span.info {
	display: block;
}



/* Div
----------------------------------------------- */

.hinweis-box {
    border: 2px solid #b72762;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px 10px 20px;
    margin-bottom: 40px;
}

.hinweis-box h2 {
    color: #b72762;
}
