@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #dad8d6 ; padding: 0px 0; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 960px; margin: 0 auto; border: 0px #889 solid; }
  #page{ 
  	background: #fff url(../img/leftCol.png) repeat-y left top;
  	border: 4px #fff solid; 
  }

  /* (en) Centering layou in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align:left }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #fff url(../img/header.png) no-repeat top left;
    height: 136px;
  }


  #main { 
  	padding:0px 0; 
  }

  #footer { 
    color:#666; 
    background: #fff url(../img/footer.jpg) repeat-y top left;
    padding: 15px;

  }

  /*------------------------------------------------------------------------------------------------------*/

  
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 25%     | 50%       | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #main { width: 100%; float:left; }

  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 50%; float:left; margin-left: 25%; }
  #col1_content { padding: 15px 25px; }

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 25%; float:left;  margin-left: -75%;}
  #col2_content {padding: 15px 5px; }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 {  float:right; width: 25%; margin-left: -5px; margin-right: 0%; }
  #col3_content { padding: 15px 25px;}

  /*------------------------------------------------------------------------------------------------------*/

/*
* Left Menu
*/
 #menuLeft {
	margin: 0px; padding: 0px; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#menuLeft ul {
  margin: 0px; padding: 0px; 
}

#menuLeft h1, #col3 h2, #col3 h3 {
	margin: 0px; padding: 0px; 
	font-size: 14px;
	color: #8c946c;
}
#menuLeft li a{
	color: #666666;
}
#menuLeft li {
	list-style-type: none;
	color: #666666;
	margin-left: 15px;
  padding-top: 5px;
	font-weight: bold;
}

#menuLeft li li {
  padding-top: 0px;
	text-transform: none;
	font-weight: normal;
}


#menuLeft li a:hover {
	color: #000;
	text-decoration: none;
}

/*
* Top Menu
*/

#top_line{
	position: relative;
	z-index: 50;
	height: 36px;
}

 #menuTop {
  	position: absolute;
  	top: 0;
  	width: 952px;
		z-index: 100;
		font-family: Verdana, sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		color: #fff;
  }
  
  

  #menuTop ul{
  	margin: 0;
  	padding: 0;
		height: 18px;
		border-top: #fff 1px solid;
		border-bottom: #d6d6d6 1px solid;
  }
  #menuTop li {
  	position: relative;
  	margin: 0;
  	padding: 0;
  	list-style:none;
  	float:left;
  	color: #fff;
  }
  #menuTop li a{
		display: block;
		text-align: center;
		padding-top: 1px;
		color: #fff;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		background: #69625f;
		height: 17px;
		width: 148px;
  }
  #menuTop li a:hover{
  	color: #473B2C;
  	text-decoration:none;
  }
  #menuTop li ul{
  	display: none;
  	width: 148px;
  	background: #BBB7B5;
  }
  #menuTop li:hover ul{
  	display: block;
  	position:absolute;
  	left:-1px;
  }
  #menuTop .start:hover ul {
  	left:0px;
	}
  #menuTop .last:hover ul {
	  left:auto;
	  right:1px;
	}
  
  #menuTop li li{
  	float:none;
		font-size: 10px;
  }
  
  #menuTop li li a{
		border-left: #fff 2px solid;
		border-right: #fff 2px solid;
  	border-bottom: #D8D8D8 1px solid;
  	width: 148px!important;
  }
  
  
  #menuTop .start a{width: 100px; background: #69625f; border-left: none;}
  #menuTop .start a:hover {background: #B5B2B1;}
	#menuTop .last a{width: 100px; background: #efb87f; border-right: none;}
  /*
  Will be generated by TypoScript
	#menuTop #therapie_2 a{ background: #aeba7e;}
	#menuTop #therapie_3 a{ background: #759a91;}
	#menuTop #therapie_4 a{ background: #689fc1;}
	#menuTop #therapie_5 a{ background: #babd62;}
	#menuTop #therapie_6 a{ background: #b59fc5;}
	#menuTop #therapie_7 a{width: 100px; background: #efb87f; border-right: none;}
	*/

/*
* Top Bar
*/

#topBar {
  	position: absolute;
  	top: 18px;
  	width: 952px;
	background: #4a4a4a; 
	height: 20px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	border-bottom: #d6d6d6 1px solid;
}

#topBar a {
	color: #fff; 
	padding: 1px 5px; 
	display: inline-block;
}
#topBar a:hover {
	background: #8C946C;
	text-decoration: none;
}
#menuService {padding: 4px; padding-left: 23px;float: left;}

#topSearch {
	float: right; 
	text-align: right;
	height: 18px; 
	width: 200px; 
	white-space:nowrap;
}

#topSearch lable {
	display: inline; 
	padding: 4px;
}
#topSearch input[type="submit"] {
	display: inline; 
	background-color: #ff9900; 
	color: #fff; 
	border: #4a4a4a 1px solid; 
	padding: 0; margin: 0; 
	font-size: 10px; 
	height: 18px;
}
#topSearch input[type="text"] {
	display: inline; 
	background-color: #fff; 
	color: #000; 
	border: #4a4a4a 1px solid; 
	padding: 0; margin: 0; 
	height: 16px; 
}

/*
* Breadcrumb
*/
.root-navi{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.root-navi a{
	color: #cc9900;
} 


#comment {width: 500px;}


.rightImage {float: right; padding-left:20px; padding-right: none; font-size: 9px; font-style: italic;}
.rightImage img {padding-bottom: 5px;}

.centerImage {text-align: center; border: #fff 10px solid; border-style: solid none; font-size: 9px; font-style: italic;}
.centerImage img {border-bottom: #fff 5px solid; margin: 0px auto;}

.leftImage {float: left; border: #fff 10px solid; border-right:#fff 20px solid; border-left: none; font-size: 9px; font-style: italic;}
.leftImage img {border-bottom: #fff 5px solid;}

span.floatbox {
	display: block;
}

/*
News Listen
*/
.timtabList  .timtab_header {
	border-top: #8C946C 1px dotted;
	padding: 5px 10px;
}

.timtabList  .timtab_footer {
	border-top: #8C946C 1px dotted;
	padding: 5px 10px;
}

.timtab_single .timtab_header, .timtab_single .timtab_footer  {
	border-top: #8C946C 1px dotted;
	border-bottom: #8C946C 1px dotted;
	padding: 5px 10px;
}

.timtab_single  {
	padding-top: 10px;
}


.timtabList .timtab_header .h1 {
	margin: 0;
	padding: 0;
	float: left;
	text-transform: none;
}

.timtabList .bodyHidden .timtab_header {
	cursor: pointer;
}

.timtabList .bodyHidden .timtab_header:hover {
  color: #000;  
  background: #E9EDDC;
}
/*
.timtab_post strong.h1 {
	padding: 10px 0px; 
	margin: 0;
}
*/

.timtab_post .category_outer {
	float: left;
	padding-right: 10px;
}

.timtabList .timtab_content a {
	padding-left: 10px;
	display: block;
  color: #444;  
}

.timtab_content a:hover {
  color: #000;  
  background: #E9EDDC;
  text-decoration: none;
}

.timtab_comments a, .timtab_author, .timtab_more a, .timtab_create_comment a{
	display: block;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.timtab_comments {
	float: right;
}
.timtab_comments a{
	background-image: url('../img/kommentar.png');
}

.timtab_create_comment {
	float: right;
}
.timtab_create_comment a{
	background-image: url('../img/kommentar.png');
}

.timtab_author {
	float: right;
}
.timtab_author a{
}

.timtab_footer .more {
	float: left;
}
.timtab_footer .more a{
	background-image: url('../img/artikel.png');
}


.news-search-form {
	padding: 10px;
	padding-top: 0px;
}

.news-search-form input {
	border: 1px solid #8C946C;
	background: #fff;
	padding: 1px;
}
.news-search-form-submit input {
	color: #B4003F;
	padding: 0px;
	font-weight: bold;
	cursor: pointer;
}
.news-search-form-submit input:hover {
	background: #E9EDDC;
}

/* News Single */
.news-single-img {
	float: right;
	padding-left: 10px;
}

.news-single-img p{
	padding-left: 10px;
}

.timtabTrackback {
	float: left;
}

/* Kommentare  Form*/

.tx-comments-comment-form {
	padding-top: 10px;
}

.tx-comments-comment-form label {
	float: left;
	width: 8em;
	padding-right: 1em;
	text-align: right;
}

.tx-comments-comment-form .formrow {
	padding-bottom: 5px;
}

.tx-comments-comment-form input, .tx-comments-comment-form textarea {
	border: #8C946C 1px solid;
	background: #fff;
	padding: 1px;
	width: 300px;
}
.tx-comments-comment-form textarea {
	font-family: courier;
	font-size: 11px;
}

.tx-comments-comment-form .buttons input{
	border: #8C946C 1px solid;
	background: #fff;
	color: #B4003F;
	font-weight: bold;
	width: 140px;
	padding: 0px;
	margin-left: 164px;
	cursor: pointer;
}
.tx-comments-comment-form .buttons input:hover {
	background: #E9EDDC;
}

/*Kommentare Anzeige*/

.tx-comments-pi1 {
	padding-top: 10px;
}

.tx-comments-pi1 .comment {
	padding-bottom: 15px;
}

.tx-comments-pi1 .commentAuthor {
	padding-bottom: 5px;
	font-weight: bold;
}

.tx-comments-pi1 .commentText {
	padding-bottom: 5px;
}

.tx-comments-form-top-message {
	font-weight: bold;
	color: #759A91;
}

.csc-textpic-caption {font-size: 90%; text-align: center; font-style: italic;}

.articleSitemap .cat {
	padding-left: 10px;
}

.tx-comments-required-error {
color: #B8134B;
font-weight: bold;
}

}
