
/*****************OVERRIDE WYSYWIG SPECIALS FROM ELEMENTS CSS***************************/

td,table{
	border:0px none;
	padding:0px;

}


/************************ CONTENT AREA ELEMENTS ************************/

#bild,#bild2 {
/*	width:350px; */
	height:350px;
	float:left;
	margin:10px 0 0 23px;
	display:inline;
	position:relative;
	}
#contentTD #bild, #contentTD #bild2 { /*****ADMIN*****/
	margin:22px 10px 0px 10px;
}
/************************  1 COLUMN ************************/

.text1 {
	float:right;
	padding:10px;
	width:400px;
	height:320px;
	margin:10px 30px 0 0;
	display:inline;
	overflow:auto;
	}
#contentTD .text1{ /*****ADMIN*****/
	float: left;
	width: 410;
	height:auto;
	overflow:visible;
	margin-top:0px;
	}
/************************  2 COLUMNS ************************/

.text2 {
	float:left;
	padding:10px;
	width:220px;
	height:330px;
	margin:10px 8px 0 0;
	display:inline;
	overflow:hidden;
	}

/************************  3 COLUMNS ************************/

.text3 {
	float:left;
	padding:10px;
	width:140px;
	height:330px;
	margin:10px 8px 0 0;
	display:inline;
	overflow:hidden;
	}


/************************  GALLERY ************************/

#gallery_pfeil_links {
	position:absolute;
	top:328px;
	left:5px;
	}

#gallery_pfeil_rechts {
	position:absolute;
	top:328px;
	right:5px;
	}

#gallery {
	float:left;
	margin:8px 0 0 25px;
	display:inline;
	position:relative;
	height:350px;
	}

#thumbnails {
	float:left;
	width:410px;
	}

#thumbnails img {
	padding:2px 2px 8px 2px;
	}

#gallery_linkleiste {
	position:absolute;
	bottom:0;
	left:0;
	}



