
.contentArea {
	padding: 20px;

	padding-top: 5px;
	vertical-align: top;
	
	
	font-family: Georgia, "Trebuchet MS", Times, "Times New Roman", serif;
	
	color: #FFFFFF;
	background: #333333;
	
}

/* -------------------- Überschriften -------------------- */


.contentArea H2 {
	margin: 3px;
	margin-left: 0px;
        margin-bottom: 10px;
	padding: 0px;
}

.contentArea H3 {
	margin: 3px;
	margin-left: 0px;
	padding: 0px;
}

.contentArea H4 {
	margin: 3px;
	margin-left: 0px;
	padding: 0px;
}

.contentArea H5 {
	margin: 3px;
	margin-left: 0px;
	padding: 0px;
}

/*----------------------------  Text   ----------------------------*/



.contentArea P {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}


.contentArea A {
	text-decoration: underline; 
}

.contentArea IMG {
	border: none;
	vertical-align: bottom;
}


/*----------------------------  Bilder   ----------------------------*/
img {
	border: none;
}

.contentArea .blockBox {
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 40px;
	font-size: 6pt;
}


.contentArea .blockBox DIV {
	position: relative;
	/*border: 1px solid #000000;*/
	text-align: center;
	color: #444444;
}


.contentArea .blockLeft {
	float: left;
	margin-right: 4px;
}


.contentArea .blockRight {
	float: right;
	margin-left: 4px;
}


.contentArea .blockCenter {
	text-align: center;
	width: 100%;
	border: none;
}


.contentArea .blockBox P {
	margin: 0px;
	font-size: 7pt;
}


.contentArea .blockBox .editButton {
	position: absolute;
	z-index:40;
	top: 3px;
	left: 3px;
}

.contentArea .blockCenter TD > DIV > .editButton {
	left: 40%;
}

.contentArea .blockBox .editButton A {
	border: none;
}





.contentArea .imageAlignRight {
	float: right;
	margin-left: 4px;
}

.contentArea .imageAlignLeft {
	float: left;
	margin-right: 4px;
}

.contentArea .ImageAlignCenter {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
}




/* ------------------------ Listen ------------------------*/


.ausstellungen {
	padding-left: 20px;
	margin-left: 0px;
}


/* ------------------------ Bilderliste ------------------------*/

.bildBox {
	float: left;
	width: 160px;
	margin: 20px;
}

.bildBox table {
	clear: both;
}

.bildBox td {
	width: 160px;
	height: 130px;
	border: 1px solid #666666;
	vertical-align: middle;
	text-align: center;
}

.bildBox h4 {
	float: left;
	width: 200px;
}

.bildBox div.f {
	float: left;
}

.bildBox div.d {
	float: right;
}

.bildBox div.m {
	float: right;
}


/* ------------------------ Bilderansicht ------------------------*/

.bild {

}

.bild .rahmen {
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.bild .info {
	margin: 0px;
	margin-left: 20px;
	font-style: italic;
}

.bild .bestellen {
	float: right;
	font-size: 8pt;
}

.bild h2 {
	font-size: 17pt;
}

.bild p {
	margin: 0px;
	margin-top: 10px;
}

/* ------------------------ Karte ------------------------*/


form {
	display: block;
}

.selectImage {
	width: 90%;
	height: 150px;
	border: none;
}


.selectImage td {
	vertical-align: middle;
	width: 50%;
	
}

form input.radio {
	background-color: #272727;
}

.selectImage img {
	
	margin: 5px;
	margin-left: 10px;
}


form .half label {
	position: relative;
	display: block;
	margin: 3px;
	margin-left: 10px;
}

form .half label input {
	position: absolute;
	left: 100px;
	width: 90px;
}


form textarea {
	padding: 1px;
	height: 110px;
	width: 100%;
}

TEXTAREA, INPUT {
	border: 1px solid #000000;
	background-color: #272727;	
	color: #999999;
	padding: 1px;
}



form .half {
	float: left;
	width: 210px;
}

form .right {
	text-align: right;
	clear: both;
	margin: 10px;
}




.error {
	font-weight: bold;
	margin-left: 100px;
	color: #CC0000;
	
}
