/* LAYOUT */
.zweispalten_links, .zweispalten_rechts {
	width:375px;
	float:left;
}

.dreispalten_links, .dreispalten_mitte, .dreispalten_rechts {
	width:250px;
	float:left;
}


/* INHALT */
.inhalt_headline {
	padding:0 0 10px 20px;
}
.inhalt_text {
	padding:0 0 0 20px;
}


/*### BILD ###*/
.inhalt_bild {
	padding:0 0 15px 20px;
	overflow:hidden;
}

.inhalt_bild img {
	border:1px solid #d8be8f;
}

/*### INFOBOX ###*/
.infobox_body {
	padding:10px;
	margin-left:20px;
	margin-bottom:15px;
	background-color:#EFDEC2;
	clear:both;
}
.infobox_headline {
	padding-left:20px;
	font-weight:bold;
	background:url('../images/snavi_pfeil.gif') no-repeat left center;
	clear:both;
}
.infobox_link {
	padding-left:20px;
	clear:both;
}

/*### HEADLINE ###*/
.big_headline {
	padding:0 0 25px 15px;
}


/*#### SLIDER ####*/
#myPictureSilderGallery{
	width:886px;
	height:255px;
	overflow:hidden;
	position:relative;
	clear:both;
}
.myPictureSilder {
	position:absolute;
	top:0px;
	left:0px;
}

/*#### GALLERY ####*/
.myMediaGalleryBild{
	width:167px;
	height:auto;
	padding:0 0 20px 20px;
	float:left;
}
* html div.myMediaGalleryBild {padding:0 0 20px 19px;}
.myMediaGalleryBild img{
	border:1px solid #d8be8f;
}
