/* ----------------------------------------------------------------------------------------------------------
   -------------------------------------   Haupt CSS-Vorlage für das Haupttemplate --------------------------
   
   Das Template enthält im Kopf eine "headline", wo eine Subnavigation enthalten ist
   Im linken Bereich liegt eine Kopfgrafik "header-bild", um Christian Domingo zu zeigen
   Dadrunter liegen die Hauptnavigation "hauptnavi" und linkseitige Contentbehälter "content-links"
   Der Hauptinhaltsbereich liegt in der Mitte "haupt", in dem Beiträge "beitrag" enthalten sind
   Im Rechten Bereich liegen entweder Grafikknöpfe "grafik-button" oder auf Subseiten Inhalte "content-rechts"
   Der Footer liegt mit 100% Breite am Ende der Seite ;-)
   
   -----------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------*/





  
  
/* -----------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------
                                           Generelle Festlegungen 
   -----------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------*/
   
* { 
	margin: 0;
	padding: 0;
}

html {
	font-size: 67%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../Bilder/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 20px;
	padding-bottom: 2em;
}

.important {
	color: red;
}

a.internal-link img {border: none !important;}
a.internal-link {text-decoration: none; font-weight: bold;}

a.external-link-new-window img {border: none !important;}
a.external-link-new-window {text-decoration: none; font-weight: bold;}


/* ---------- Container zur Aufnahme der Blöcke --------------------------*/
   
#wrap { width: 1240px; }

#wrap div { position: relative; }


/* ------------ INHALTSBOXEN floaten lassen -------------*/

.links, .haupt, .rechts, .footer {float:left;}


/* ------------- Regeln ---------------- */



/* --------------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------------
                                             Navigationen
   --------------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------------*/




/* ---------- Subnavi "Impressum", "Kontakt", "Sitemap" ---------------
   --------------------------------------------------------------------*/
   
#headline {
	text-align: right;
	width: 95% ;
	margin-bottom:2em;
	padding-right:0.5em;
}

#headline a {
	color: #F59523;
	text-decoration: none;
}


#headline a:hover {
	color: #1ebae1;
	text-decoration: underline;
}



/* ------------ Hauptnavigation im linken Bereich -------------
   ------------------------------------------------------------*/


div.hauptnavi {
	text-align: left;
	width: 214px;
	float: left;
	margin-top: 2em;
	margin-bottom:2em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	border: solid 1px #C8C6C4
}


div.hauptnavi a:hover {
	color: #ffffa9; /* hellgelb Ton */
	background-color: #000;
}

/* Alle Links gleich formatieren - ausser Farben */
.hauptnavi_norm a, .hauptnavi_norm_sub a,.hauptnavi_akt a {
	font-size: 125%;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1.5em;
	margin-bottom:0.5em;
	display: block;
}

/* Normalzustand Link */
.hauptnavi_norm a {
	font-weight:bold;
	color:#000;
	width: 80%;
	margin-left:1em;
	border: 1px solid #525251;
}

/* Normalzustand Link 2. Ebene */
.hauptnavi_norm_sub a {
	font-weight:normal;
	color:#000;
	width: 70%;
	margin-left:2em;
}

/* aktiver Link */
.hauptnavi_akt a {
	font-weight:bold;
	color:red;
	width: 80%;
	margin-left:1em;
	border: 1px solid red;
}


.hauptnavi_akt_sub, .hauptnavi_cur, .hauptnavi_cur_sub {

	font-size: 125%;
	text-decoration: none;
	width: 80%;
	padding-bottom: 2px;
	margin-bottom:0.5em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hauptnavi_akt_sub a {
	margin-left: 2em;
	color: black;
	border: 1px solid red;
	padding: 0 1em 0 1em;
}

/* aktueller Link */
.hauptnavi_cur {
	background-color: #FADFAC;
	border: 1px solid red;
	color:red;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 1.5em;
	margin-left:1em;
	display: block;
}

/* akuteller Link 2. Ebene */
.hauptnavi_cur_sub {
	color:#000;
	padding-top: 2px;
	padding-left: 2em;
	margin-left:1em;
	display: block;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------*/
.hauptnavi_norm_sub2 a {
	display: block;
	text-decoration: none;
	color: red;
	padding-top: 3px;
	padding-left: 4em;
	margin-right: 1em;
	width: 80%;
	height: 20px;
}

.hauptnavi_akt_sub2 a{
	display: block;
	color: green !important;
	width: 80%;
}

.hauptnavi_cur_sub2 {
	display: block;
	padding-left: 3em;
	padding-top: 3px;
	height: 20px;
	text-decoration: underline;
	
}
/* --------------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------------
                                             Inhaltsbereiche links - mitte - rechts
   --------------------------------------------------------------------------------------------------------------
   --------------------------------------------------------------------------------------------------------------*/




/* ------------- Linker Contentbereich: Kopflogo, Hauptnavi, Infos -----------------
   ---------------------------------------------------------------------------------*/
   
.links { 
	width: 17.5%;
}

a#header-bild {
	background-image: url(../uploads/media/bild-chris.jpg);
	background-repeat: no-repeat;
	background-position: -1px;
	text-align: center;
	text-indent: -9999px;
	width: 214px;
	height: 213px;
	display: block;
	border: solid 1px #C8C6C4
}



/* -------------Inhaltsblöcke  links -----------------*/

.content-links { 
	background-color: #D6F3FD; /* hellblauer Ton */
	text-align: left;
	float:left;
	width: 214px;
	margin-top:0em;
	border: solid 1px #C8C6C4;
}

.content-links h1 {
	color: #1484DB; /* dunkelblauer Ton */
	font-size: 150%;
	margin-left:0.8em;
}

.content-links h2 {
	color: #F59523; /* oranger Ton */
	font-size: 110%;
	margin-bottom: 1em;
	margin-left:1em;
}

.content-links h3 {
	margin-left: 1em;
}

.content-links h6 {
	color: gray;
	font-weight: normal;
	margin-left: 1.5em;
	margin-top: 0;
}

.content-links p {
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 0.75em;
	margin-left:1em;
}

.content-links h1, .content-links h2, .content-links p {
	margin-right: 0.5em;
}

.content-links ul {
	margin: 0 0.5em 1em 3em;
}

.content-links li {
	margin-bottom:0.75em;
}

.content-links a:hover {
	color: #000;
	text-decoration: none;
}


/* ---------- Mittlerer Inhaltsbereich -----------------------------------------
   -----------------------------------------------------------------------------*/
   
.haupt { text-align: center; width: 55% ; padding-right: 3em; padding-left: 0.75em; }

/* Name: Christian Domingo - Salsa Tanzlehrer*/

a#logo-name {
	background-image: url(../Bilder/ueberschrift.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 450px;
	height: 74px;
	margin: auto auto 2em;
	display:block;
}



/* ----------Formatierung der Inhalte -----------------------
   ----------------------------------------------------------*/

.beitrag { 
	padding: 0 3em 0 4em;
	text-align: left;
}
.beitrag h2, .beitrag p {color: #585a5c;}
.beitrag h1 {
	color: #1ebae1; /* blauer Ton */
	font-size: 2.5em;
	font-family: "Georgia", "Baskerville", serif;
}

.beitrag h2 {
	font-size: 170%;
	margin-top: 0.5em;
	margin-left: 0.8em;
	margin-bottom: 1em;
	font-family: "Georgia", "Baskerville", serif;
}

.beitrag h3 {
	margin-left: 1em;
	margin-top: 2em;
	font-size: 150%;
	color: #5E5E5E;
	/*color: #81807E;*/
}

.beitrag h2 a {
	color: #F59523; /* oranger Ton */
	text-decoration: none;
}


.beitrag h2 a:hover {
	color: #1ebae1; /* blauer Ton */
	text-decoration: underline;
}

.beitrag p {
	font-size: 140%;
	line-height: 1.4;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.beitrag a:hover {
	color: #f59523;
	text-decoration: none;
}

.beitrag ul, .beitrag ol {
	margin-left: 5em;
}

.beitrag ul li, .beitrag ol li {
	font-size: 130%;
	margin-bottom: 1em;
}

.beitrag ol li {
	margin-bottom: 1em;
}

.beitrag ul li a {
	color: #1ebae1; /* blauer Ton*/
	text-decoration: none !important;
}

.beitrag ul li a:hover {
	color: #F59523; /* oranger Ton */
	text-decoration: underline !important;
}

.beitrag img {
	border: solid 1px #B0B0B0 !important; /* grauer Ton */
	padding: 1px;
}

.beitrag form {
	margin-left: 2em;
}

.beitrag h6 {
	font-size: 90%;
}


/* ------------ Rechter Inhaltsbereich ------------------------------
   ------------------------------------------------------------------*/
   
.rechts {
	text-align: left;
	width: 20%;
	padding-top: 2em;
}

.rechts h1 {
	font-size:150%;
	color:#fadfac;
	background-color: #1ebae1;
	padding: 3px;
	border-bottom: 1px solid #c0c0c0;
}



.rechts h2 {
	font-size:100%;
	color:#1ebae1; /* blauer Ton */
	margin-bottom:1em;
}

.rechts p {
	font-size:100%;
	color:#888b8c; /* dunkelgrauer Ton */
	margin-bottom:0.5em;
	margin-top: 1em;
}

.rechts img {
	margin-top: 1em;
	padding-top: 1em;
}
.rechts a {
	color: #F59523; /*oranger Ton */
	text-decoration: none;
}

.rechts a:hover {
	color: #1ebae1; /* blauer Ton */
	text-decoration: underline;
}

.rechts ul {
	margin-left: 3em;
}

/* Spezialbox mit Hintergrund für Startseite -------------*/

div.grafik-button {
	background-image: url(../Bilder/re-box.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 200px;
	height: 140px;
	margin-bottom: 2em;
	border: solid 1px #F59523; /* oranger Ton */
	padding: 2px !important;
}

div.grafik-button img {
	margin-top: 2em;
	border:0;
}

div.grafik-button a {
	color: #fcf53a;
	text-decoration: none;
}

div.grafik-button a:hover {
	color: #000;
	text-decoration: underline;
}

div.grafik-button h1 {
	font-size:150%;
}




/* ----------------------- Fußzeile -------------------------------*/
   
.footer {
	text-align: center;
	width: 99.5%;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dashed #1cb6e1;
}
	
.footer a {
	text-decoration: none;
}

.footer, .footer a {
	color: #B0B0B0;
}

.footer a:hover {
	color: #1ebae1; /* blauer Ton */
}

/*--------------------------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------------
                                                  Kontaktformular
  --------------------------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------------*/

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}


/*---------------------- Normale Tabelle für allen möglichen Stuff ------*/

.tabelle-norm {
	font-size: 95%;
	border: 0 !important;
	margin-left: -10px; 
}


.tabelle-norm th {
	font-size: 110%;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: left;
	background-color: #d0d0d0;
	border: 1px solid #000;
	vertical-align: top;
}

.tabelle-norm tr {
	padding-left: 3px;
	border-bottom: 1px solid #000 !important;
}

.tabelle-norm td {
	font-size: 90% !important;
	empty-cells: show;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #d0d0d0;
}

.tabelle-norm.gruen {
	background-color: green !important;
	color: #fff;
}



.tabelle-norm.gruen-h {
	background-color: #C8F806;
}

.tabelle-norm.gelb {
	background-color: yellow;
	color: #000;
}

.tabelle-nrom.rot {
	background-color: red;
	color: #fff;
}

.tabelle-norm.grau {        /*nicht nötig*/
	background-color: gray;
	color: #000;
}

tr.header2 {
	background-color: #EEEFEF;
	color: green;
}

.tabelle-norm img {
	border: 0;
}

.external-link-new-window img {
	padding-top: 0em;
	border: none;
}





/*------------------------------------------------------------------------------------------------

                       Tabelle für Kurskalender
                       -----------------------------------------------------------------------------*/

.we {
	background-color: #bebeba;
}

table#kursplan  {
	border: solid 1px #d0d0d0;
	empty-cells: show;
}

#kursplan th  {
	font-weight: bold;
	border:  1px solid #d0d0d0;
	color: #000;
}

#kursplan td  {
	border: 1px solid #d0d0d0;
}

.kurs1  { background-color: #87f834 }

.kurs2  { background-color: #f2dc1f }

.kurs3  { background-color: #4a58ec }

.kurs4   { background-color: #fa870c }
.kurs5    { background-color: #6cc }
.ferien {
	background-color: #eedade;
}

.feiertag {
	background-color: #ebf2ff;
}

.monat {
	font-size: 90%;
	padding: 0 3px 0 3px;
}

.workshop { background-color: #dd0d1d }

/*************************************************************
Sonstiges - Img Spacer.gif {sorgt für Abstände der Content Elemente
*************************************************************/

BODY DIV#wrap DIV.haupt DIV.beitrag IMG.spacer-gif {border: none !important;}



