/* 
 * CSS-Hauptfile fuer klangundshiatsu.ch
 * -------------------------------------
 *
 * erstellt von René Hegglin, 15. April 07
 * Hegglin Webdesign, www.hegglin-webdesign.ch
 *
 */

html, body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetic, sans-serif;
	font-size:12px;
	background-color:rgb(241,241,241);
	background:url(images/main_bg.png);
	background-repeat:repeat-x;
	background-position:0px -33px;
	color:rgb(0,0,0);
	text-align:center;
	z-index:1;
}

a {
	text-decoration:none;
	color:rgb(107,107,107);
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
p {
	padding:0 0 15 0;
	margin:0;
	text-align:justify;
}
#content {
	width:658px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid black;*/
	background:url(images/box_bg.png);
	background-repeat:repeat-y;
	font-size:11px;
	line-height:14px;
	text-align:center;
	z-index:2;
}
#content a {
	color:rgb(96,148,196);
	text-decoration:underline;
	font-weight:bold;
	padding-left:11px;
	line-height:14px;
	background-image: url(images/weiter.png);
	background-position:0px 5px;
	background-repeat: no-repeat;
	z-index:2;
}
#content a:hover {
	text-decoration:none;
	z-index:2;
}
#leftcontent {
	width:250px;
	min-height:350px;
	margin-left:10px;
	margin-right:10px;
	padding-left:12px;
	padding-right:12px;
	float:left;
	z-index:3;
}
#leftkontakt {
	width:250px;
	height:200px;
	margin-left:10px;
	margin-right:10px;
	padding-left:12px;
	padding-right:12px;
	float:left;
	z-index:3;
}
#centercontent {
	width:0px;
	min-height:350px;
	border-left:1px dotted rgb(180,180,180);
	position:absolute;
	left:50%;
	z-index:400;
}
#rightcontent {
	width:250px;
	margin-left:10px;
	margin-right:10px;
	padding-left:12px;
	padding-right:12px;
	float:right;
	z-index:3;
}
#logo {
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width:658px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#text {
	padding:4px 22px 0px 12px;
	text-align:left;
	z-index:2;
}

