/* gallery.html*/
#box{
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4DB41;
	border-bottom-color: #F4DB41;
	margin-bottom: 20px;
}

#gallery_bild{
	float: left;
	padding-right: 10px;
	width:200px;

}

#gallery_text{
	float: right;
	width:770px;
	
	
}

div.titel_gallery{
	padding-bottom: 5px;
	padding-top: 5px;
}
a.titel_gallery{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.titel_gallery:hover{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


div.text_gallery{
	line-height:1.4;
}

/* show.html*/
.showTD{
	padding-bottom: 10px;
	text-align:center;

}
image.show{
	border: 1px solid #000000;	

}

div.showTitel{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
div.showText{
	line-height:1.4;

}





