*{
	 margin:0;
   padding: 0;
}

html, body {
   height: 100%;	
	 background-image:url(../img/hg_page.jpg);
	 background-repeat: repeat-x;
	 background-color: #ededed;
}

/* /////////////////////////////////////////////////////////////////////////////*/
/* SEITENNAUFBAU */
#container_page{
	width: 962px;
	float:left;
	text-align:left;
	padding-left:20px; /*weißer Rand außen*/
	background-image:url(../img/hg_content.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	position: relative;
	min-height: 100%;  /* Maximale Höhe auf allen Bildschirmen */
	height: auto !important;
	height: 100%;
	display:block;
 }
 
#metanavigation{
	background-image:url(../img/hg_metanavigation.jpg);
	height:26px;
	text-align:right;
	padding:40px 15px 0 0;
 }
 
#container_leftside{
 	float:left;
	width:225px;
	min-height:710px;
 }
 
 #navi_ende{
 	background-image:url(../img/pic_navi_ende.jpg);
	background-repeat:no-repeat;
	height:290px;
 }
 
#container_rightside{
	 float:left;
	 width:737px;
}

#container_content{
	width:430px;
	padding:20px 30px 0 20px;
	float:left;
}

#container_content_full{
	padding:20px 30px 0 20px;
}

#marginalspalte{
	width:239px;
	height: 661px;
	margin-right:4px;
	float:right;
	background-image:url(../img/marginal_bg.jpg); 
	
}

#footer{
	padding:15px 0 15px 245px;
	clear:both;
}
 
 #container-page:after { /* Wiederholt den Hintergrund des Containers!*/
  clear: both;
  display: block;
  content: ".";
  height: -1px;
  visibility: hidden;
	}

/* /////////////////////////////////////////////////////////////////////////////*/	
	/*IE HACKS*/	
*html #marginalspalte{
	margin:0px;
	padding-right:3px;
	}

/* /////////////////////////////////////////////////////////////////////////////*/
/* SEITENELEMENTE */
/* BLOCK BILD UND TEXT */
.block {
	padding-top:5px;
	float:left;
	width:100%;
}

.block img{
	float:left;
	padding-bottom:15px;
}

.text_bock {
float:right;
width:65%
}

.text_full{
	float:right;
}

.imageunterschrift {
padding: 5px 5px 5px 5px;}