body {
background: url(../images/Hintergrund01.jpg)fixed !important;
}
/* Rand Startseite */
body.site {
    border-top: 0px solid #008585 !important;
}

body {
    font-family: Arial !important;
    font-size: 9pt !important;
    line-height: normal !important;
    color: #333 !important;
}

/* DKM die Neusten Einträge "neu" mittig */
.klatest-items .knewchar {
   vertical-align: middle !important;
}
/* Formatierung Info-Box */
.moduletable_info-box-x {
  border: 1px solid #FF0000 !important;
  padding: 4px !important;
   margin-bottom: 15px !important;
}
/* Content -Breite */
.row-fluid {
    width: 950px !important;
    margin-left: 0px !important;
}
/* Startseite Textbreite */
.row-fluid .span9 {
     padding-right: 8px !important;
}
/* Trennlinie hr formatieren */
hr {
    margin: 4px 0px !important;
    border-right: 0px none;
    border-left: 0px none;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #999999 -moz-use-text-color #FFF !important;
}
/* Top-Linie Modul 7 rechts*/
.page-header {
   border-bottom: 1px solid #008585 !important;
}
.well {
    margin-top: 0px;
}
/* Footer - Impressum*/
.container {
     padding-bottom: 50px;
}
/* Avatar-Groesse */
#Kunena span.kavatar img {
    border: 1px solid !important;
    padding: 1px !important;
    margin: 5px !important;
    max-width: 100px !important;
    max-height: 100px !important;
}
/* Suchfeld Lage */
#roksearch_search_str {
    padding: 4px 4px 4px 4px !important;
    margin: 0 0 0 0 !important;
    border: 1px solid #999999 !important;
}
#roksearch_search_str::-webkit-input-placeholder 
{ color:#fff; 
}
/* Schrift im Suchfeld */
#roksearch_search_str::-moz-placeholder 
{ color:#555555 !important;} /* firefox 19+ */
#roksearch_search_str:-ms-input-placeholder { color:#555555 !important; } /* ie */
#roksearch_search_str:-moz-placeholder { color:#555555 !important; }
  
/* Hinweise rot */
.alert {
    background-color: #bbbbbb !important;
    border: 0px solid #555555 !important;
   }
.alert, .alert h4 {
    color: #ff0000 !important;
}

/* Tooltip */
.tooltip-inner {
	max-width: 500px !important;
}

/* JEvent ButtonAbstand */
.jeventslight #toolbar.btn-toolbar div, .jeventsdark #toolbar.btn-toolbar div 
{
    margin-top: 5px !important;
}
#jevents .jevbootstrap .nav-tabs > .active > a, #jevents .jevbootstrap .nav-tabs > .active > a:hover, #jevents .jevbootstrap .nav-tabs > .active > a:focus {
    color: #008585 !important;
    background-color: #dddddd !important;
}
/* Kommentare Senden-Button */
#comments-form #comments-form-buttons
{
    margin-left: -520px !important;
    padding: 20px !important;
}
#comments-form .btn a
{
    text-decoration: none;
    height: 26px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000000 !important;
    padding: 0px 5px !important;
 }
#comments-form .btn div {
 background: #008585 !important;
  }
#comments-form textarea {
    max-width: 750px !important;
    width: 650px;
    margin: 0px;
    resize: none;
}
legend {
    margin-top: 10px;
}
.theme-amazing.slider-wrapper {
    margin-top: 0px !important;
}

.menutop {
    margin-bottom: 10px !important;
}
/* Kalendervorschau Aktion grün */
.jevbootstrap a {
    color: #008585 !important;
}