/*  
Theme Name: Schule der Geistheilung
Theme URI: http://www.designer23.com/
Description: Zweispaltig, feste Breite, ideal für 1024x768. Widget-ready für WP2.7+
Version: 1.0
Author: Florian Hirschmann
Author URI: http://www.designer23.com/
*/

body {
	margin: 100px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/header.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10.5px;
	color: #333333; }

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

h1, h2, h3, h4, h5 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	color: #3E3E3E; }

h1 {
	font-size: 2.5em; }

h2 {
	font-size: 1.7em;
	margin: 10px 0px 15px 0px; }

h5 {
	font-size: 4em; }

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 2em;
	font-size: 1.0em;
	list-style-type: circle; }

sup {
	color: #666666;
	font-size: 8.5px;
	line-height: 3px;
}

li {
	margin: 0 0 7px 0; }

a:link,
a:visited {
	color: #990000;
	text-decoration: none; }

a:hover,
a:active {
	text-decoration: none;
	color: #5e80ab; }

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-bottom: 5px; }

/* Header */

#header {
	width: 950px;
	height: 0px;
	margin: 0 auto 50px auto;
	border-bottom: 1px dotted #dbdbdb; }

/* Menu */


#navi  { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	position: relative; 
	top: -50px; 
	left: -40px; 
	width: 850px;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 99; }

#navi ul { 
	list-style-type: none; 
	list-style-image: none; 
	float: left; 
	margin-top: 18px; 
	padding: 0px 0px 0px 0px; 
	margin-left: 25px;
	text-decoration: none;
}

#navi li { 
	float: left; 
	display: block; 
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

#navi li:hover{
	border-bottom: 4px solid #990000;
}

#navi li a:link,
#navi li a:visited {
	float: left;
	color: #5e80ab;
	display: block;
	text-decoration: none;
}

#navi li a:hover,
#navi li a:active {
	color: #990000;
}

#navi ul li ul {
	font-size: 0.95em;
	width: 260px;
	text-transform: uppercase;
}

.nav, .nav * {margin:0;padding:0;list-style:none; }

.nav ul {
	position:absolute;
	top:-999em; 
	background-color: #FFFFFF; 
	border: 1px solid #d7d7d7;
}

.nav li {float:left;position:relative;z-index:99;}

.nav a {display:block;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:-25px; top:9px; }

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:215px;top:-15px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

.nav li li {
display: block;
float: left;
height: auto !important;
margin: 0px !important;
padding: 0px;
border-bottom: none !important;
}

.nav li li:hover {
border-bottom: none !important;
}

#pages ul li ul {
width: 212px;
}

.nav li:hover {
height: auto !important;
}

.nav li li a:link, .nav li li a:visited {
display: block;
padding: 10px 30px 10px 18px !important;
margin: 0px 0px 0px 0px !important;
height: auto !important;
width: 212px;
float: left;
}

.nav li li a:hover {
background-color: #f0f3f6; }

.superfish_more {
	font-size: 10px;
}

/* Breadcrumb */

.breadcrumb { 
	color: #666666;
	font-size: 0.9em;
	position: relative; 
	top: -50px; 
	left: 0px; 
	width: 580px;
	text-transform: none;
	margin-bottom: 10px; }


/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: url(images/sdg_background.jpg) no-repeat right top; }

#page img {
	border: 1px solid #CCCCCC;
}

/* Content */

#content {
	float: left;
	width: 550px;
	margin: 0px 20px; }

#content p {
	text-align: left;
}

#content a:link,
#content a:visited {
	color: #b8331c;
	text-decoration: none; }

#content a:hover, a:active {
	text-decoration: none;
	color: #003448; }

.navigation { }

/* Beiträge */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dbdbdb;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 2em;
	font-size: 1.2em;
}

.meta {
	color: #666;
	font-size: 0.9em;
}

.post .meta {
	padding: 5px 0 40px 0; }

.post .meta p {
	margin: 0;
	line-height: 18px;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}


/* Tabellen */

.post table {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.post tr {
	margin-bottom: 5px;
}

.post td {
	padding: 0px 20px 0px 3px;
}

/* Kommentare */


blockquote  { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	background: url("images/blockquote.gif") no-repeat left top; 
	margin: 0 0 0 10px; 
	padding: 2px 0px 0px 35px; 
	color: #666666;
	font-style: italic; }

#comments {
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 0.9em;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #F0F0F0;
}

#comment {
	width: 500px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar links */

#sidebar_left {
	float: left;
	width: 170px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	position: relative;
	top: -3px;
	z-index: 3;
	border-right: 1px dotted #dbdbdb; }
	
#sidebar_left a:link,
#sidebar_left a:visited {
	color: #666666;
	text-decoration: none; }

#sidebar_left a:hover, a:active {
	text-decoration: none;
	color: #5e80ab; }

#sidebar_left img {
	border: none; }

#sidebar_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_left li {
	margin-bottom: 40px;
}

#sidebar_left li ul,
#sidebar_left form {
font-size: 0.9em;
}

#sidebar_left form p {
font-size: 1em;
}

#sidebar_left li li {
	margin: 0;
}

#sidebar_left h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
	border-bottom: 1px dotted #dbdbdb;
}

#sidebar_left .current_page_item,
#sidebar_left .current_page_item a:link,
#sidebar_left .current_page_item a:visited {
	color: #5e80ab;
	font-weight: bold; }


/* Sidebar rechts */

#sidebar {
	float: right;
	width: 140px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	top: -3px;
	z-index: 3;
	border-left: 1px dotted #dbdbdb; }
	
#sidebar a:link,
#sidebar a:visited {
	color: #666666;
	text-decoration: none; }

#sidebar a:hover, a:active {
	text-decoration: none;
	color: #5e80ab; }


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul,
#sidebar form {
font-size: 0.9em;
}

#sidebar form p {
font-size: 1em;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #A0A0A0;
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
}

#sidebar .current_page_item,
#sidebar .current_page_item a:link,
#sidebar .current_page_item a:visited {
	color: #5e80ab;
	font-weight: bold; }

/* Search */

#search {
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	float: right; 
	padding: 5px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 0.9em;
	color: #4F4F4F;
	font-weight: bold;
}

#search #s {
	float: left;
	width: 70px;
	height: 10px;
	font-size: 1em;
	margin-bottom: 30px;
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #D0D0D0;
	padding: 5px; }


/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 1.5em;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 150px;
	min-height: 150px;
	padding: 70px 0 0 0;
	background: #09304f url(images/img09.gif) repeat-x;
	margin-bottom: -50px; }

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 950px;
	margin: 0 auto;
}

#legal {
	font-size: 0.9em;
	clear: both;
	padding-top: 20px;
	text-align: left;
	color: #FFFFFF;
}

#legal_2 {
	font-size: 0.9em;
	clear: both;
	text-align: left;
	color: #FFFFFF;
}

#legal a,
#legal_2 a {
	color: #FFFFFF; }

#legal a:hover,
#legal_2 a:hover {
	color: #FFFFFF;
	text-decoration: underline; }

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

#searchsubmit {
	padding: 15px;}

small {
	font-size: 0.9em;
	color: #525252; }

label {
	display: block;
	float: left;
	width: 120px;}

form br {
	clear: left;
	line-height: 2px;}

input, textarea {
	padding: 3px;}
	
/* Bilder und Bildunterschriften */

.alignleft {
	float: left;
	margin: 0px 30px 0px 0px; }

.alignright {
	float: right;
	margin: 0px 0px 0px 30px; }

.wp-caption-text {
	font-size: 0.75em;
	line-height:1.7em;
	font-style: italic;
	color: #666666;
	margin: 2px 0px 8px 0px;}

.pflichtfeld {
	color: #b8331c; }

.bg_header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30; }

.bg_footer {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 30; }

.logo {
	width: 165px;
	height: 250px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
	margin: 0px 0px 15px 0px; }

.footerlogo {
	float: right;
	width: 100px;
	height: 100px;
	position: relative;
	top: 0px;
	z-index: 30;
	margin: 0px 10px -100px 0px;
	border: 1px solid #FFFFFF; }

.calendarmainframe {
	height: 770px;
	width: 950px;
	padding: 0px;
	border: 0px solid #000;
	position: relative;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
}

.calendarframe {
	width: 1120px;
	height: 850px;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	top: -78px;
	left: -173px;
}

/* STAGE */

#stage {
    width: 550px; /* important to be same as image width */
    height: 215px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 20px 0px 20px 0px;
	border: 1px solid #A2A2A2;
	padding: 0px;
}

#stageContent {
    width: 550px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.stageImage {
    float: left;
    position: relative;
	top: -2px;
	left: -16px;
	display: none;
}

.stageImage span {
    position: absolute;
    padding: 20px 23px;
    width: 550px;
	background: #FFFFFF url('images/stage/stage_background.gif') repeat-x;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFF;
    display: none;
}

.stageImage span:hover,
.stageImage span a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
	-khtml-opacity: 1.0;
    opacity: 1.0;
    color: #FFF;
    display: none;
	cursor: pointer;
	text-decoration: none;
}

.clear {
	clear: both;
}

.stageImage tt {
	display: block;
	font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
	line-height: 1.4em;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


.stageImage .top {
	top: 0;
	left: 0;
}

.stageImage .bottom {
	bottom: 0;
    left: 0;
	font-size: 10px;
	line-height: 1.6em;
	margin: 0px;
	padding: 8px 0px 7px 12px;
}

.stageImage .left {
	top: 0;
    left: 0;
	width: 100px !important;
	height: 215px;
	text-align: left;
    font-size: 10px;
	line-height: 1.6em;
}

.stageImage .right {
	top: 0;
	right: 0;
	width: 100px !important;
	height: 215px;
	text-align: left;
	font-size: 10px;
	line-height: 1.6em;
}

#stage ul { 
	width: 550px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative;
	left: 0px;
	top: 0px;
	margin: -5px 0px 0px -25px;
}
