body {
	background-color: #7c7c7c;
	background-image: url(../bilder/hg.jpg);
	background-repeat: repeat-x;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
#grand {
	position: absolute;
	width: 928px;
	left: 50%;
	margin-left: -464px;
}
#cell_head {
	background-image:url(../bilder/head.jpg);
	width:928px;
	height:138px;
	float:left;
}
#cell_bild {
	background-image:url(../bilder/bild.jpg);
	width:928px;
	height:136px;
	float:left;
}
#cell_sinnlos {
	background-image:url(../bilder/headline.jpg);
	width:928px;
	height:19px;
	float:left;
}
#cell_content {
	background-image:url(../bilder/content.gif);
	background-repeat:repeat-y;
	width:928px;
	min-height:350px;
	float:left;
}
#cell_bottom {
	background-image:url(../bilder/bottom.jpg);
	height:31px;
	width:928px;
	float:left;
}
#newsbilder {
	width:450px;
	margin-left:25px;
	margin-top:10px;
	float:left;
}
#bilder {
	width:450px;
	margin-left:25px;
	margin-top:30px;
	float:left;
}
#content {
	width:400px;
	margin-right:13px;
	font-size:1.2em;
	float:left;
}

/*---------------------------------------------*/ 
/*               Haupnaviagtion                */ 
/*---------------------------------------------*/
.hauptnavigation {
	width:100px;
	height:57px;
	float:left;
	text-align:center;
}
.hauptnavigation_a {
	width:100px;
	height:19px;
	float:left;
}
.hauptnavigation a:link, .hauptnavigation a:visited {
	background:transparent url(../bilder/navi2.jpg) no-repeat scroll 50% 0pt;
	font-size: 1.0em;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:30px;
	padding-bottom:8px;
}
.hauptnavigation a:hover {
	background-position:50% -114px;
	font-size: 1.0em;
	font-weight: normal;
	color: #ccc;
	text-decoration:none;
}
.hauptnavigation_a_activ {
	width:136px;
	height:32px;
	float:left;
	text-align:center;
	font-size: 1.0em;
	font-weight: normal;
}
.hauptnavigation_a_activ a:link, .hauptnavigation_a_activ a:visited {
	background:transparent url(../bilder/navi2.jpg) no-repeat scroll 50% -114px;
	font-size: 1.0em;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
}
.hauptnavigation_a_activ a:hover {
	background-position:50% -93px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

