@CHARSET "ISO-8859-1";
/**
 * changer for the top menue and the picture box
 */
#background_head
{
	background-image:url(../../images/frontend/background_start_head.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:center;
	width:945px;
	height:100px;
	margin:auto;
	padding:0;
}
#background_top
{
	background-image:url(../../images/frontend/background_start_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	float:left;
	clear:both;
	width:945px;
	height:410px;
	margin:0;
	padding:0;
}
li
{
margin-left:-24px; 
text-indent:0px;
}
#image_left
{
	text-align:center;
	padding:0;
	margin-top:65px;
	margin-left:20px;
	position:relative;
	float:left;
	clear:none;
	width:300px;
	height:320px;
}
#image_left a:focus
{
	outline:none;
}
#image_middle
{
	text-align:center;
	padding:0;
	margin-top:65px;
	position:relative;
	float:left;
	clear:none;
	width:300px;
	height:320px;
}
#image_middle a:focus
{
	outline:none;
}
#image_right
{
	text-align:center;
	padding:0;
	margin-top:65px;
	position:relative;
	float:left;
	clear:none;
	width:300px;
	height:320px;
}
#image_right a:focus
{
	outline:none;
}
/**
 * Text heading for subpages
 */
.bottom_text_heading
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:16px;
	color:#851459;
	font-weight:bold;
	text-align:left;
	background-color:black;
	padding:0;
	margin-top:19px;
	margin-left:20px;
	position:relative;
	float:left;
	clear:none;
	width:309px;
	height:34px;
}