/* Main Content Page */
.main_content_table_border{
	border: 0px dotted lightgray;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main_content_table_header {
	height:20px;
	border: 1px dotted lightgray;
	font-weight: bold;
	background-color: #EEEEEE;
}

.admin_table_border{
	border-left: 1px solid #000000;
	padding-left: 5px;
}
.content_table_border{
	border: 1px solid lightgray;
	padding: 3px;
}
.content_header_table_border{
	background-color: #EEEEEE;
}

/* Contentelement */
.contentelement {
	clear: both;
	padding: 2px;
}

.contentueberschrift {
	/*background: url(../../images/frontend/ueberschrift_pfeil.jpg) left top no-repeat;*/
	FONT-SIZE: 20px;
	FONT-WEIGHT: bold;
	font-family: Arial;
	color: #354463;	
	width: auto;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.contenttext {
	border: 0px;
	padding: 5px;
	width: auto;
	line-height: 200%;
}

.contentabstand {
	clear: both;
	height: 10px;
}

/* Bilderausrichtungen - Contentelement -Text mit Bild- */
.pic_desc{
	padding: 0px; 
	margin: 0px; 
	font-size: .8em; 
	text-align: center;
}

.pic_border{
	border-color: #000000;
	border-style: solid;
}

.pic_left{	
	margin: 10px 10px 5px 5px;
	text-align: center;
}
.pic_right{
	margin: 10px 5px 5px 0px;
	text-align: center;
}
.pic_inlineleft{
	float:left;
	margin: 0px 10px 5px 5px;
	text-align: center;
}
.pic_inlineright{
	float:right;
	margin: 0px 0px 5px 10px;
	text-align: center;
}
#pic_topleft{
	display: block;
	text-align: left;
	margin-bottom: 10px;
	
}
#pic_topleft a{
	margin-bottom: 0px;
}
#pic_topmiddle{
	display: block;	
	text-align: center;
	margin-bottom: 10px;
}
#pic_topright{
 	display: block;
	text-align: right;
	margin-bottom: 10px;
}
#pic_bottomleft{
	display: block;	
	text-align: middle;
	margin-top: 10px;
	
}
#pic_bottommiddle{
	display: block;
	text-align: center;	
	margin-top: 10px;
}
#pic_bottomright{
 	display: block;
	text-align: center;
	margin-top: 10px;
}

/*Contentelement -Image- */
.ce_image_main_table{
	text-align: center;
	padding-bottom: 15px;
}
.ce_image_text{
	color: black;
	font-size: 9px;
}
/*Contentelement -File- */
.ce_file_table{
	padding: 5px;
}

/*Contentelement -Multimedia- */
.ce_multimedia_table{
	text-align: center;
	padding-bottom: 10px;
}
