﻿.abstand {
	float: left;
	width: 150px;
}


h1 {
    letter-spacing: 2px;
    font-size: 14px;
    color: #ac8f53;
}

h2 {
    letter-spacing: 2px;
    font-size: 13px;
    color: #ac8f53;
}

h3 {
    letter-spacing: 2px;
    font-size: 12px;
    color: #ac8f53;
}

h4 {
    letter-spacing: 2px;
    font-size: 11px;
    color: #ac8f53;
}

h5 {
    letter-spacing: 2px;
    font-size: 10px;
    color: #ac8f53;
}

h6 {
    letter-spacing: 2px;
    font-size: 9px;
    color: #ac8f53;
}


/* Bildergallerie */
.picmaincont {
	border: 1px solid #cccccc;
}

.piccont {
	border: 1px solid #cccccc;
}

.piclabalcont {
	text-align: center; 
	height: 30px;
}

.pictureS {
	border: 2px solid #ffffff;
}

.pictureL {
	background-color: #ffffff; 
	padding: 5px;
	border: 1px solid #666666; 	
}

/* new ausgabe */
.newscontheader {
    background: #ac8f53;
    color: #fff;
    text-indent: 6px;
    margin: 0px;
}

.newscontbody {
    background: #f3f3f3;
    margin: 0px;
    padding: 4px;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.newscontfooter {
    margin-bottom: 10px;
}


/* Kontaktformular */
.lblKontakt {
    float: left;
    width: 150px;
}