﻿/* CSS Dokument Kohlhas Hausverwaltungen */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(img/bgr_home.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
}

.topcontainer {
	width: 960px;
	height: 96px;
	background-image: url(img/navi.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

.logocontainer {
	width: 276px;
	height: 96px;
	float: left;
}

.navicontainer {
	width: 662px;
	height: 66px;
	padding-top: 30px;
	padding-right: 22px;
	float: left;
	text-align: right;
}

.clearcontainer {
	width: 960px;
	height: 318px;
	margin: auto;
}

.contentcontainer {
	width: 960px;
	margin: auto;
}

.footercontainer {
	width: 960px;
	height: 40px;
	margin: auto;
}


/* Fonts */

body, td {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.headline {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.trennlinie {
	color: #9EABB4;
	margin-left: 20px;
	margin-right: 20px;
}


/* Links + Navigation */

a:link, a:visited {

}

.navi:link, .navi:visited {
	color: #031D26;
	text-decoration: none;
}

.navi:hover, .navi:active {
	color: #1D9A96;
	text-decoration: underline;
}

.kontakt:link, .kontakt:visited {
	color: #D9F6FB;
	text-decoration: underline;
}

.kontakt:hover, .kontakt:active {
	color: #21A29A;
	text-decoration: none;
}


/* Sonstiges */

.linetop {
	border-top: 1px solid #34B9B2;
}

.linebottom {
	border-bottom: 1px solid #D9F6FB;
}

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #34B9B2;
}

.picfloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}