html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;

/*	background: url(http://www.praxis-bettermann.de/images/bg_background.jpg) repeat-x;*/
	background: #FFFFE3;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE:9px;

	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

img {
	border:none;
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;

	font-size:9pt;
	color:#B44808;

/*	background: url(http://www.praxis-bettermann.de/images/bg_background.jpg) #FFFFFF repeat-x;*/

	background: #FFFFE3;

	scrollbar-face-color: #FFFFE4;
	scrollbar-highlight-color: #FFFFE4;
	scrollbar-3dlight-color: #CBC2AD;
	scrollbar-darkshadow-color: #FFFFE4;
	scrollbar-shadow-color: #CBC2AD;
	scrollbar-arrow-color: #CBC2AD;
	scrollbar-track-color: #FFFFE4;	
}

#contentPanel{
	position:relative;
	/*background: #ff00ff;
	width:785px;*/
	width:630px;
	height:600px;
	align:left;
}

#header{
	position:relative;
	background: #FFFFFF;
	width:100%;
	height:120px;
}

#headerGraphic{
	position:relative;
	left:161;
	top:88;
}

#menuAndContent{
	position:relative;
	width:100%;
	height:100%;
	display:inline;
}


#mainMenu{
	position:relative;
	left:0px;
	top:0px;
	width:180px;
	max-width:180px;
	height:100%;
	background: #B44808;
	z-index:45;
	
}

#subMenu{
	position:relative;
	left:0px;
	top:0px;
	width:180px;
	max-width:180px;
	height:100%;
	background: #FFFFE4;
	z-index:44;
}

.subLine{
	font-size:9px;
	display:inline; 
	text-align:left;
	color:#B44808;
	margin-left:5px;
}

#contentPanel{
	position:relative;
	width:100%;
	height:100%;
	align:left;
	background:#ff00ff;
	overflow:none;
}



#header1{
	position:relative;
	/*width:100%;*/
	width:630px;
	height:39px;
	background:#B44808;

	/*background:#D6D0AE;
	border-top:solid thin #B44808;*/
}

#header2{
	position:relative;
	/*width:100%;*/
	width:630px;
	height:95px;
	background:#FFFFE4;
}

#sub1{
	position:relative;
	/*width:100%;*/
	width:630px;
	height:19px;
	background:#B44808;
	text-align:right;
	color:#FFFFFF;
	font-size:10pt;
	z-index:66;
}

#mainContent{
	position:relative;
	/*width:100%;*/
	width:630px;
	height:280px;
	background:#FFFFFF;
	overflow:auto;
}

.mainTable{
	border:solid 1px #B44808;
	/*height:340px;*/
	width:900px;
	border-spacing:0px
}


h1,h2,h3{
	font-size:12pt;
	color:#B44808;
}

p,.articleText,ul,li{
	font-size:9pt;
	color:#B44808;

}

em{
	text-decoration: none;
	font-style: normal;
}

.headerTD{
	border-bottom:solid 1px #CBC2AD;
	background:#FFFFFF;
}

.contentTable{
	border-style:dashed;
	border-width:1px;
	color:#B44808;
	font-size:10pt;
	/*font-size:10px;*/
}


.pad1{
	padding-left: 10;
	background:#FFFFFF;
}
.pad2{
	padding-right: 10;
	background:#FFFFFF;
}
