html {		height:100%;
		width:100%;
		padding :			0;
		border :		0;
		margin :			0;
		border-width:0;
	}


body {					font-family :		Arial, Helvetica, sans-serif;
					font-size : 0.75em;

												color : 			rgb(41,41,41);
						background-color :	white;
						padding :			0;
						border :		0;
						margin :			0;
						height :			100%;
						width :				100%;
						border-width:0;
						
						
						}
/*
div {
						height :			100%;
						width :				100%;
		}
*/

/*
.PopupContentArea {
			overflow:visible;
			white-space: normal;

			  position: relative;
			  top: 0;;
			  bottom:0;
			  left: 0;
			  right:0;
			  width: 100%;
			  height: 100%;
			  padding:0 0 0 0;margin:0 0 0 0; border:0 0 0 0;
}
*/

/*
* html div.PopupContentArea {width:100%;padding:0 0 0 0;margin:0 0 0 0; border:0 0 0 0;

width: expression((document.body.clientWidth - 15) + "px");
}
*/

html div.PopupContentArea {
		height: expression((document.body.clientHeight - 55) + "px");
		width: 100%;
		}

div#PopupBottomPanel {
		display:none;
		} 



.PopupLanguageSelect {
		display:none;
		} 




.rubrikzeileInArtikelseite {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	/*color : #333333;
	
	background-color:#FFBD00;
	*/
 	font-size : 13px;
 	padding:5px 5px 5px 5px;
 	margin-bottom : 12px;
 	margin-top : 12px;
}



.titelzeileInArtikelseite {
		 	font-family : Arial, Helvetica, sans-serif;

		 	font-size : 18px;

		 	/*color : #555555;*/

		 	font-weight : bold;

		 	margin-bottom : 4px;
}


