body {
	margin-left	: 0px;
	margin-top	: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	padding		: 0px;
	font-family	: Arial, Helvetica, sans-serif;
	/*background-image:url(images/hintergrund-verlauf.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	background-color:#FFFFFF;
	
}
#ContainerMenu {
	clear		: left;
	float		: left;
	width		: 164px
}
#menuTitle {
	padding		: 4px;
	background-color: #1D3D8F;
	color		: white;
	font-weight	: bold;
	font-size	: 13px
}
#menu {
	background-color: #AFC6FF;
}
#ContainerContent {
	float		: right;
	width		: 611px;
	background-color: white;
	margin		: 0px;
	padding		: 0px
}
#ContentPath {
	border		   : 0px solid none;
	background-image   : url(../images/logo-unten.gif);
	background-position: right;
	background-repeat  : no-repeat;
	padding		   : 4px;
	padding-left	   : 25px;
	background-color   : #efefef;
	font-size	   : 13px
}
#ContentPath a {
	color		: navy;
	text-decoration	: none;
}
#ContentPath a:hover {
	color		: navy;
	text-decoration	: underline;
}
#Content {
	background-image: url(../images/content-schatten-rechts.jpg);
	background-repeat:repeat-y;
	font-size	: 13px;
	padding		: 25px;
	line-height	: 1.3em;
}

h1, .Headline {
	font-size	: 18px;
	margin-top	: 0px;
}
.menuLayer1{
	font-size	: 13px;
}
.menuLayer2{
	font-size	: 12px;
}
.menuLayer3{
	font-size	: 11px;
}
.menuLayer4{
	font-size	: 10px;
}
.menuLayer1 a, 
.menuLayer2 a, 
.menuLayer3 a,
.menuLayer4 a{
	text-decoration : none;
	color		: navy;
}
.menuLayer1, 
.menuLayer2, 
.menuLayer3,
.menuLayer4{
	padding		: 5px;
	padding-top	: 3px;
	padding-bottom  : 3px;
}
.menuLayer1, 
.menuLayer2 {
	padding-top	: 5px;
	padding-bottom  : 5px;
}
#Address,
#CathiLogo {
	display		: none;
}
@media print {
	body {
		background-color : white;
		background-image : none;
		background-repeat: no-repeat;
	}
	#ContainerContent,
	#ContainerMain,
	#Content {
		top		: auto;
		left		: auto;
		width		: auto;
		float		: none;
		padding		: none;
		border		: 0px solid white;
		background-image: none;
		background-color: white;
	}
	#ContainerHeadline,
	#ContainerMenu,
	#ContentPath,
	#ShadowBottom,
	#VerticalSpread,
	#Advertisement {
		display		: none;
	}
	#Address,
	#CathiLogo {
		display		: block;
	}
	h1, .Headline {
		font-size	: 24px;
		margin-top	: 0px;
	}
}


.imageRight {
	text-align	: right;
	margin-left	: 10px;
	margin-bottom	: 5px;
	margin-top	: 3px;
}
.imageLeft {
	text-align	: left;
	margin-right	: 10px;
	margin-bottom	: 5px;
	margin-top	: 3px;
}
