/****************************************************************/
/*	design: 	Therapiebegleithund tbh01.css		*/
/*	autor:		Hannes Fuchs				*/
/*	url:		http://www.cad-fox.com			*/
/*	email: 		info@cad-fox.com			*/
/*	date: 		2009-02-26				*/
/****************************************************************/
/*	 		open source if you keep footer-link	*/
/*	license:	to http://www.cad-fox.com		*/
/*			or write me an email request 		*/
/****************************************************************/
* {padding: 0; margin: 0;}
body {
	font: 0.9em/1.3em Trebuchet Ms, Tahoma, Verdana, sans-serif;
	color: #63665f;
	background: #fff url(tbh-bg-hell.jpg) repeat-x;
	text-align: center;
}
h3 {
	font: bold 2.2em/1.0em Trebuchet Ms, Tahoma, Verdana, sans-serif;
}
h2 {
	font: normal 1.2em/1.4em Trebuchet Ms, Tahoma, Verdana, sans-serif;
	color: #9a6;
}
h1 {
	font: normal 1.3em/1.5em Trebuchet Ms, Tahoma, Verdana, sans-serif;
	color: #9a6;
	border-bottom: 1px solid;
}
h4 {
	font: normal 0.8em/1.5em Trebuchet Ms, Tahoma, Verdana, sans-serif;
}
h5 {
	font: normal 0.8em/1.5em Trebuchet Ms, Tahoma, Verdana, sans-serif;
	color: #9a6;
}
a {
	background: inherit; color: #9a6; text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1020px;
	height: 844px;
	background-color: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;	
}
/************************************************************* Kopf */
#header {
	width: 100%;
	height: 180px;
	background: #bfbfbf url(tbh-bg-dunkel.jpg) repeat-x;
}
#logo1 {
	width: 200px;
	height: 121px;
	background:  url(tbh-logo-1.png) no-repeat;
	float: left;
	text-align: left;
}
#logo2 {
	width: 820px;
	height: 121px;
	background:  url(tbh-logo-2.png) no-repeat;
	float: right;
	text-align: right;
}
.gray  {color: #bfbfbf;}
.grun  {color: #9a6;}
.os {overflow-y: scroll;}
#titel {
	position: relative;
	top: -110px; left: 250px;
	letter-spacing: -3px;
}
#slogan {
	color: #fff;
	position: relative;
	top: -22px; left:210px;
}
/******************************************************* Navigation */
#leftnavi {
	width: 200px;
	height: 594px;
	background-color: #63665f;
	position: relative; top: 10px;
	float: left;
}
#leftnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftnavi li a {
	font: normal 18px Trebuchet Ms, Tahoma, Verdana, sans-serif;
	display: block;
	padding: 4px 12px;
	border-top: 1px solid #99AA66;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
#leftnavi li a:hover {
	background: #99AA66;
	color: #FFF;
}
#leftnavi li a:active {
	color: #bfbfbf;
}
#leftnavi li a#current  {
	background: #99aa66;
	color: #FFF;
}
#leftnavi li li a {
	padding: 2px 30px;
	border-top: none;
	color: #99aa66;
	font: lighter 15px Trebuchet Ms, Tahoma, Verdana, sans-serif;
}
#leftnavi li li a:hover {
	background: none;
	text-decoration: underline;
}
#leftnavi li li li a {
	padding: 1px 50px;
	border-top: none;
	color: #99aa66;
	font: lighter 13px Trebuchet Ms, Tahoma, Verdana, sans-serif;
}
#leftnavi li li li a:hover {
	background: none;
	text-decoration: underline;
}
/*********************************************************** Inhalt */
#main {
	width: 600px;
	height: 654px;
	margin: 0 10px;
	position: relative; top: 10px;
	float: left;
	background-color: #f5f5f5;
}
#main-img {
	width: 600px;
	height: 210px;
	background-color: #fff;
}
#main-content {
	width: 580px;
	height: 424px;
       	margin: 10px;
	text-align: left;
}
#right {
	width: 200px;
	height: 594px;
	background-color: #f5f5f5;
	position: relative; top: 10px;
	float: right;
}
.mgn {margin: 10px}
#right-content {
	width: 180px;
	height: 594px;
	text-align: left;
	/*overflow: scroll;*/
}
/************************************************************* Fuss */
#foot {
	width: 200px;
	height: 50px;
	background-color: #63665f;
	text-align: center;
	position: absolute; top:794px;
	clear: both;
	float: left;
         color: #f5f5f5;
}
#foot a {
	color: #f5f5f5;
}

#foot-content {
	margin: 15px 5px 5px 5px;
}
#foot2 {
	width: 200px;
	height: 50px;
	background-color: #f5f5f5;
	text-align: center;
	position: absolute; top:794px;right:0px;
	/*clear: both;*/
	/*float: right;*/
         color: #63665f;
}
/*#foot2 a {
	color: #63665f;
}*/

#foot2-content {
	margin: 15px;
}