/*  
Theme Name: Dhananjaya
Theme URI: http://www.dhananjaya.de/
Description: Das Dhananjaya-Theme
Version: 1.0
Author: Lothar Baier
Author URI: http://appelt-mediendesign.de
*/

/* ####################### Voreinstellungen #################### */
html {
  height				: 100.01%; 	
  margin				: 0; 
  padding				: 0;
}

* {
  margin				: 0;
  padding				: 0;
  border				: none;
}

body {
  text-align			: center; 
  height				: 100.01%;
  font					: normal 62.5%/1.5 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background			: #fff17f;
  color					: #333;  
}

#mantel {
  width					: 950px;
  margin				: 10px auto;
  text-align			: left;
}

#inhalt {
  width					: 950px;
  background			: url(images/inhalt.jpg);
}

/* ####################### Kopf #################### */
#kopf {
  background			: url(images/kopf.jpg) no-repeat;
  width					: 950px;
  height				: 228px;
}

#kopf h1 {
  letter-spacing		: -999em;
}

#kopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild.jpg) no-repeat;
  margin-top			: 10px;
}

#dasdakopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-dhananjaya.jpg) no-repeat;
  margin-top			: 10px;
}
#yogakopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-yoga.jpg) no-repeat;
  margin-top			: 10px;
}

#reikikopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-reiki.jpg) no-repeat;
  margin-top			: 10px;
}

#medikopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-meditation.jpg) no-repeat;
  margin-top			: 10px;
}

#einzelkopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-einzel.jpg) no-repeat;
  margin-top			: 10px;
}

#gastkopfbild {
  width					: 950px;
  height				: 109px;
  background			: url(images/kopfbild-gast.jpg) no-repeat;
  margin-top			: 10px;
}

/* ####################### Menü Ebene 1 #################### */
#nav {
	width: 950px;
	height: 30px;
	padding: 0;
	margin: 10px 0 0;
	list-style-type: none;
	text-align: left;
}
#nav li {
	float: left;
	height: 30px;
	border: none;
	text-align: left;
	padding: 0px;
}

#nav li.start-li {width: 76px; background : url(images/menu-start.jpg) no-repeat top left;}
#nav li.dasda-li {width: 118px;background: url(images/menu-dasda.jpg) no-repeat top left;}
#nav li.yoga-li {width: 42px;background: url(images/menu-yoga.jpg) no-repeat top left;}
#nav li.reiki-li {width: 46px;background: url(images/menu-reiki.jpg) no-repeat top left;}
#nav li.medi-li {width: 78px;background: url(images/menu-medi.jpg) no-repeat top left;}
#nav li.stellen-li {width: 109px;background: url(images/menu-stellen.jpg) no-repeat top left;}
#nav li.einzel-li {width: 114px;background: url(images/menu-einzel.jpg) no-repeat top left;}
#nav li.gast-li {width: 103px;background: url(images/menu-gast.jpg) no-repeat top left;}
#nav li.termin-li {width: 113px;background: url(images/menu-termin.jpg) no-repeat top left;}
#nav li.kontakt-li {width: 62px;background: url(images/menu-kontakt.jpg) no-repeat top left;}
#nav li.impressum-li {width: 89px;background: url(images/menu-impressum.jpg) no-repeat top left;}

#nav li.current {background-position: 0 -30px;}

#nav li a {
	display: block;
	text-decoration: none;
	font: normal 1.4em Arial, sans-serif;
	color: #FFFFFF;
	width: auto; height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	border: none;
	padding: 0px;
	
}
#nav li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: url(images/menu-bg-hover.gif) repeat-x; 
	color: #fc0;
}

#nav li.current a {
  color	: #000;	
}

/* ####################### Menü Ebene 2 #################### */
#nav li ul {
	position: absolute;
	/* top: 0px; */
	width: 190px;
	left: -999em;
	text-align: left; 
	background: #fff17f;
	border: none;
	list-style-type: none;
}
#nav li .subnavi {
	border: 1px solid #888;
	border-top: none;
	height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #fff;
	background: #821718;
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	color: #003053;
	float: left;
	text-align: left;
	width: 190px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	text-indent: 3px;
}

#nav li ul li .bottom, #nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}
/*################################
Suckerfish Navigation End
##################################*/
a {
  color				: #06f;
  text-decoration	: none;
}


/* ####################### Ausgabe Terminliste Frontseite #################### */
#termin {
  margin-top		: 15px;
  float				: left;
  width				: 285px;
  border-right		: 10px solid #fef5ac;
  text-align		: left;
  list-style-type	: none;
}

#termin ul {
  margin			: 0 0 0 10px;
  padding			: 0;
  text-align		: left;
  list-style-type	: none;
  line-height		: 1.2;
}

#termin h2 {
  margin			: 10px 0 5px 10px;
  font				: normal 1.8em/1.4 Georgia;
  text-align		: center;
  color				: #821718;
}

#termin ul li {
  margin			: 0;
  padding			: 0;
  font				: normal 1.4em/1.2 Georgia;
  color				: #821718;
}

#termin ul ul li {
  font-size			: 1.0em;
}

#termin a {
  font				: normal 1.0em/1.5 Georgia, Times, serif;
  margin			: 0;
  padding			: 0 0 0 10px;
}

#termin li.ec3_list_day {
  font-weight		: bold;
}

#termin li.ec3_list_day ul li {
  font-weight		: normal;
}





#mitte {
  margin-top		: 15px;
  float				: left;
  width				: 340px;
  border-left		: 1px solid #888;
  border-right		: 1px solid #888;
}

#mitte h2 {
  margin			: 10px 10px 5px 10px;
  font				: normal 1.8em/1.4 Georgia;
  text-align		: center;
  color				: #821718;
}

#mitte p {
  margin			: 8px 10px 8px 10px;
  font				: normal 1.4em/1.4 Georgia;
  text-align		: justify;
  color				: #821718;
}

#rechts {
  margin-top		: 15px;
  float				: right;
  width				: 298px;
  padding-right		: 10px;
}

#rechts h2 {
  margin			: 10px 0 5px 10px;
  font				: normal 1.8em/1.4 Georgia;
  text-align		: center;
  color				: #821718;
}

#rechts p {
  margin			: 8px 0 8px 10px;
  font				: normal 1.4em/1.4 Georgia;
  text-align		: justify;
}

#rechts form {
  margin			: 5px 0 5px 10px;
  text-align		: center;
}

#rechts input#si {
  font				: normal 1.3em Arial;
  padding			: 1px 3px 2px;
  background		: #fff17f;
  border			: 1px inset #999;
  width				: 150px;
}

#rechts input#ss {
  font				: normal 1.3em Arial;
  padding			: 1px 3px 1px;
  background		: #fff17f;
  border			: 1px outset #999;
  width				: 55px;
  color				: #821718;
}

#rechts input#ss:hover {
  background		: #821718;
  color				: #fff;
}

#rechts #wolke {
  margin			: 10px 0 0 10px;
  text-align		: center;
}

#rechts #wolke ul {
  list-style-type	: none;
}

#rechts #wolke li {
  display			: inline;
  margin			: 0;
  padding			: 0 2px;
  color				: #06f;
}

#rechts #wolke li a.tag-smallest {
  font-size			: 1.1em;
}

#rechts #wolke li a.tag-small {
  font-size			: 1.3em;
}

#rechts #wolke li a.tag-medium {
  font-size			: 1.5em;
}

#rechts #wolke li a.tag-large {
  font-size			: 1.7em;
}

#rechts #wolke li a.tag-largest {
  font-size			: 2.0em;
}

#rechts #infokasten {
  font-size			: 1.3em;
  color				: #000;
  padding			: 0 4px 0;
  text-align		: center;
}

#rechts #infokasten hr {
  border			: none;
  text-decoration	: none;
  border-bottom		: 1px solid #999;
  margin-top		: 20px;
}

#rechts #newsletter p {
  margin			: 5px 7px 0 0;
  padding			: 0;
  color				: #800004;
  font-size			: 1.2em;  
}

#rechts #newsletter input#ni {
  font				: normal 1.3em Arial;
  padding			: 1px 3px 2px;
  background		: #fff17f;
  border			: 1px inset #999;
  width				: 150px;
  margin-top		: 5px;
}

#rechts #newsletter input#ns {
  font				: normal 1.3em Arial;
  padding			: 1px 3px 1px;
  background		: #fff17f;
  border			: 1px outset #999;
  width				: 70px;
  color				: #821718;
  margin-top		: 5px;
}

#rechts #newsletter input#ns:hover {
  background		: #821718;
  color				: #fff;
}

/* ####################### Einzelbeiträge #################### */
#inhalt.einzelbeitrag h2 {
  font				: normal 2.5em/1.4 Georgia, serif;
  padding			: 15px 0 5px 20px;
}

#inhalt.einzelbeitrag h3 {
  font				: normal 1.8em/1.4 Georgia, serif;
  padding			: 15px 0 5px 20px;
}

#inhalt.einzelbeitrag p {
  font				: normal 1.3em Georgia, serif;
  margin			: 8px 0 0;
}

#inhalt.einzelbeitrag table {
  margin			: 0 10px 10px 10px;
  border-collapse	: collapse;
}

#inhalt.einzelbeitrag th, 
#inhalt.einzelbeitrag td {
  padding			: 0 10px 0 10px;
  vertical-align	: top;
}

#inhalt.einzelbeitrag table.t33 td {
  width				: 33%;
}

#inhalt.einzelbeitrag td.linke {
  font				: normal 1.3em/1.4 Georgia, Times, serif;
  width				: 350px;
}

#inhalt.einzelbeitrag td.rechte {
  width				: 530px;
}

#inhalt.einzelbeitrag td p {
  margin			: 0 0 8px;
  padding			: 0;
}

#inhalt.einzelbeitrag td p img {
  margin			: 5px 0 0 0;
  padding			: 0;
  border			: 1px solid #811718;
}

#inhalt.einzelbeitrag td p img.ohnelinie {
  margin			: 5px 0 0 0;
  padding			: 0;
  border			: none;
}

#inhalt.einzelbeitrag td p img.lft {
  float				: left;
  margin			: 5px 10px 3px 0;
}

#inhalt.einzelbeitrag td p img.rgt {
  float				: right;
  margin			: 5px 0 3px 10px;
}

#inhalt.einzelbeitrag hr {
  border-bottom		: 1px solid #ccc;
}

#inhalt.einzelbeitrag table.bord {
  font				: normal 1.3em/1.4 Georgia, Times, serif;
  margin			: 10px 0; 
  border			: 1px solid #fc9;
}

#inhalt.einzelbeitrag table.bord td.zeit {
  width				: 111px;
}

#inhalt.einzelbeitrag table.bord td.thema {
  width				: 313px;
}

#inhalt.einzelbeitrag table.bord td.dauer{
  width				: 51px;
}

#inhalt.einzelbeitrag table.bord td.preis {
  width				: 75px;
  text-align		: right;
}

#inhalt.einzelbeitrag #fotos {
  margin			: 10px 20px;
}

#inhalt.einzelbeitrag #fotos a {
  float				: left;
  border			: 1px solid #811718;
  margin			: 0 20px 20px 0;
}

#inhalt.einzelbeitrag ul {
  margin			: 8px 0 8px 15px;
  font-size			: 1.3em;
}

#inhalt.einzelbeitrag table.anfahrt {
  border-collapse	: collapse;
  margin			: 20px;
  padding			: 0;
}

#inhalt.einzelbeitrag table.anfahrt table {
  border-collapse	: collapse;
  margin			: 0;
  padding			: 0;
}

#inhalt.einzelbeitrag table.anfahrt td {
  margin			: 0;
  padding			: 0;
}

#inhalt.einzelbeitrag form table {
  margin			: 10px 20px;
  padding			: 0;
  border-collapse	: collapse;
}

#inhalt.einzelbeitrag form table table {
  margin			: 10px 0 0;
  padding			: 3px;
  border-collapse	: collapse;
}

#inhalt.einzelbeitrag form table td {
  margin			: 0;
  padding			: 0;
  font-size			: 1.3em;
}

#inhalt.einzelbeitrag form table td input,
#inhalt.einzelbeitrag form table td select {
  font				: normal 1.3em/1.3 Arial, Helvetica, sans-serif;
  padding			: 1px 3px;
  border			: 1px inset #aaa;
}

#inhalt.einzelbeitrag form table td input#senden {
  font				: normal 1.3em/1.3 Arial, Helvetica, sans-serif;
  border			: 1px outset #aaa;
}

#inhalt.einzelbeitrag form table td input#senden:hover {
  color				: #fff;
  background		: #811718;  
}

#inhalt.einzelbeitrag table.reikitermine {
  margin			: 10px;
  padding			: 0;
  border-collapse	: collapse;
}

#inhalt.einzelbeitrag table.reikitermine table.date {
  margin			: 20px 20px 0 0;
  padding			: 0;
  border-collapse	: collapse;
}

#inhalt.einzelbeitrag table.reikitermine table.date td,
#inhalt.einzelbeitrag table.reikitermine table.date th {
  margin			: 0;
  padding			: 3px 10px 3px 0;
  font-size			: 1.3em;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.datum {
  width				: 85px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.thema {
  width				: 220px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.zeit {
  width				: 80px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.preis {
  width				: 80px;
  text-align		: right;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.langdatum {
  width				: 150px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.langthema {
  width				: 200px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.langpreis {
  width				: 250px;
  text-align		: right;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.grossthema {
  width				: 320px;
}

#inhalt.einzelbeitrag table.reikitermine table.date td.kleinpreis {
  width				: 50px;
  text-align		: right;
}

#inhalt.archiv table {
  font-size		: 1.3em;
  margin			: 20px 0;
}

#inhalt.archiv table td {
  padding			: 0 0 0 20px;
}

#post-118 table {
  font-size		: 1.3em;
  margin			: 20px 0;
}

#post-118 table td {
  padding			: 0 0 0 20px;
}









/* ###########################  Terminansicht  ################# */
.entrytermin {
  width				: 670px;
  float				: left;
}

.sidebartermin {
  width				: 260px;
  float				: left;
}

#inhalt.einzelbeitrag .sidebartermin ul {
  list-style-type	: none;
  font-size			: 1.3em;
  border			: 1px solid #ccc;
  margin			: 0 0 10px;
  padding			: 2px 10px;
}

#inhalt.einzelbeitrag .sidebartermin ul li {
  font-family		: Georgia, Times, serif;
  margin			: 0;
  padding			: 0;
  line-height		: 1.6;
}

#inhalt.einzelbeitrag .sidebartermin div.ec3_schedule {
  border			: 1px solid #ccc;
  margin			: 0 0 10px 0;
  padding			: 3px 0 3px;
  
}

#inhalt.einzelbeitrag .sidebartermin div.ec3_schedule p {
  margin			: 0;
  padding			: 0 10px;
  line-height		: 1.6;
}

.entrytermin table table {
  border-collapse	: collapse;
  margin			: 10px 0;
  font				: normal 1.3em/1.4 Georgia, Times, serif;
}

#inhalt.einzelbeitrag .entrytermin table h3 {
  margin			: 0;
  padding			: 3px 0;
}

/* ###########################  Kategorie-Archive  ################# */
.archiv #content .post h3 {
  padding			: 10px 0 0 0;
  margin			: 0 20px 3px;
  font				: normal 1.8em/1.4 "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.archiv #content .post p.postmetadata {
  font-size			: 1.0em;
  border-bottom		: 1px solid #ccc;
}

/* ###########################  Wochenübersichtsplan  ################# */
.wochenplan {
  text-align		: center;
}

.wochenplan h2 {
  font				: normal 2.5em/1.4 Georgia, Times, serif;
  padding			: 15px 0 8px;
  text-align		: center;
}

.wochenplan table {
  margin			: 10px 10px 0;
  border-collapse	: collapse;
  border-left		: 1px solid #888;
  border-top		: 1px solid #888;
}

.wochenplan table em {
  font				: normal 1.3em/1.4 Georgia, serif;
  margin			: 0;
  padding			: 0;
}

.wochenplan thead th,
.wochenplan tbody th {
  padding			: 3px;
  width				: 18%;
  font				: normal 1.6em/1.2 Arial, helvetica, sans-serif;
  background		: #121788;
  color				: #fff;
}

.wochenplan th,
.wochenplan td {
  font-size			: 1.3em;
  padding			: 4px 1px 6px;
  text-align		: center;
  border-right		: 1px solid #888;
  border-bottom		: 1px solid #888;
}

.wochenplan td.gruenvoll {
  background		: #AEDF35;
  border-right		: none;
  width				: 5%;
  font				: bold 1.3em/1.0 Georgia, serif;
}

.wochenplan td.gruenhalb {
  background		: #E4FEA5;
  width				: 15%;
  line-height		: 1.2;
}

.wochenplan td.beigevoll {
  background		: #FE6257;
  border-right		: none;
  width				: 5%;
  font				: bold 1.3em/1.0 Georgia, serif;
}

.wochenplan td.beigehalb {
  background		: #FEAF9F;
  width				: 15%;
  line-height		: 1.2;
}

.wochenplan td.gelbvoll {
  background		: #FFEB42;
  border-right		: none;
  width				: 5%;
  font				: bold 1.3em/1.0 Georgia, serif;
}

.wochenplan td.gelbhalb {
  background		: #FFF071;
  width				: 15%;
  line-height		: 1.2;
}

.wochenplan td.lilavoll {
  background		: #EAABFF;
  width				: 20%;
  line-height		: 1.0;
  font-weight		: normal;
}

/* #########################  Kontaktformular  ############################# */
#content .post h2 {
  font				: normal 2.5em/1.4 Georgia, Times, serif;
  padding			: 15px 0 3px 20px;
  font-weight		: normal;
}

#content .post h2 a {
  color				: #000;
}

#content .post p {
  font				: normal 1.3em/1.4 Georgia, Times, serif;
  margin			: 8px 20px 0;
}

#content .post p.zentriert {
  text-align		: center;
}

#content.seite table {
  margin			: 10px 0px;
  border-collapse	: collapse;
}

#content.seite table td {
  width				: 33%;
  vertical-align	: top;
}

#content.seite label {
  font-size			: 1.3em;
  width				: 200px;
}

#content.seite .cform {
  width				: 700px;
}

#content.seite .cform textarea {
  width				: 300px;
}

/* ########################  Seitenfuss  ################# */
#fuss {
  clear				: both;
  background		: url(images/fuss.jpg) no-repeat bottom left;
}

#fuss p {
  text-align		: center;
  padding			: 10px 0 15px;
  margin			: 0 10px;
  color				: #555;
  font-size			: 1.1em!important;
}


