/* master reset */

*{
	padding: 0;
	margin: 0;
}


a img{
border: 0;
}

body{
	background-color: white;
	color: #333333;	
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 50px;
	
}

p {
	padding-bottom: 10px;

}

h1, h2 {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom:0px;
	font-size: 16px;
}

h3 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

#page {

	width: 760px;
	margin: 0px auto 0px auto;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 0px;
	background-image: url(/fileadmin/pic/bckg_page.gif);
	background-position: top center;
	background-repeat: repeat-y;
/* 	position: relative; */
}

#header1{
	width: 760px;
	height: 80px;
	background-image: url(/fileadmin/pic/bckg_header1.jpg);

}

#topMenu {
	
	padding-top: 30px;
	padding-left:320px;
	color:#333333;
	font-size: 11px;
}

#topMenu a {
color:#333333;
text-decoration:none;
}

#header2 {
	width: 760px;
	min-height: 172px;
	background-repeat:no-repeat;
	background-image: url(/fileadmin/pic/bckg_header2.jpg);
}

#content {
	width: 760px;
	background-color:#aeadae;
	background-image: url(/fileadmin/pic/bckg_sidebar2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contentLeft  {
	width: 275px;
	float: left;
	min-height:450px;
	color: #333333;
	background-image: url(/fileadmin/pic/bckg_sidebar_akupunktur.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
/* 	height: 260px; */


}

/* menu beginn */
.menu{
	float:left;
	padding-top: 20px;
	padding-left: 10px;
	color:#333333;
	width:210px;
}

.menu a{
	text-decoration:none;
	color:#333333;
}
#submenu {
	float:left;
	/*background-color:#CC0000;*/
	margin-left:0px;
	padding-left:0px;
	margin-bottom:30px;
	width:210px;
	
	
	
}
#submenu a {
	color:#333333;
	text-decoration:none;
	
	
}

#submenu .menuitem {
	border-top:1px solid #dcdcdc;
	margin-bottom:8px;
	margin-top:8px;
	padding-bottom:0px;
	padding-top:10px;
	width:210px;
	
	
	}
#submenu .menuitemAct{
	font-size:12px;
	margin-bottom:0px;
	margin-top:8px;
	padding-bottom:4px;
	padding-top:10px;
	font-weight:bold;
	
	
	
}

#submenu2  {
/*background-color:#afefef;*/
    padding-left:0px;
	margin-bottom:10px;
	/*margin-left:10px;*/
	font-size:11px;
}

#submenu2 .menuitem{
	width:183px;
	margin-left:35px;
}

#submenu #submenu2 .menuitem{
	margin-bottom:10px;
	/*width:210px*/
	
	}
	
#submenu #submenu2 .menuitemAct{
	font-weight:bold;
	margin-bottom:10px;
	font-size:12px;
	width:183px;
	margin-left:35px;
	margin-top:10px;
}



#contentLeft ul a {
	padding-left: 0px;


}

#contentLeft  li {
	list-style: none;
	padding-left: 0px;
	margin-left:10px;
	border-top: 1px solid #dcdcdc;
	
	line-height: 230%;
	font-size: 12px;
	width:210px;

}
a.nav:link{
color:#999999;
}



#contentRight {
	float: right;
	width: 436px;
	height:600px;
	background-color: #efefef;
	border-left:solid #FFFFFF 4px;
	padding:30px 15px 20px 30px;
	text-align:justify;
	background-position: top left;
	background-repeat: repeat-y;
	font-size:12px;
	line-height:150%;
}
#contentRight a{
	text-decoration:underline;
	color:#333333;
	}
ul{
	padding-left:30px;
	list-style:square;
}
.menuItem{
	float: left;
	font-size: 11px;
	padding-right: 9px;
	margin-right: 9px;
	margin-top:9px;
	text-align: right;	
	
}
.submenue li{
	list-style:none;
	list-style-position:inside;
	margin-left:80px;
    padding-left:190px;
	color:#999999;
	border-top:1px #ffffff solid;
	line-height: 230%;
	width:350px;
	
	}


html>body #contentRight {
	height: auto;
	min-height:600px;

}

#contentRight p{
padding-right: 15px;
}
#sidebarRight h5{
	font-size: 11px;
	padding-left: 5px;
	font-weight: normal;
}

#sidebarRight {
margin-top:0px;
	color: white;
	float: right;
	margin-left: 10px;
	width: 129px;
	background-color: #7ba7ca;
}

.clearer {
	clear:both;
}

