/*  
Website: http://www.temple-of-motion.de
Version: v3.0
Author: Coffeebean Webdesign
Author URI: http://www.coffeebean-webdesign.de/


*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	/*text-align: center;*/
	vertical-align: top;
	background: #fff url(../_images/bg_body2.gif) repeat-x;
	color: #666666;
	
}

h2, h3, h4, h5, h6{
	font-family: Verdana, Georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2E0000;
	padding: 50px 0px 5px 25px;
}

#logo h1{
position: absolute;
margin-left: 10px;
margin-top: 66px;
padding: 0px;
height: 120px;
width: 200px;
}

#logo h1 span{ 
display:none;
}

#logo h1 a {
position: absolute;
display: block;
margin: 0px;
padding: 0px;
height: 120px;
width: 200px;
}

#linklist {
	margin: 10px 0 0 0;
}

#linklist ul {
	margin-left:175px;
	padding-left:20px;
	padding-top: 2px;
}

#linklist ul li {
	display: inline;
	width: 50px;
	height: 30px;
}

#linklist li a {
	display: inline-block;
	width: 62px;
	height: 30px;
}


a img{ border: none; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }


dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

/*Layout*/

#container{
	margin: 0 auto;
	width: 825px;
}


#pageborder {
	float: left;
	width: 825px;
	padding: 0px 0px;
	background: transparent url(../_images/bg_border.jpg) top left repeat-y;
}

#pagewrapper{
	float: left;
	width: 825px;
	padding: 14px 0px 0px 0px;
	background: transparent url(../_images/bg_page.jpg) no-repeat left top;
	height: 280px;
}

/* Slideshow */
#slideshow {
	width: 372px;
	height: 229px;
	margin-left: 224px;
}

#slideshow img {
	display: none;
	position: absolute;
}
/* // Slideshow */


#page{
	/*padding: 0 23px;*/
	padding: 0px 5px 0px 5px;
	clear:both;
}


#sidebar{
	float: left;
	margin: 45px 0px;
	width: 135px;
	padding-top: 6px;
}

#sidebar a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-left: 14px;
}

#sidebar a:hover{ 
	text-decoration: none;
	color: #FF552A;
	background: url(../_images/li.gif) top left no-repeat;
}

#sidebar a.aktiv { 
	text-decoration: none;
	color: #FF552A;
	background: url(../_images/li.gif) top left no-repeat;
}

#sidebar a.subnavi {
	color: #FF552A;
}

#sidebar a.subnavi:hover{ 
	text-decoration: none;
	color: #FF552A;
}

#sidebar a.subnaviaktiv { 
	text-decoration: none;
	color: #666666;
}

#sidebar a.subnaviaktiv:hover{ 
	text-decoration: none;
	color: #FF552A;
}


#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	display:block;
	padding-top: 2px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li{
	padding: 5px;
	font-family: Verdana, Georgia, sans-serif;
	
}


#sidebar ul ul{
	padding: 2px 0px 0px 4px ;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar a.aktion {
	text-decoration: none;
	background: none;
}

#sidebar a.aktion:hover{ 
	text-decoration: none;
	background: none;
}

#container, #pagewrapper, #page,  #maincolumn, .post, .entry, #sidebar {
	text-align: left;
	vertical-align:top;
}

#maincolumn{
	float: right;
	width: 650px;
	margin: 2px 0 0;
}

.middle {
	margin-left:50px;
}

.post{
	margin: 10px 0 0;
	padding: 0 25px;
	text-align:left;
	line-height: 22px;
}

p.left {
	text-align: left;
}

.post h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #2E0000;	
}

.post h2 a{
	text-decoration: none;
	color: #c97d05;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 28px 25px 28px 15px;
	text-align: left;
}

.entry a:link,
.entry a:active,
.entry a:visited,
.entry a:focus {
	text-decoration: none;
	color: #2E0000;
	
}

.entry a:hover{ 
	text-decoration: none;
	color: #666666;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin-left:-25px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2E0000;
	padding: 20px 0px 5px 25px;
}


.entry h1{
	font-size: 24px;
	font-weight: normal;
	color: #2E0000;
	}

.entry h2{
	font-size: 16px;
	color: #2E0000;
}

.entry h3{ 
	color: #2E0000;
	padding: 0px;
 }

.entry  h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }


.entry img.border {
	border: 1px solid #e5d8c6;
	padding: 4px;
	background-color: #faf5ef;
	
}

.entry p.center {
	
	text-align: center;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.insite { 
 float: right;
 margin-right: 10px;
 margin-top: 5px;
}

.faq {
  margin-bottom: 50px;
  clear: both;
}

.center {
	text-align: center;
	
}

.kurse {
	width: 80px;
	height: 66px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	background-color: #fff;
	border: 1px solid #e5d8c6;
}

.video {
 padding: 4px;
 border: 1px solid #e5d8c6;
 background-color: #faf5ef;
 width:512px;
 height:288px;
 margin:auto;
 
}

.video2 {
 padding: 4px;
 border: 1px solid #e5d8c6;
 background-color: #faf5ef;
 width:450px;
 height:320px;
 margin:auto;
 
}

.welcome {
	text-align:center;
	width: 780px;
}

.linkpic {
	border: none;
}

.spacer {
	height:150px;
}

.spacer_small {
	height:50px;
}

.last {
	height:120px;
}

.hidden {
	display: none!important;
}

/* Links Formatierungen start*/

.entry a.step  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/step.gif);
}

.entry a.step:hover {
	background: url(../_images/links/step_hover.gif);
}

.entry a.rpm  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/rpm.gif);
	
}

.entry a.rpm:hover {
	background: url(../_images/links/rpm_hover.gif);
}

.entry a.bp  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/bp.gif);
}

.entry a.bp:hover {
	background: url(../_images/links/bp_hover.gif);
}

.entry a.bj  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/bj.gif);
}

.entry a.bj:hover {
	background: url(../_images/links/bj_hover.gif);
}

.entry a.bc  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/bc.gif);
}

.entry a.bc:hover {
	background: url(../_images/links/bc_hover.gif);
}


.entry a.bb  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/bb.gif);
}

.entry a.bb:hover {
	background: url(../_images/links/bb_hover.gif);
}

.entry a.bv  {
	padding:85px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/bv.gif);
}

.entry a.bv:hover {
	background: url(../_images/links/bv_hover.gif);
}

.entry a.kibo  {
	padding:70px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/kibo.gif);
	margin-top: 15px;
}

.entry a.kibo:hover {
	background: url(../_images/links/kibo_hover.gif);
}

.entry a.wsg  {
	padding:70px;
	text-decoration:none;
	border: none;
	background: url(../_images/links/wsg.gif);
}

.entry a.wsg:hover {
	background: url(../_images/links/wsg_hover.gif);
}

/* Links Formatierungen end*/

/*-- ----------------------------  FOOTER FORMATTING --------------------------------- */

#wrapper {
	width:100%;
	clear:left;
	background: #2E0000;
	text-align: center;
	
}

#footer {
	width: 850px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../_images/bg_footer.jpg) top left no-repeat;
}

.footertext{
border-top: 1px dashed #666666;
float: left;
margin-top: 1px;
margin-left: 30px;
color: #511C0E;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

*html .footertext {
border-top: 1px dashed #666666;
float: left;
margin-top: 1px;
margin-left: 15px;
color: #511C0E;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

*html #footer {
 margin-right: auto 2px;
}

.footertext a {
	text-decoration: none;
	color: #511C0E;
	display: inline;
	margin-top: 15px;
}

.footertext a:hover {
	text-decoration:none;
	color: #FF552A;
}


.copyright {
width: auto;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #511C0E;
text-align: right;
}

.xhtml {
float: left;
}

.clear {
	clear:both;
}


.xhtml a {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF552A;
text-decoration: none;
}


.xhtml a:hover {
color: #511C0E;
}


/*Kontaktformular start*/

fieldset{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	}

fieldset#mail-data input {
	border: 1px solid #BBBBBB;
	color: #666666;
	margin-top: 3px;
	width: 392px;
	height: 20px;
	background:#fff url(../_images/bg-input.jpg) top left repeat-x;
}

fieldset#mail-txt textarea {
	border: 1px solid #BBBBBB;
	color: #666666;
	margin-top: 2px;
	width: 392px;
	background:#fff url(../_images/bg-input.jpg) top left repeat-x;
	
}

fieldset#mail-data label,
fieldset#mail-txt label {
	margin-left: 0px;
	font-size: 12px;
	color: #666666;
}

fieldset#mail-txt #Submit {
	background-color:#ECE9D8;
	color: #666666;
	border:1px solid #BBBBBB;
	text-align: center;
	width:394px;
	}
	
fieldset#mail-txt #Reset {
	background-color:#ECE9D8;
	color: #666666;
	border:1px solid #BBBBBB;
	text-align: center;
	width:394px;
	}

/*Kontakformular Ende*/

#largeImg {
	border: solid 1px #F5E9D4;
	padding: 5px;
	width: 600px;
	height: 300px;
}

.thumbs img {
	border: solid 1px #F5E9D4;
	padding: 4px;
}


.thumbs img:hover {
	border-color: #CCB68F;
}

.italic {
	font-style: italic;
	font-weight: normal;
}


