/* Basis-CSS-Dateien */

@import url(../../res/css/master01.css);

body
{
	text-align:			left;
	font-size:			11px;
	line-height:		16px;
	margin:				0px;
	padding:			0px;
	border:				0px;
	background-color:	#FFFFFF;
	background-image:	none; 
 	background-repeat:	repeat;
}

#printscreen 
{
	position:			relative;
	top:				0px;
	left:				0px;
	padding:			0px 0px 0px 0px;
	width:				645px;
	margin: 			0px 20px 0px 20px;
	overflow:			visible;
	background-color:	#ffffff;
}

#contentContainer
{
	position:			relative;
	clear:				both;
	top:				20px;
	left:				0px;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
}

#contentContainerNormal
{
	width:				645px;
	padding:			0px 0px 25px 0px;
}

#contentPrintRight 
{
	width:				645px;
	padding:			10px 0px 0px 0px;
}

#footerNormal
{
	position:			relative;
	top:				20px;
	clear:				both;	
	width:				645px;
	height:				50px;
	margin-top:			8px;
	padding-top:		3px;
	padding-bottom:		8px;
	border-top:			1px solid #CCCCCC;
	z-index:			200;
}