/* --------------------------------------- */
html
{
	height: 			101%;
}
/* --------------------------------------- */
body
{
	padding: 			0px;
	margin: 			0px;
	font-family: 		Arial, sans-serif;
	font-size: 			15px;
	background-image:	url(images/hg_out.gif);
	background-repeat: 	repeat;
}
/* --------------------------------------- */
em
{
	font-style: 		normal;
	font-weight: 		bold;
}
/* --------------------------------------- */
#main
{
	position: 			relative;
	width: 				774px;
	background-repeat: 	repeat;
	margin-left: 		auto;
	margin-right: 		auto;
}
/* --------------------------------------- */
#top
{
	position: 			relative;
	width: 				774px;
	height: 			214px;
	background-image:	url(images/head.gif);
}
/* --------------------------------------- */
#navigation
{
	position: 			absolute;
	width: 				175px;
	height: 			100%;
	background-image:	url(images/nav_hg.gif);
}
/* --------------------------------------- */
#navigation div.img
{
	position: 			relative;
	width: 				163px;
	height: 			167px;
}
/* --------------------------------------- */
#navigation li
{
	list-style-type: 	none;
	padding-bottom: 	0.5em;
	padding-left: 		2px; 	/* for IE 7 */
}
/* --------------------------------------- */
#navigation a
{
	color: 				#8E969C;
	text-decoration: 	none;
}
/* --------------------------------------- */
#navigation li.selected
{
	list-style-image:  url(images/nav_pkt.gif);
}
/* --------------------------------------- */
#content
{
	position: 			relative;
	width: 				774px;
	min-height: 		500px;
	background-image: 	url(images/hg_text.gif);
}
/* --------------------------------------- */
#text
{
	position: 			static;
	width: 				544px;
	padding-left: 		200px;
	padding-top: 		2em;
	padding-bottom: 	2em;
	padding-right: 		2em;
}
/* --------------------------------------- */
#content h1
{
	font-size: 			100%;
	font-weight: 		bold;
	font-style: 		oblique;
	color: 				#083E6B;
}
/* --------------------------------------- */
#content li
{
	padding-bottom: 0.5em;
}
/* --------------------------------------- */
#image_home {background-image: url(images/img_home.jpg);}
#image_kybernaios{background-image: url(images/img_kybernaios.jpg);}
#image_arbeitsweise{background-image: url(images/img_arbeitsweise.jpg);}
#image_nutzen{background-image: url(images/img_nutzen.jpg);}
#image_projekte{background-image: url(images/img_projekte.jpg);}
#image_referenzen{background-image: url(images/img_referenzen.jpg);}
#image_kontakt{background-image: url(images/img_kontakt.jpg);}
#image_impressum{background-image: url(images/img_impressum.jpg);}
/* --------------------------------------- */