/*Max 7layout.css CSS file*/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}

body {
  text-align: center; /*center hack*/
  height: 100%;  
  background-image: url(../images/hintergrund.gif);
  background-repeat: repeat-x;
  background-color: #330000;
  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.3em;}

body.mceContentBody {
  background-image: none;
  background-color: white;
}

/* Seiten Kopf*/
#header-top {
  width: 820px; /*center hack*/
  margin: 0 auto; /*center hack*/
  background-image: url(../images/max_header_ok.jpg);
  background-position: top center;
  height: 150px;
}
#logo {
  
  z-index: 10;
  background-image: url(http://www.max7.de/templates/max7-orange/images/logo.png);
  height: 190px;
  width: 178px;
}
#logo img{
display:none;
border: sold 5px white;
}
#top-nav {
  margin: 0 30px;
  position:relative;
  top: 122px;
left:0px;  
z-index: 8;
}
#top-purple-line{
  margin: 0 180px 0 30px;
  position:fixed;
  position:relative;
z-index: 9;
  top: 146px;
  background-color: #0E2F3E;
border: solid 2px #0E2F3E;
}

/* Runde Ecken und Schatten zum Hintergrund*/
#frame{
  width: 820px; /*center hack*/
  margin: 0 auto; /*center hack*/
  text-align: left;
  background: #300 url(../images/frame.gif) no-repeat scroll 100% 0;
  padding-top:15px;
}
/* Mitte*/
#wrap {
  width: 800px; /*center hack*/
  margin: 0 auto; /*center hack*/
  text-align: left;
  background-color: #fff;
  padding: 0;
}
#top {
  background-color: white;
  text-align: center;
  
}
#top img{
border-style:double;
border-width: 4px;
border-color: #ABABAB;
}
#main-body {
  width: 580px;
  margin-left: 20px;
  float: left;
  background-color: #E9F2F9;
}
div.hr{/*Horizontal Ruler analog zu Tip von http://www.sovavsiti.cz/css/hr.html*/
  height: 15px;
  background-image: url(../images/hr-3dots.gif);
  background-repeat:  repeat-x;
  background-attachment: scroll;
  background-position: center;
  margin: 0 25px;
}
div.hr hr{
  display:none;
}
#content-3spaltig {
  float: right;
  overflow: hidden;
  width:343px;
  margin: 0;
  padding: 0 15px;
}
#content-2spaltig {
  overflow: hidden;
  padding: 0px 25px 25px 25px;
  width: 530px;
}
#pathway {
  padding: 0 25px;
  /*
  margin-left: 1px;
  text-align: left;  
  line-height: 10px;
  font-size: 10px;*/
}

.moduletable-main {
  padding-bottom: 15px;
}
.moduletable-sidebar {
  padding-bottom: 15px;
}
.moduletable {
  padding-bottom: 15px;
}

/*Linke Seite*/
#sidebar {
  margin-left: 20px;
  float: none;
  width: 160px;
  padding: 0 10px;
  overflow: hidden;
  background-color: #fff;
}

/*Rechte Seite*/
#sidebar-2 {
z-index:10;
  float: right;
  width: 160px;
  margin: 25px 20px 0 20px;
  overflow: hidden;
  background-color: #fff;
}

#footer {
  color: white;
  background: #330000;
  text-align: center;
}

#login-button {
  background: url(../images/key.gif) no-repeat center;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: auto;
  cursor: pointer;
  clear: both;
}

#login-button a {
  padding: 6px 12px 6px 12px;
  clear: both;
}

/* Termine */
.moduletable-termine div.contentheading {
  margin-top: 1em;
}

div.menu-termine div.mainlevel-termine div.menuitem {
  margin-top: 0.5em;
  display: block;
}

.menu-termine .mainlevel-termine div.menuitem  div.menuitem {
  margin-top: 0em;
  padding-left: 1em;
  padding-right: 0em;
  padding-bottom: 0.5em;
}

.menu-termine  .mainlevel-termine  .menuitem div {
  display: inline;
}

/*Impressum soll Termine nicht umfließen, daher clear:both*/
.moduletable-impressum {
  clear: both;
  
}

/*Component Contact*/
#contact_text {
  width: 375px;
  height: 100px;
}
/*End Component Contact*/ 

/* KURS-MENÜ */ 
/*Nicht aktive Menueinträge ausblenden:
.mainlevel-kurs_menu .sublevel-kurs_menu{
display:none;
}*/ 
#mainlevel-kurs_menu {
  font-size: 1.2em;
}
a.mainlevel-kurs_menu {
  font-size: 1.0em;
}

/* MITGLIEDER-MENÜ */
.tree-mitglieder_menu li li{
margin-left: 1em;
}

/* ADMIN-MENÜ Frontend */ 
.tree-user_menu {
  position: fixed;
  top: 100px;
  left: 10px;
  text-align: left;
}
.tree-user_menu,.tree-user_menu a,.tree-user_menu a:visited,.tree-user_menu a:hover{
  color: #5C5D60;
}

/* PROFIL-MENÜ */
.menu-profile-menu .menuitem{
  background-repeat: repeat-x;
  background-image: url(../images/buttons/up-mid.png);
  width: auto;
  line-height: 24px;
  text-align: center;
  margin: 10px;
}
.menu-profile-menu div#active_menu-profile-menu {
  background-image: url(../images/buttons/down-mid.png);
  background-repeat: repeat-x;
}
a.mainlevel-profile-menu:link,a.mainlevel-profile-menu:hover ,a.mainlevel-profile-menu:visited ,a.mainlevel-profile-menu:visited :hover {
  text-decoration: underline;
  color: white;
}
a#active_menu-profile-menu {
  font-weight: bold;
  color: white;
}

/*Kurs Anmeldung*/
.anmeldung .inline{
  display: inline-block;
}
.anmeldung input.inline{
  vertical-align: middle;
  margin-left: 5px;
}
.anmeldung dl{
  padding: 5px 50px;
}
.anmeldung dl *{
  font-size: 10pt;
}
.anmeldung dt{
  float: left;
  margin-left: -50px;
}
.anmeldung dd{
}
.anmeldung label,
.anmeldung input{
  display: block;
}
.anmeldung label{
  margin-top: 7px;
}
.anmeldung .preis-selector{
  width: 99%;
}
.anmeldung .dame, .anmeldung .herr{
    border: 1px solid silver;
    margin: 1%;
    padding: 1%;
    width: 45%;
}
.anmeldung .dame{
  float: left;
}
.anmeldung .herr{
  float: right;
}
.anmeldung .konto{
  display: block;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}
.anmeldung .konto label {
    width: 30%;
    display: inline-block;
}
.anmeldung .konto input {
    margin: 0 auto;
    width: 67%;
    display: inline-block;
}
.anmeldung p{
  text-align: justify;
}
.anmeldung h4{
  margin-top: 10px;
}
.anmeldung #kommentar{
  width: 100%;
}
.anmeldung form input[type="submit"] {
  margin: 1em auto 3em auto;
  padding: 5px;
  font-size: 2em;
}
/*Kurs Details und Anmelde Button*/

.btn_anmeldung {
    margin-top:5px;
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee7f34), color-stop(1, #ff9d00) );
    background:-moz-linear-gradient( center top, #ee7f34 5%, #ff9d00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7f34', endColorstr='#ff9d00');
    background-color:#ee7f34;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #eda933;
    display:inline-block;
    color:#ffffff!important;
    font-family:Arial;
    font-size:15px;
    font-weight:bold!important;
    font-style:normal;
    text-decoration:none!important;
    height:50px;
    line-height:50px;
    width:140px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cd8a15;
}
.btn_anmeldung:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9d00), color-stop(1, #ee7f34) );
    background:-moz-linear-gradient( center top, #ff9d00 5%, #ee7f34 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d00', endColorstr='#ee7f34');
    background-color:#ff9d00;
}.btn_anmeldung:active {
     position:relative;
     top:1px;
 }
/* This button was generated using CSSButtonGenerator.com */

#mid.kurs-details {
  padding: 1em 0;
  float: right;
  width: 255px;
  display: table-row;
}
#left_mid.kurs-details {
  float: left;
  width: 5em;
  display: table-cell;
}
#right_mid.kurs-details {
  display: table-cell;
}
#left.kurs-details {
  float: left;
  width: 80px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#bottom.kurs-details {
  padding-top: 1em;
  clear: both;
}
img.kurs-details {
  width: 80px;
}
h3.workshop {
  padding-top: 1em;
}
h4.workshop {
  float: left;
  width: 5em;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
span h4.workshop {
  color: blue;
}

/*Raum Details Anzeige Frontend*/
#map.raum-details {
  width: 380px;
  height: 380px
}
#misc.raum-details {
  font-weight: bold;
}

/* Lehrer Details Frontend*/
#jobdescription.lehrer-details {
  margin-bottom: 1em;
}
img.lehrer-details {
  margin-right: 1em;
  width: 10em;
  float: left;
}

/*NEWSLETTER SUBSCRIBTION*/
#subscriber_name {
  display: block;
}
#lm_email {
  display: block;
}
#LoginBox {
  position: fixed;
  top: 100px;
  left: 10px;
  width: 180px;
  visibility: hidden;
}

/* Textgrößen und Farben, Linkfarben
Hauptüberschriften:
Arial Regular 14 pt (Haupttext Mitte)
Arial Bold 11 pt (Kästen Seite)
 
Überschriften im Fließtext: Verdana Bold
Fließtext: Verdana Regular
Links: Unterstrichen, selbe Farbe wie Text
 */
 *, h1.normal, *.normal a,  *.normal a:visited,  *.normal a:hover, *.normal a:visited:hover, .items-more h3{
 color: #5C5D60;
 font-size: 10pt;
 text-decoration: none;
 }

a, a:hover, a:visited, a:visited :hover{
  text-decoration: underline;
  color: #5C5D60;
  font-weight:normal;
}
 a.readmore{
 color: #f60}

h1,h2{ 
 font-size:14pt;
 font-family: Arial, sans-serif;
 color: #FF6600;
 font-weight: normal;
 line-height:14pt;
margin-top: 14pt;

}
*.contentheading, h3{
font-size:11pt;
font-weight: bold;
font-family: Arial, sans-serif;
color: #FF6600;
margin-top: 14pt;
}
*.contentheading{
padding-top: 12px;}
*.contentheading-news, *.mainlevel-termine , h2.alleKurse{
  font-weight:bold;

  font-size:10pt;
  color: #5C5D60;
  padding-top:7px;
 }
#sidebar-2 h1,#sidebar-2 h2, #sidebar-2  h3,#sidebar h1,#sidebar h2, #sidebar  h3{

 font-size:13pt;
 font-weight: bold;
}

.blog_more{
margin-top: 25px;}

span.article_separator{
display:none;}


ul, .items-more ol{
list-style-type: none;
list-style-image:url(../images/arrow.png);
}
/*Listenlayout Anpassungen*/
ul.mod_tanzschule_1 {
  margin-left: 1em;
}

ul.mod_tanzschule_2 {
  margin-left: 2em;
}




#LoginBox {
  border: 1px solid;
  background-color: #ffffff;
}

/*admin form: /component/com_content/content.html.php */
#introtext,#fulltext {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
}

table.adminform {
  width: 100%;
}

.moduletable_letterman {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em
}

#letterman {
  text-align: center;
}

.small {
  font-size: 0.5em;
}

/* Katergorien*/
.kategorie {
  
}

h4.workshop>span {
  font-weight: normal;
}

div.workshop {
  margin-left: 1em;
}

/*ENDE KURSÜBERSICHT*/ /*RAUM DETAILS*/
#adresse.raum-details {
  margin: 1em;
}

#adresse_head.raum-details {
  margin-top: 0;
  margin-right: 1em;
  height: 2em;
  float: left;
  width: 15%;
}

/*START mod_tanzschule: Navigation im Kursbereich*/
  /*Ausgewählte Menupunkte hervorheben*/
a#active_menu {
  font-weight: normal;
  color: black;
}

a.current_menuitem#active_menu {
  color: red;
  font-weight: bold;
}

/*Nicht gewählte Untermenus ausblenden*/

/* Auskommentieren, fall auch die dritte Kategorienebene angezeigt werden soll.*/
.mod_tanzschule_3 {
  display: none;
}

#active_menu .mod_tanzschule_2 {
  display: block
}
/*CssTree Layout Anpassungen*/
.mod_tanzschule_2 div {
  margin-left: 2em;
}


/*ENDE mod_tanzschule: Navigation im Kursbereich*/

td.Terminuebersicht{
  vertical-align: top;
}

#mod_login_logoutform{
display:none;
}




.contact .content {
line-height:20px;}

span.jicons-icons{
display:inline-block;
height:22px;
vertical-align:top;}

span.jicons-icons img{
padding-top:2px}

.contact-address > .jicons-icons > img {
float: left;}

.contact-address > address {
display: inline-block}
.contact-address > address > .contact-street{
display: block}
.contact-address > address > .contact-suburb{
}
.contact-address > address > .contact-postcode{
float: left;}
.contact-form label{
display:inline-block;
min-width:50px;
}
#contact-textmsg{
float:left;
padding-right:3px;
}