@charset "UTF-8";

@media all {


body {
        font-family: 'Lato', sans-serif;
        font-size: 75%;
        background-color: #000000;
		color:#fff;
}
#footer_content {font-family: 'Lato', sans-serif; }
#footer_content a{font-weight: bold;}

h1, .componentheading {
        font-family: 'Lato', sans-serif;
        font-weight:bold;
        color: #000000;
        margin: 0 0 0 0;
	font-size: 140%;
	margin-top: -5px;
	margin-bottom: 15px;

        
}
h2, h3, h4, h5, h6, .contentheading {
        font-family: 'Lato', sans-serif;
        font-weight:bold;
        color: #8fec11;
        margin: 0 0 0 0;
	font-size: 160%;
	margin-top: -5px;
	
}
h1, h2, .componentheading {
        font-size: 70%
	color: #000000;
}


h3 {
        font-size: 200%;
        font-weight:bold;
        font-style:italic
}
h4 {
        font-size: 90%;
        font-weight:normal;
}
h5 {
        font-size: 75%;
        font-weight:normal;
}
h6 {
        font-size: 50%;
        font-weight:bold;
        font-style:italic
}

#header h1 {
        font-size:2.5em;
        letter-spacing:-2px;
        line-height:65%;
        color:#000;
}
#header {
        color:#999;
}
iframe { border:none}
p {
     
    font-size: 100%;
        line-height: 1.30em;
        margin: 0 0 1em 0;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 10pt;
}
fieldset {
        border:1px solid #ccc;
        padding:.5em;
        margin-bottom:1em;
}
fieldset legend {
        padding:0 .5em;
        font-weight:bold;
        font-size:1.2em;
}


/* ### Lists | Listen  #### */

  ul, ol, dl {
        line-height: 1.5em;
        margin: 0 0 1em 1em
}
li {
        margin-left: 1.5em;
        line-height: 1.5em
}
dt {
        font-weight: bold
}
dd {
        margin: 0 0 1em 2em
}


/* ### text formatting | Textauszeichnung ### */
  cite, blockquote {
        font-style:italic
}
blockquote {
        margin: 0 0 1em 1.5em
}
strong, b {
        font-weight: bold
}
em, i {
        font-style:italic
}
pre, code {
        font-family: monospace;
        font-size: 1.1em;
}
acronym, abbr {
        letter-spacing: .07em;
        border-bottom: .1em dashed #c00;
        cursor: help;
}
small, .small, .mosimage_caption, .createdate, .modifydate, .createdby, a.readon, .img_caption {
        font-size: 92%;
}

/* ### form elements | Formular Elemente ### */
  label, input[type=checkbox], input[type=radio], select, button, .button {
        cursor: pointer;
}
input, .inputbox, label, select, button {
        padding: 1px 2px;
}
input, .inputbox, button, .button {
        background:#efefef;
        border:1px solid #ccc;
}
input:hover, .inputbox:hover, button:hover, .button:hover,  input:focus, .inputbox:focus, button:focus, .button:focus {
        background:#f5f5f5;
        border:1px solid #aaa;
}

/**
  * Standardklassen zur Positionierung und Hervorhebung
  */

  .note {
        background: #dfd;
        padding: 1em;
        border-bottom: 1px #bdb dotted;
        border-bottom: 1px #dbb dotted;
}
.important {
        background: #ffd;
        padding: 1em;
        border-bottom: 1px #ddb dotted;
        border-bottom: 1px #dbb dotted;
}
.warning {
        background: #fdd;
        padding: 1em;
        border-bottom: 1px #dbb dotted;
        border-bottom: 1px #dbb dotted;
}
.float_left, .left, .image_left {
        float: left;
        display:inline;
        margin-right: 1em;
        margin-bottom: 0.15em;
}
.float_right, .right, .image_right {
        float: right;
        display:inline;
        margin-left: 1em;
        margin-bottom: 0.15em;
}
.center {
        text-align:center;
        margin: 0.5em auto
}
.text-to-rtl {
        direction: rtl;
        text-align: right;
}
/**
  * Links
  */



#col2 a {
        color: #ffffff;
        text-decoration:none;
}
#col2 a:focus,  a:hover,  a:active {
        color:#ffffff;
        text-decoration:underline;
}


a {
        color: #8fec11;
        text-decoration:underline;
}
a:focus,  a:hover,  a:active {
        color:#ffffff;
        text-decoration:none;
}
#header #topnav a {
        color: #999;
        font-weight: normal;
        background:transparent;
        text-decoration:none;
}
#header #topnav a:focus,  #header #topnav a:hover,  #header #topnav a:active {
        text-decoration:underline;
        background-color: transparent;
}
#footer a {
        color: #8fec11;
        background:transparent;
        font-weight: bold;
}
#footer a:focus,  #footer a:hover,  #footer a:active {
        color: #ffffff;
        background-color: transparent;
        text-decoration:underline;
}
.readon {
        background:url(../../../images/Startseite/M_images/arrow.png) no-repeat left center;
        padding-left:15px;
}
.readon:hover, .readon:active, .readon:focus {
}


/**
  * Tabellen
  */

table {
        width: 100%;
        border-collapse:collapse;
        margin-bottom: 0.5em;
}
table.full {
        width: 100%;
}
table.fixed {
        table-layout:fixed
}
th, td {
        padding: 0.5em;
}
thead th {
        
        color: #fff
}
tbody th {
        color: #002D68
}
tbody th.sub {
        background: #ddd;
        color: #333
}
table.contentpaneopen, table.contentpane, table.blog, table.category {
        width: 100%;
}
th, td {
        padding-top: 0.2em;
        padding-right: 0.5em;
        padding-bottom: 0.2em;
        padding-left: 0.5em;
}


/**
  * Sonstiges
  */

hr {
        color: #fff;
        background:transparent;
        margin: 0 0 0.5em 0;
        padding: 0 0 0.5em 0;
        border:0;
        border-bottom: 2px #1B2814 solid;
}


/**
  * Gestaltung von Joomla! Spezifischen Elementen
  */


  .pageinfo, .iteminfo {
        color:#aaa;
}
.img_caption {
background: transparent;
        margin-right:8px;
border-width: 2px;
border-style: dotted;
border-color: #6dad09;
float:left;
}


.img_caption p {
        background:#f1f1f1;
        padding:1px 3px;
        margin:0;
float:left;
}
/* pagination_ListElements.php (/html/) */

  ul.pagination {
        list-style:none;
        list-style-type:none;
        margin:0;
        padding:0;
        float:left;
        overflow:hidden;
        width:100%;
        border-top:1px solid #efefef;
        border-bottom:1px solid #efefef;
}
ul.pagination li {
        float:left;
        margin:0 1em 0 0;
        padding:0;
}
/* ------------------------------------ */


div.pagination {
        position:relative;
        border-top:0px solid #ccc;
        padding-top:.25em;
}
div.pagination .page_start,  div.pagination .page_prev {
        float:left;
        margin-right:.5em;
        background:url(../../../images/Startseite/pagination/start.gif) no-repeat left;
        padding-left:18px;
}
div.pagination .page_prev {
        background:url(../../../images/Startseite/pagination/prev.gif) no-repeat left;
        padding-left:13px;
}
div.pagination .page_next,  div.pagination .page_end {
        float:right;
        margin-left:.5em;
        background:url(../../../images/Startseite/pagination/end.gif) no-repeat right;
        padding-right:18px;
}
div.pagination .page_next {
        background:url(../../../images/Startseite/pagination/next.gif) no-repeat right;
        padding-right:13px;
}
div.pagination .page_numbers {
        display:block;
        text-align:center;
}
.contenttoc {
        border:1px solid #efefef;
        margin:0 0 1em 1em;
        float:right;
}
.pagenavcounter {
        visibility:hidden;
}
.counter {
        text-align:center;
}
.pagenavbar {
        text-align:center;
}
table.pagenav {
        background:transparent;
        width:100%;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        margin:1em 0;
}
table.pagenav th {
        background:transparent;
}
table.pagenav th.pagenav_prev {
        text-align:left;
}
table.pagenav th.pagenav_next {
        text-align:right;
}
.sectiontableheader {
}
.sectiontableentry1 {
        background:#efefef;
}
.sectiontableentry2, .sectiontableentry0 {
        background:#e5e5e5;
}
.tool-tip {
        background:#efefef;
        border:3px solid #aaa;
        z-index:10000;
}
.tool-tip .tool-title {
        font-weight:bold;
        border-bottom:2px solid #aaa;
        padding:5px;
}
.tool-tip .tool-text {
        padding:5px;
        text-align:left;
}
.iteminfo {
        overflow:hidden;
        display:block;
        clear:both;
        width:100%;
}
.createdby {
        padding: 3px 3px 3px 15px;
        background: url(../../../images/Startseite/user.png) no-repeat 0 5px;
}
.createdate, .modifydate {
        padding: 3px 3px 3px 15px;
        background: url(../../../images/Startseite/calendar.png) no-repeat 0 5px;
}
.modifydate {
        display:block;
}
.buttonheading {
        float: right;
        width: 70px;
}
.buttonheading img {
        margin: 0 0 0 5px;
        border: 0;
        float: right;
}
.mod_login_submitbutton {
        margin-bottom:1em;
}
.syndicate span {
        display:none;
}
table.pollstableborder {
        width:100%;
}
table.pollstableborder .question {
        font-weight:bold;
}
.content_rating {
        position:relative;
}
.content_vote {
        display:block;
        margin-bottom:1em;
}
.filter {
}
.dispaly {
}
.blog {
}
.searchintro {
}
.adminform {
}
.blog_more {
}
.category {
}
.contentdescription {
        overflow:hidden;
        width:100%;
        margin-bottom:1em;
}
a.contentpagetitle {
}
/* Fehlermeldungen */

  .invalid {
        border-color: #ff0000;
}
label.invalid {
        color: #ff0000;
}

.componentheading{font-weight:bold;}



/* Druckseite */
  body.contentpane {
       color: #000000;
       background: none;
       background-color:#ffffff;
           }

  body.contentpane  img {border: 0px #ffffff solid;  margin-right:5px; }

/* Header  */
#logo  { position:absolute; left:10px; top:25px;}
#topnav  { position:absolute;  top:300px;}


.moduletableEvents1, .moduletableEvents2 { background:#151515; width:250px; margin-left:6px; padding:0; text-align:left}
.moduletableEvents1 p { margin:0; padding:6px; font-weight: 700 !important;}
.moduletableEvents2  {margin-bottom:0px; }

.moduletablekalender { width:230px; height:180px; margin-left:10px; margin-top:20px; padding:10px}
.rs_table {border: none !important; margin:0 !important; padding:0 !important; }
 
.rs_table td { border: none !important; margin:5px !important; padding:0 !important;  }
.rs_table a  { padding:0 !important;  margin:0 !important; line-height: normal !important; }
.rs_calendar_date { float:left; width:19px !important;     background:#fff; margin:5px !important;  }
.has-events .rs_calendar_date { background:#83dd0b;}

.s_mitte {margin-top:10px;}
.customlatestpartypic { width: 430px; height:200px; float:left; margin:11px 13px 14px 0; padding:0; }
.customteamplayer  { width:250px; margin-top:11px; height:200px; padding:0; float:right; padding-right:4px}
.customvipstars {margin-top:10px; padding:0;}
.customvipstars p {margin:0; padding:0}
.joomcat102_row { width:106px; float:left; text-align:center; padding:0; margin-top:8px;  }
.joomcat102_clr  { clear:none !important }
.joomcat hr { display:none}
.joomcat102_img img {
    background: none !important;
    border: none !important; max-width:95px
}
.joomcat102_txt ul { margin:0; padding:0; list-style-type:none;}
.joomcat102_txt ul a { color:#9ef218; font-size:100%; font-weight:bold;}
.s_unten {margin-top:2px;clear: both;}

.ui-accordion .ui-accordion-content {


    margin-bottom: 2px;
 
    padding: 0;

}
.moduletablefacebook  { margin:11px 0 0 6px; padding:0}
.moduletablefacebook p  { margin:0; padding:0}


#accordion h3 { background: url(../images/boxheader_695_30.png) no-repeat ;padding:4px;  font-family: 'Lato', sans-serif; color:#000; font-style:normal; font-size: 130%; font-weight:bold}
#accordion h3 span { color:#333 }
#accordion .eventleft { width:250px; float:left; text-align:left; padding:10px}
#accordion .eventleft img { max-width:250px;}


#accordion .eventright { width:390px; float:right; color: #fff;text-align:left; margin-right:8px}
#accordion .eventright .titel { color:#91e31c; padding:8px 0 18px 0;}

#rscalendarmonth104  { font-weight:bold; font-size:16px}
.rsep_invite { float:right}

#rs_controls { margin-top:0 !important; padding-top:0 !important}
.rs_controls { background: url(../images/boxheader_695_30.png) ; height:20px; padding:5px; margin:0;}

.event_fbuserimg   { width:250px; height:75px; margin-top:8px} 
.fb_user_img { width:25px;} 

.itemFacebookButton { width:88px; float:left}
 

.social { padding-bottom:10px}
.fbs  { width:auto; float:left}
.itemGooglePlusOneButton { width:auto}

}