/*
* ./position.css
* Usage: www.therapie-zentrum.net main style sheet
*
* Copyright (C)2008 www.therapie-zentrum.net Urs DuBois
*
* Last modification: 2008-05-12 13:00
*******************************************************************************/


body {
	background-color: #e0dfdb;
	background-image: url(bg_page_002.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-center {
	text-align: center;
}

.container {
	background-color: #ffffff;
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1000px;	/* fullsize */
}

.column {
	float: left;
	padding: 0;
	margin: 0;
}

.logo {
	width: 1000px;
	background-color: #ffffff;
	border-bottom:2px solid #28b7bb;
	line-height:0;
}

.span-left {
	width: 204px;
	background: #ffffff;
	/*
	border: 1px solid Red;
	border-right: 2px solid Red;
	border-bottom: 2px solid Red;
	*/
	margin: 0;
	padding: 0;
}

.navi-top {
	width: 796px;
	height: 48px;
	background: #171e66;
	background-image: url(bg_topnavi.gif);
	background-repeat: repeat-x;
	border-bottom:2px solid #28b7bb;
}

#top-navigation {
/*	float:left;
	width:100%;*/
	background: #171e66 url(bg_topnav.gif) repeat-x top;
	/*margin-top: 0px;*/
}

.search {
	height: 48px;
	background: #171e66;
	/*
	background-image: url(search_bg_002.gif);
	background-position: 0px 0px;
	*/
	border-bottom:2px solid #28b7bb;
}

#top-search {
	height: 48px;
	background: #171e66;
	background-image: url(bg_topnavi.gif);
	background-repeat: repeat-x;
	border-right:2px solid #28b7bb;
}

#top-search form {
	width: 202px;
	height: 36px;
	padding-top: 9px;
}

/* Searchform innerhalb der Searchbox zurechtruckeln */
.searchform-searchbox {
	float: left;
	/*
	background: #eef1f6;
	*/
	margin-top: 0px;
	margin-left: 10px;
}

.searchinput {
	width: 145px;
	height: 20px;
	margin-top: 6px;
	margin-left: 8px;
	/*border: 1px solid #cccccc;*/
	padding: 0;
}

.seachbtn {
	margin-top: 6px;
	margin-left: 8px;
}

#left-pagetitle {
	height: 100px;
	background: #171e66;
	color: #171e66;
	background-image: url(bg_left_pagetitle.gif);
	background-repeat: repeat-y;
	border-right:2px solid #28b7bb;
}

#left-navigation {
	background: #171e66;
/*
	height: 288px;
	background-image: url(bg_left_pagetitle.gif);
	background-repeat: repeat-y;
*/
}

.navi-right-main {
	width: 249px;
	height: 38px;
	padding: 6px 0 0 0px;
}

.contentcontainer {
	width: 796px;
	padding: 0 0 0 0;
}

.navi-right-sub {
	width: 249px;
	padding: 6px 0 0 0px;
}

.subtitle {
	width: 796px;
	height: 100px;
	padding: 0px 0px 0px 0px;
}

.info-box {
	width: 145px;
	margin-top: 220px;
	padding: 9px 0px 7px 0px;
}

.info-box-kontakt {
	margin: 4px 4px 4px 4px;
}

.content-1col {
	width: 796px;
	padding: 0 0 0 0;
}
#content-normal {
/*
	padding: 14px 24px 14px 24px;
*/
	width: 784px;
	padding: 24px 8px 24px 4px;
}


.content-2col-left {
	width: 325px;
	padding: 0px 0px 0px 0px;
}

.content-2col-right {
	width: 326px;
	padding: 0px 0px 0px 0px;
}

.content-3col-left {
	width: 217px;
	/* padding: 0px 9px 0px 2px; */
	margin: 0;
}

.content-3col-middle {
	width: 217px;
	/* padding: 0px 9px 0px 2px; */
	margin: 0;
}

.content-3col-right {
	width: 217px; /* 196px-18px IE6BUG! */
	/* padding: 0px 9px 0px 9px; */
	margin: 0;
}

.footer {
	width: 1000px;
	/*
	margin-right: 4px 0px 20px 68px
	*/
}

.hr-footer {
	width: 1000px; /*899px;*/
	padding: 9px 0 9px 0;
}

.background-pic01 {
/*
	background-image: url(bg_subtitel_pic_right.jpg);
*/
	background-image: url(bild.php);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.background-white {
	background: #ffffff;
}

.background-color01 {
	/* green */
	background: #171e66;
}

.background-color02 {
	/* light green */
	background: #d8e88f;
}

.background-color03 {
	/* yellow */
	background: #f5bf07;
}

.background-color04 {
	/* not in use */
	background: #eef1f6;
}

/* Clear fix */
.container:after { 
  content:  "."; 
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer {
	text-align: center;
}

#right-navigation {
	padding-left: 6px;
	padding-right: 3px;
}

.debug {
	border: 1px solid Red;
}

