/***************************************************
*  styles for postion of divs                      *
****************************************************/

#navigation
{
	position:absolute;
	top:275px;
	left:39px;
	width:198px;
	z-index:1;
	/*border:1px solid black;*/
}

#margin
{
	position:absolute;
	top:318px;
	left:833px;
	width:163px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
	/*border:1px solid grey;*/
}

#content
{
	position:absolute;
	top:318px;
	left:257px;
	width:576px;
	z-index:1;
	margin-bottom:12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
	/*border:1px solid grey;*/
}

#header
{
	top: 29px;
	background-color: #FFFFFF;
}

#header_left_block
{
	position:absolute;
	top:29px;
	left:0px;
	width:257px;
	height:219px;
	z-index:1;
	padding-top:0px;
	margin-left:0px;
	background-color: #DBDBDB;
}

#header_left_logo
{
	position:absolute;
	top:50px;
	left:17px;
	width:257px;
	height:80px;
	padding-top:0px;
	margin-left:0px;
	/*border:1px solid black;*/
	background-color: #DBDBDB;
}

#header_left_logotext
{
	position:absolute;
	top:150px;
	left:0px;
	width:257px;
	height:50px;
	padding-top:0px;
	margin-left:0px;
	/*border:1px solid black;*/
	background-color: #DBDBDB;
}

#header_images
{
	position:absolute;
	top:29px;
	left:257px;
	width:576px;
	height:289px;
	z-index:1;
	/*border:1px solid grey;*/
	background-color: #FFFFFF;
}

#header_service
{
	position:absolute;
	top:29px;
	left:833px;
	width:163px;
	height:219px;
	z-index:1;
	background-color: #95c5E0;
	/*border:1px solid grey;*/
	color: #000000;
}

/***************************************************
*  styles for header images                     *
****************************************************/

#header_image_1
{
	position:absolute;
	top:0px;
	left:0px;
	width:288px;
	height:219px;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color: #FFFFFF;
	z-index:1;
}
#header_image_2
{
	position:absolute;
	top:0px;
	left:288px;
	width:286px;
	height:86px;
	background-color:#FFFFFF;
	z-index:2;
}
#header_image_3
{
	position:absolute;
	top:86px;
	left:288px;
	width:286px;
	height:131px;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	z-index:1;
}

/***************************************************
*  styles for service block                        *
****************************************************/
#header_service_searchbutton
{
	position:absolute;
	top:162px;
	left:15px;
	color: #000000;
	background-color: #95c5E0;
}
#header_service_kontactbutton
{
	position:absolute;
	top:181px;
	left:15px;
	color: #000000;
	background-color: #95c5E0;
}
#header_service_printbutton
{
	position:absolute;
	top:199px;
	left:15px;
	color: #000000;
	background-color: #95c5E0;
}


