/*---------------------------------------------------------------------------------------*/
/*Formatierung für allgemeine Container wie z.B. Körper Fuß und Kopf*/
/*---------------------------------------------------------------------------------------*/
body
{
	padding:			0;
	margin:				0;
	overflow:			scroll;
}

.header
{
	width:				800px;
	height:				128px;
	float:				left;
	background-image:	url("../gfx/logo.jpg");
}
.body
{
	width:				800px;
	float:				left;
}
.footer
{
	float:				right;
	text-align:			right;
	font-size:			10px;
	font-family:		arial;
	color:				gray;
}
.footer a
{
	font-size:			10px;
	font-family:		arial;
	color:				gray;
	text-decoration:	none;
}
.footer a:hover
{
	font-size:			10px;
	font-family:		arial;
	color:				red;
	text-decoration:	none;
}
.centerObjects
{
	width:				800px;
}

/*------------------------------------*/
/*Formatierung für den Inhalt*/
/*------------------------------------*/
.product_logo
{
	position:			absolute;
	border-left:		4px white solid;
	border-right:		4px white solid;
}
.content
{
	width:				586px;
	margin-top:			28px;
	border: 			1px solid #BABABA;
	background-color:	white;
}
/*IE Adjustierung*/
*html .content
{
	margin-left:		-3px;
}
.small_title
{
	margin-bottom:		5px;
	font-size:			16px;
}
.title
{
	height:				17px;
	position:			absolute;
	top:				147px;
	border-left:		5px solid white;
	border-right:		5px solid white;
	margin-left:		242px;
	background-color:	white;
	color:				104E8B;
	font-family:		arial;
	font-size:			18px;
}
/*IE Adjustierung*/
*html .title
{
	margin-left:		30px;
	top:				147px;
}
.innercontent
{
	width:				568px;
	font-family:		arial;
	font-size:			10px;
	background-color:	red;
	border-top:			10px solid white;
}
.contentbox
{
	width:				568px;
	border:				10px solid white;
	border-top:			20px solid white;
	font-family:		arial;
	font-size:			13px;
	color:				104E8B;
}
.brake
{
	border-bottom:		5px solid white;
}
.plainBody
{
	padding:			0px;
	margin:				0px;
}
.image
{
	float:				right;
	border:				5px solid white;
}
ul
{
	border:				5px solid white;
	border-left:		20px solid white;
	margin:				0px;
	padding:			0px;
	list-style:			disc;
}
li
{
	border:				5px solid white;
	margin:				0px;
	padding:			0px;
}
.bluePoint
{
	float:				left;
	margin-top:			6px;
	margin-right:		5px;
}
/*-----------------------------------*/
/*Formatierung für das Menu*/
/*-----------------------------------*/
.menu
{
	width:				212px;
	float:				left;
}
.menubox
{
	width:				176px;
	margin:				18px;
}
.entryL1 a
{
	width:				100%;
	height:				100%;
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	font-weight:		bold;
	color:				1c436a;
	text-decoration:	none;
	position:			relative;
	top:				3px;
	display:			-moz-inline-block; /*Firefox spezifisches Attribut um Links zu vergrößern*/
}
.entryL1 a:hover
{
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	color:				red;
	text-decoration:	none;
	position:			relative;
	top:				3px;
}
.entryL2 a
{
	width:				100%;
	height:				100%;
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	color:				1c436a;
	text-decoration:	none;
	position:			relative;
	top:				3px;
	display:			-moz-inline-block; /*Firefox spezifisches Attribut um Links zu vergrößern*/
}
.entryL2 a:hover
{
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	color:				red;
	text-decoration:	none;
	position:			relative;
	top:				3px;
}
.entryL3 a
{
	width:				100%;
	height:				100%;
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	color:				1c436a;
	text-decoration:	none;
	position:			relative;
	top:				3px;
	display:			-moz-inline-block; /*Firefox spezifisches Attribut um Links zu vergrößern*/
}
.entryL3 a:hover
{
	font-style:			normal;
	font-size:			12px;
	font-family:		arial;
	color:				red;
	text-decoration:	none;
	position:			relative;
	top:				3px;
}
.arrowup
{
	width:				176px;
	height:				21px;
	background-image:	url("../gfx/menu_up.jpg");
}
.arrowdown
{
	width:				176px;
	height:				21px;
	background-image:	url("../gfx/menu_down.jpg");
}
.entryL1
{
	height:				21px;
	padding-left:		5px;

	background-image:	url("../gfx/menu_entry_up.png");
}
.entryL2
{
	height:				21px;
	padding-left:		15px;

	background-image:	url("../gfx/menu_entry_sub.png");
}
.entryL3
{
	height:				21px;
	padding-left:		25px;

	background-image:	url("../gfx/menu_entry_sub2.png");
}
/*-----------------------------------*/
/*Formatierungen für Druck  */
/*-----------------------------------*/
.printProductLogo
{
	display:			none;
}
.printLogo
{
	display:			none;
}
