* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #E6EBD6;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
    height: 101%;
}

fieldset,
img {
    border: none;
    overflow: hidden;
}


/*  Allgemeine Klassen
------------------------------------------------------------------------------*/
.hide {
    display: block;
    position: absolute;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    left: -999em;
    top: -999em;
    overflow: hidden;
}

.clr {
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.left,
.right {
    float: left;
    display: block;
    width: 49.9%;
}

/*  Headlines
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #455917;
}

h1#logo a {
    display: block;
    background: url("../img/rvt-logo.png") no-repeat;
    width: 226px;
    height: 138px;
    overflow: hidden;
    text-indent: -999em;
    margin-top: 10px;
}

h2 {
    font-size: 24px;
    border-top: #455917 dotted 1px;
    border-bottom: #455917 dotted 1px;
    padding: 5px 0;
    margin-bottom: 15px;
}

h2.sIFR-replaced {
    padding-top: 8px;
    padding-bottom: 0px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
    font-weight:normal;
    margin-bottom:15px;
}

div#sidebar h2 {
    font-size: 18px;
    border: 0px;
    margin: 0;
    padding: 0;
}

div#sidebar h3 {
    font-size: 16px;
}


/*  Links
---------------------------------------------------------------------------------*/
a {
    color: #9aca18;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


/*  Listen
------------------------------------------------------------------------------*/
ul {
    font-size: 12px;
    margin:10px 0 25px;
    
    padding-left:0 !important;
}

ul li {
    margin-bottom: 8px;
    background: url("../img/ul_list_style_first.png") no-repeat 0px 5px;
    padding-left: 15px;
    list-style: none;
    line-height: 1.4;
}

ul li ul {
    margin-top: 8px;
}

ul li ul li {
    background: url("../img/ul_list_style_sec.png") no-repeat 0px 5px;
}

ol {
    font-size: 12px;
    padding-left: 20px;
}

ol li {
    line-height: 1.4;
}

dl {
    font-size: 12px;
}

/**
 * Definitionslisten bzw. Container in der Sidebar (über zwei Spalten)
*/
div#sidebar dl {
    background: url("../img/sidebar_container_full_bg_middle.png") repeat-y;
    margin-bottom: 15px;
}

div#sidebar dd {
    background: url("../img/sidebar_container_full_bg_bottom.png") no-repeat left bottom;
    overflow: hidden;
    padding: 0 10px 10px;
}

div#sidebar dt {
    background: url("../img/sidebar_container_full_bg_top.png") no-repeat left top;
    height: 39px;
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

/**
 * Definitionslisten bzw. Container in der Sidebar (jeweils eine Spalte)
*/
div#sidebar_left dl {
    margin-right: 10px;
}

div#sidebar_left dl,
div#sidebar_right dl {
    background: url("../img/sidebar_container_bg_middle.jpg") repeat-y;
    margin-bottom: 15px;
}

div#sidebar_left dd,
div#sidebar_right dd {
    background: url("../img/sidebar_container_bg_bottom.png") no-repeat left bottom;
    overflow: hidden;
    padding: 0 9px 10px;
    font-size:12px;
}

div#sidebar_left dt,
div#sidebar_right dt {
    background: url("../img/sidebar_container_bg_top.png") no-repeat left top;
    height: 39px;
    font-size: 12px;
    font-family:Verdana, Arial, sans-serif;
    font-weight: 900;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

/* Content Elemente
---------------------------------------------------------------------------------*/
p, address {
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 0 8px 0;
    /*text-align:justify;*/
    font-style:normal;
}

.align-left,
.align-left * {
    text-align:left;
}

.align-right {
    text-align:right;
}

.align-center {
    text-align:center;
}

td.download {
    width:50px;
}

td.download p,
td.download img {
    padding:0 !important;
    margin:0;
    text-align:center;
}



div.info p {
    padding: 0;
}

/*
div#sidebar img,
div#content img {
    border: 1px solid #ccc;
    padding: 3px;
    background: #fff;
}
*/

div#sidebar img.nobg,
div#content img.nobg {
    border: 0px;
    padding: 0px;
    background: transparent;
}


/**
 * Info Box unter den Blogbeiträgen
*/
div#content div.info {
    background: url("../img/post_meta_middle.png") repeat-x;
    height: 23px;
    margin: 10px 0 28px;
    color: #4b4b4b;
    line-height: 23px;
}

div.info p,
div.info a,
div.info {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

div.info p.date,
div.info p  {
    background: url("../img/post_meta_left.png") no-repeat left top;
    height: 23px;
    float: left;
    display: block;
    padding: 0 30px 0 3px;
    font-size: 11px;
    line-height: 23px;
}

div.info p.author,
div.info p.modified {
    background: url("../img/post_meta_right.png") no-repeat right top;
    height: 23px;
    float: right;
    display: block;
    padding-right: 10px;
    margin-right: 0;
    line-height: 23px;
}

div.info a {
    color: #455917;
}


/**
 * Veranstalutugen in der Sidebar
*/
dl.event p {
    margin-bottom: 18px;
}

div#sidebar dl.event dd {
    padding-bottom: 0;
}

div#sidebar div.info {
    background: url("../img/headline_line.gif") repeat-x left bottom;
    position: relative;
    margin-bottom: 8px;
    top: -4px;
}

div#sidebar div.info h2 {
    float: left;
    width: 360px;
    position: relative;
    top: 10px;
    z-index: 15;
}

div#sidebar div.info em {
    font-size: 11px;
    font-style: normal;
    margin: 0;
    display: block;
    position: relative;
    top: 4px;
}

div#sidebar div.info strong {
    background: url("../img/date_bg.png") no-repeat;
    display: block;
    width: 63px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    font-weight: 100;
    float: right;
    z-index: 20;
    position: relative;
    top: 4px;
}


/**
 * Info Container
*/


dl.hotline address {
    line-height:1.4;
    padding-left: 45px;
    font-style: normal;
    background: url("../img/icon_home.png") no-repeat;
}

dl.hotline p {
    margin-top: 15px;
    padding-left: 45px;
    display: block;
    background: url("../img/icon_vcard.png") no-repeat;
}

dl.brochure div.img {
    float:left;
    background: url("../img/wir_zwischen_rhein_u_eifel.jpg") no-repeat;
    margin:0 10px 10px 0;
    width:80px;
    height:120px;
}

dl.reiseangebote dd div.img {
    height:86px;
    background:url('../img/reiseangebote_img.png');
    margin-bottom:4px;
}

dl.newsletter dd div.img {
    height:86px;
    background:url('../img/newsletter_img.png');
    margin-bottom:4px;
}

dl.hotels dd div.img {
    height:86px;
    background:url('../img/hotels_img.png');
    margin-bottom:4px;
}

/**
 * "Broschüre über die Region" Container
*/
div#sidebar p.mag,
div#sidebar p.download,
div#sidebar p.buy {
    display: block;
}

div#sidebar p.buy {
    padding-bottom: 0px;
    padding-left: 45px;
    background: url("../img/icon_buy.png") no-repeat;
}

div#sidebar p.mag {
    margin-bottom: 15px;
    padding-left: 78px;
    background: url("../img/icon_mag.png") no-repeat;
}

div#sidebar p.download {
    margin-bottom: 15px;
    padding-left: 45px;
    background: url("../img/icon_download.png") no-repeat;
}


/**
 * "Interaktiver Freizeitplaner" Container
*/
div#sidebar a.guide {
    display: block;
    margin-top: 8px;
    text-indent: -999em;
    width: 106px;
    height: 21px;
    background: url("../img/bt_jetzt_starten.jpg") no-repeat;
}

/*  Grundgerüst
---------------------------------------------------------------------------------*/
/**
 * main
*/
div#wrapper {
    width: auto;
    height: auto;
    background: #f8f8f8 url("../img/wrapper_bg.png") repeat-x;
}

div#main {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background: url("../img/main_bg_middle.png") repeat-y;
    position: relative;
}

* html div#main {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../img/main_bg_middle.png')
}

/**
 * head
*/
div#head {
    background: url("../img/main_bg_top.png") no-repeat top left !important;
    width: auto;
    height: auto;
    padding: 0px 20px 0;
    overflow: hidden;
}

* html div#head {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fix', src='../img/main_bg_top.png')
}

div#head div.top {
    border-top: #e9f6c7 1px solid;
    background: #eff5df url("../img/head_top_bg.jpg") no-repeat bottom left;
}

/**
 * Rechste Spalte unter der Navigation
*/
div#head div.right {
    background-color: #9ACA18;
    float: right;
    width: 226px;
    height: 260px;
}

/**
 * Emotion Bild im Header
*/
div#head div.left {
    float: left;
    overflow: hidden;
    width: auto;
    position: relative;
    z-index: 10;
}

div#head div.left img {
    position: relative;
    z-index: 20;
}

div.shaddow {
    background: url("../img/main_image_shaddow.png") no-repeat;
    position: absolute;
    display: block;
    z-index: 30;
    right: 0;
    bottom: 0;
    width: 690px;
    height: 14px;
}

* html div.shaddow {
	background:none;
}

/**
 * Suchbox in der Navigation
*/
div.top form {
    float: right;
    margin-top: 8px;
}

input#search_submit {
    margin-right: 10px;
}

input#search_input {
    background: url("../img/search_bg_input.png") no-repeat;
    border: 0;
    float: left;
    padding:5px;
    width: 178px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    height: 12px;
}

div.ac_results li {
    list-style-type:none;
    background:none;
    margin-bottom:0;
}

div.ac_results li.over {
    background:#94c11e;
}

form#search p {
    display: block;
    padding: 0;
    margin: 0;
}

/**
 * Contentbereich
*/
div#content_wrapper {
    width: auto;
    height: auto;
    padding: 20px 20px 0;
    overflow: hidden;
}

div#content {
    width: 470px;
    height: auto;
    float: left;
}


/**
 * Allen Tags innerhalb des Contents ein rechten Außenabstand geben
*/
div#content p,
div#content div,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6,
div#content strong,
div#content em,
div#content dl,
div#content ul,
div#content ol,
div#content form,
div#content img {
    margin-right: 20px;
    margin-left: 10px;
}


/**
 * Den zuvor vergebenen Außenabstand bei verschachtelten Tags entfernen
*/
div#content div div,
div#content div p,
div#content dl h2,
div#content dl h3,
div#content dl h4,
div#content dl h5,
div#content dl h6,
div#content dl strong,
div#content ul strong,
div#content ol strong,
div#content p strong,
div#content form strong,
div#content dl em,
div#content ul em,
div#content ul em,
div#content p em,
div#content form em,
div#content dl dl,
div#content ul ul,
div#content ol ol,
div#content form p,
div#content form strong,
div#content form em,
div#content p img,
div#content dl img,
div#content form img,
div#content ul img,
div#content ol img {
    margin-right: 0;
    margin-left: 0;
}


/**
 * Die Sidebar
*/
div#sidebar {
    width: 450px;
    height: auto;
    float: left;
}

div#sidebar_left {
    width: 230px;
    height: auto;
    float: left;
}

div#sidebar_right {
    width: 220px;
    height: auto;
    float: left;
}

/**
 * Fußbereich der Seite
*/
div#footer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    background: url("../img/foot_bg.png") repeat-x;
}

* html div#footer {
	margin-left:-20px;
}

div#footer div.inner {
    background: url("../img/foot_inner_bg.png") no-repeat;
    height: 54px;
    width: 960px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

div#footer p {
    padding: 20px 0 0 20px;
    font-size: 10px;
    display: block;
}

div#footer a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
}

div#footer a:hover {
    text-decoration: none;
}


/*  Diverse Navigationen
---------------------------------------------------------------------------------*/
/**
 * Hauptnavigation
*/
ul#navi {
    width: auto;
    height: auto;
    float: left;
    background: url("../img/navi_trenner.png") no-repeat left top;
    padding: 0 0 0 1px;
    margin: 0;
}

ul#navi li {
    width: auto;
    height: auto;
    float: left;
    display: block;
    position: relative;
    z-index: 999;
    background: transparent;
    padding: 0;
    margin: 0;
}

ul#navi a {
    text-transform: uppercase;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    width: auto;
    height: 35px;
    float: left;
    display: block;
    padding: 12px 13px 0;
    color: #696b65;
    text-decoration: none;
    background: url("../img/navi_trenner.png") no-repeat right top;
}

ul#navi li:hover,
ul#navi li.hover {
    background: url("../img/navi_hover.png") no-repeat left 1px;
}

ul#navi li.hover a,
ul#navi li:hover a {
    color: #fff;
}

ul#navi li.active {
    background: url("../img/navi_act.png") repeat-x left -1px;
}

ul#navi li.active a {
    color: #9aca18;
}

ul#navi li.active li a {
    color: #fff;
}


/**
 * 2. Ebene/Layer
*/
div.layer_two {
    background: url("../img/subnavi_bg_top.png") repeat-y left top;
    width: 250px;
    position: absolute;
    display: block;
    padding-top:8px;
    left: -999em;
    z-index: 999;
}

ul#navi li:hover div,
ul#navi li.hover div {
    color: #000;
    left: 0;
    top: 38px;
    float: none;
}

ul#navi ul {
    width: auto;
    height: auto;
    border:1px solid #a8cb55;
    border-top:none;
    padding: 0;
    margin: 0 1px 1px;
    float: none;
}

ul#navi ul li {
    width: auto;
    height: auto;
    padding: 0;
    border-top:1px solid #a9cb57;
    border-bottom:1px solid #81a42b;
    float: none;
}

ul#navi ul li.first {
    border-top:none;
}

ul#navi ul li.last {
    border-bottom:none;
}

ul#navi ul li:hover,
ul#navi ul li.hover {
    padding: 0;
    background-image:none;
    background-color:#c4dc8b;
}

ul#navi ul li:hover a,
ul#navi ul li.hover a {
    color:#575854;
}

ul#navi ul li a {
    width: auto;
    color: #fff;
    height: auto;
    padding: 0 10px;
    background:none;
    line-height: 25px;
    display: block;
    font-size: 13px;
    float: none;
}

/**
 * Subnavigation in der Sidebar
*/
div#sidebar dl.navigation {
    background: url("../img/sub_navi_repeat.png") repeat-y;
    margin-bottom: 15px;
}

div#sidebar dd.navigation {
    background: url("../img/sub_navi_bottom.png") no-repeat left bottom;
    overflow: hidden;
    padding: 0 10px 10px;
}

div#sidebar dl.navigation dt {
    background: url("../img/sub_navi_top.png") no-repeat left top;
}

div#sidebar dl.navigation ul {
    background: url("../img/sub_navi_trenner.png") repeat-x left bottom;
    padding-bottom: 2px;
    margin-bottom:0;
}

dl.navigation a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 3px 0 3px 10px;
    background: url("../img/sub_navi_liststyle_gt.gif") no-repeat 0 8px;
}

dl.navigation a:hover {
    background-color: #92BE1A;
}

dl.navigation li {
    background: url("../img/sub_navi_trenner.png") repeat-x left top;
    display: block;
    padding: 2px 0 0 0;
    margin: 0;
}

dl.navigation li.active a {
    background: #a6d132 url("../img/navi_list-style.gif") no-repeat left center;
}

/**
 * Subnavigation 2. Layer
*/
div#sidebar dl.navigation ul ul {
    padding: 0;
    background: #a6d132;
    margin: 0;
}
dl.navigation li.active li a {
    
    padding-left: 20px;
}

dl.navigation li.active li a:hover {
    background: #92BE1A url("../img/sub_navi_liststyle_gt.gif") no-repeat 10px 8px;
}

dl.navigation li li.active a {
    font-weight:bold;
}

/**
 * Meta Navigation
*/
ul#navi_meta {
    margin: 0 0 39px 0;
    padding: 0;
    overflow: hidden;
    float: right;
    background: url("../img/meta_navigation_trenner.png") no-repeat left 2px;

}

ul#navi_meta li {
    display: block;
    float: left;
    background: url("../img/meta_navigation_trenner.png") no-repeat right 2px;
    padding: 0 18px;
}

ul#navi_meta a {
    color: #646959;
    text-decoration: none;
    font-size: 10px;
    display: block;
    line-height: 35px;
}

ul#navi_meta a:hover {
    color: #000;
}
/**
 * DL Box im Content
*/

div#content dl {
    clear:both;
    background:url('../img/container_bg.png') repeat-y;
    margin:20px 0;
}

div#content dl dt {
    background:url('../img/container_top.png') no-repeat;
    padding:0 10px;
    color: white;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    height:39px;
    line-height:30px;
    font-weight:900;
}

div#content dl dd {
    background:url('../img/container_bottom.png') bottom no-repeat;
    color:black;
    padding-bottom:10px;
}

div#content dl dd p,
div#content dl dd address {
    padding:4px 20px 8px;
}

div#content dl dd p a {
    font-weight:bold;
}

div.divider {
    background:url('../img/sub_navi_trenner.png') repeat-x;
    height:2px;
    margin:0 10px !important;
}

div.divider hr {
    display:none;
}

div#content dl dd ul {
    padding:4px 20px 8px !important;
    margin:0;
}

div#content dl dd ul li {
    background:url('../img/container_ul_list_style.png') 0 5px no-repeat;
    display:block;
    padding:0 0 0 14px;
    margin-bottom:10px;
}

div#content dl dd a {
    background: url('../img/container_link_bg.png') no-repeat 0 7px;
    color:black;
    padding:3px 0 3px 10px;
    text-decoration:none;
    display:inline-block;
}

div#content dl dd td a {
    background-position:0 6px;
    padding:0 0 0 10px;
}

div#content dl dd a:hover {
    text-decoration:underline;
}

div#content dl dd h4 {
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:4px 10px 8px;
    margin:10px 10px 0 !important;
    background:url('../img/sub_navi_trenner.png') bottom repeat-x;
}

div#content dl dd h5 {
    font-size:12px;
    padding:4px 10px 4px;
    margin:5px 10px 0 !important;
}

div#content dl dd h4.csc-firstHeader {
    margin-top:0 !important;
}

div#content dl dd table {
    padding:4px 20px 8px;
}

div#content dl dd td,
div#content dl dd th {
    line-height:1.4;
}

div#content dl dd table th {
    text-align:left;
    padding-right:10px;
}
/**
 * Breadcrumbs
*/

ul#breadcrumbs {
    background:url('../img/breadcrumbs_bg.png') no-repeat;
    width:808px;
    height:23px;
    padding-left:112px !important;
}

ul#breadcrumbs li {
    list-style-type: none;
    float:left;
    background:url('../img/breadcrumbs_separator.png') no-repeat;
    margin-bottom:0;
    padding:3px 6px 0 14px;
}

ul#breadcrumbs li.first {
    background:none;
    padding-left:6px;
}

ul#breadcrumbs li a,
ul#breadcrumbs li span {
    font-family:Verdana, Arial, sans-serif;
    font-size:9px;
    color:#455917;
}

ul#breadcrumbs li span {
    color:black;
}

/* ---------------------------- */


div.csc-header h2,
div.csc-header h3,
div.csc-header h4.graphic {
    margin:0 !important;
}

dl.search-result dd {
    margin-top:20px;
    color:#bbb;
}

dl.search-result dd strong {
    color:black;
}

div#content h2,
div#content h3,
div#content h4.graphic {
    background-repeat: no-repeat;
    background-position:0 10px;
    height:24px;
    margin-bottom:15px !important;
    padding:0;
    clear:both;
}

div#content h3 {
    font-size:18px;
    font-weight:normal;
    margin:0 0 5px !important;
}

div#content h4.graphic {
    font-size:16px;
    font-weight:normal;
    margin:0 0 5px !important;
}

div#content h2 span,
div#content h3 span,
div#content h4.graphic span {
    display:none;
}

p.bodytext img {
    padding:15px;
}

div#content div.csc-textpic-imagewrap {
    margin:7px 0 !important;
}

div#content div.csc-textpic-imagewrap img {
    margin:0 18px 0 0;
}


div#content div.csc-textpic-center div.csc-textpic-imagewrap {
    margin:0 auto !important;
}

div#content div.csc-textpic-imagewrap ul {
    margin:0;
}

div.tx-teaser-pi1 {
    margin-bottom:25px;
}

div.tx-cleverelements-pi1 {
    margin-top:19px;
}

div.tx-cleverelements-pi1 .tx-cleverelements-label {
    display:block;
    font-size:12px;
    margin-bottom:3px;
    font-weight:bold;
}

.tx-cleverelements-pi1 .tx-cleverelements-personalize .tx-cleverelements-label {
    font-size:13px;
}

div.tx-cleverelements-pi1 .tx-cleverelements-text {
    background: url("../img/input_background.png") repeat-x;
    border:1px solid #CED0C9;
    padding:7px 3px 0;
    font-family:Arial;
    color:black;
    font-size:12px;
    float:left;
    width:107px;
    height:23px;
    margin-right:3px;
}

.tx-cleverelements-row {
    clear:both;
}

div.tx-cleverelements-pi1 .tx-cleverelements-email .tx-cleverelements-text {
    height:19px;
    width:111px;
    padding:5px 3px 0;
}

* html div.tx-cleverelements-pi1 .tx-cleverelements-email .tx-cleverelements-text {
	width:105px;
}

div.tx-cleverelements-pi1 .tx-cleverelements-personalize .tx-cleverelements-text {
    height:18px;
    padding:5px;
    width:197px;
    font-size:13px;
    margin:0 0 10px 0;
}

.tx-cleverelements-submit {
    margin-top:16px;
}

.tx-cleverelements-radio {
    display:block;
    margin-right:10px;
    float:left;
}


.tx-cleverelements-gender-row {
    margin:10px 0;
}

.tx-cleverelements-left,
.tx-cleverelements-right {
    width:190px;
    float:left;
}

.tx-cleverelements-right {
    float:right;
}

.tx-cleverelements-gender-label {
    display:block;
    float:left;
    margin-right:10px;
}

/* SEARCH */

div#content dl.search-result {
    margin:0;
    background:none;
}

div#content dl.search-result dt {
    background:none;
    height:auto;
    font-size:10px;
    color:black;
    font-weight:normal;
    padding:0;
}

div.tx-indexedsearch-res {
    margin-top:20px;
}

div#content dl.search-result dt a {
    font-size:14px;
    font-family:Helvetica, Arial, sans-serif;
}

div#content dl.search-result dd div {
    margin-bottom:0;
}

div#content dl.search-result dd {
    background:none;
    line-height:1.4;
    font-size:12px;
    padding:4px 0 8px;
    margin-top:0;
}

div#content dl.search-result dd p {
    padding:0 10px 0 0;
}

div#content div.news-single-item h3 {
}

img.news-single-image {
     margin-bottom:15px !important;
}

