@charset "utf-8";
/* CSS Document 
	iokai - shiatsu
*/

body {

	font-family:Verdana, "Times New Roman", Times, serif;
	/*background-color:#ffce18; conny lieber white*/
	background-color:#FFFFFF;
	color: #333333;
	
	
}
h1,h2,h3
{
	color:#E10000;
	padding-left:15px;
	padding-right:15px;
	background-image:url(img/center_bg_v1.png);
}
h1{
	font-size:1.4em;
	font-weight:bold;


}
h2{
	font-size:1.2em;
	font-weight:bold;
}
h3{
	font-size:1.1em;
	font-weight:bold;
}
div#container {
	margin: 0 auto;
	width: 980px;

	border: dotted 1px #FFFFFF;

	}
div#cBANNER {
	height:130px;
	width:700px;
	position: relative;
	text-align:right;
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	left: 100px;

	

}

div#cMenu {
	top:15px;
	height:300px;
	width:220px;
	position:absolute;
	background-image:url(menu_border.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:40px;
	left: 812px;
	font-size:10pt;

}
div#cMenu a {
	color: #333333;

}
div#cMenu a:hover {
	color: #ff0000;

}
div#cMENU2sec {
	/* untermenü */



}
/* ul definieren */
ul {
/*list-style-type:katakana-iroha;*/
}

li {
	padding-top:5px;
}
li.no1 {
	font-weight:bold;
}
li.no2 {
	font-weight:normal;
}
div.bold{
	font-weight:bold;

}
div#cImg{
	top:15px;
	height:729px;
	width:198px;
	position:absolute;
	background-image:url(bamb.jpg);
	background-repeat:no-repeat;
	left:0px;
}
div#cContent{
	border: 1px #925818 dotted;
	min-height: 460px;
	width:674px;
	left:100px;
	position:relative;
	font-size:10pt;
	margin-top: 10px;
	padding: 13px 13px 13px 13px;
	background-image:url(bg_v1.png);
	
}
div#cFOOTER{
	text-align:right;
		width:980px;
}
/** Table problem mit firefox **/
table.contenttable p.bodytext{
	margin:0;
}
p.bodytext {
	padding: 0px 15px;
	margin: 0;
}
/** Dies und das: a p */
.align-right {
	text-align:right;

}

.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.important {
	font-weight:bold;
	color:#E10000;
}
a {
	color: #333333;

}
a:hover {
	color: #ff0000;

}



