@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/* Überschriften*/
.Stil7, h1 {
	font-size: 18px;
	font-weight: bold;
}
.Stil6, h2 {
	font-size: 16px;
	font-weight: bold;
}
.Stil3, h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
	
/* Normaler Text */

.Stil2 {
	font-size: 14px
}


/* Home Kontakt Impresum, BreadCrumb, Fussleiste */
.Stil4 {
	font-size: 12px
}


/* Fussleiste */

.Stil1 {
	font-size: 10px
}


/* Navigation */
.Stil5 {
	font-size: 14px;
}
.Stil5 a:link {
	color: #333333;
	text-decoration: none;
}
.Stil5 a:visited {
	color: #333333;
	text-decoration: none;
	
}
.Stil5 a:hover {
	color: #167E38;
	text-decoration: none;
	font-weight: bold;
}
.Stil5 a:active {
	color: #333333;
	text-decoration: none;
}

/* Links */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
	
}
a:hover {
	color: #167E38;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

/* Listen */
ul {
	padding: 0px;
}
ul li {
	list-style-type: none;
}


/* Wohnbau */

.columnContainer {
	width: 850px;
}
.columnContainer:after {
    clear: left;
    content: "clear";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.columnLeft-450 {
	float: left;
	width: 440px;
	padding-right: 10px;
}
.columnRight-400 {
	margin-left: 450px;
	width: 400px;
}

.columnLeft-295 {
	float: left;
	width: 295px;
}
.columnRight-555 {
	width: 500px;
	padding-left: 50px;
	margin-left: 295px;
}


.floatClear:after {
    clear: both;
    content: "clear";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Kontakt */

.kontakt_main {
	width: 850px;
}
.kontakt_leftColumn {
	width: 180px;
	margin-right: 50px;
	float: left;
}
.kontakt_middleColumn {
	width: 390px;
	margin-right: 50px;
	float: left;
}
.kontakt_rightColumn {
	width: 180px;
	float: left;
}
#mailform {
	padding: 15px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
span#contactName {
	margin-right: 25px;
	font-weight: bold;
}
span#contactEmail {
	margin-right: 24px;
	font-weight: bold;
}
span#contactSubject {
	margin-right: 20px;
	font-weight: bold;
}
span#contactMessage {
	font-weight: bold;
}
p.errorMsg {
	padding: 10px;
	border: 2px solid red;
	background-color: #FFFF99;
	color: red;
	font-weight: bold;
}
p.okMsg {
	padding: 10px;
	border: 2px solid green;
	background-color: #D6FCB4;
	color: green;
	font-weight: bold;
}

/* Margins */

.margin-t-20 {margin-top: 20px;}
.margin-t-40 {margin-top: 40px;}
.margin-tb-20 {margin-top: 20px; margin-bottom: 20px}
.margin-b-20 {margin-bottom: 20px}
.margin-b-50 {margin-bottom: 50px}

/* Icons */
.icon-person:BEFORE {
	content: url("../images/icon_person.jpg");
}
.icon-tel:BEFORE {
	content: url("../images/icon_telefon.gif");
}
.icon-email:BEFORE {
	content: url("../images/icon_email.gif");
}
.icon-link:AFTER {
	content: url("../images/icon_link.gif");
}

/* Files */
.file-pdf:Before {
	content: url("../images/icon_pdf.gif");
	padding-right: 5px;
}
