@charset "utf-8";

/* --- allgemeines ------------------------ */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #58585A;
	min-height: 99%;
	min-width: 99%;
}

img { border: none; }

h1 {
	font-size: 28px;
	line-height: 45px;
	font-weight: normal;
	padding-bottom: 20px;
	/* nach oben hängen */
	padding-top: 0px;
	margin-top: 6px;
}

h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

a {
	color: #52748D;
}

/* --- struktur ------------------------ */

div.wrapper {
	position: relative;
	width: 903px;
	height: 603px;
	margin: auto;
	/*border: 1px solid grey; */
}

div.ck {
	float: left;
	width: 230px;
	height: 100%;
	background: white;
}

div.main {
	float: left;
	width: 670px;
}

div.left {
	float: left;
	width: 530px;
}

div.right {
	float: left;
	width: 140px;
}

div.head {
	height: 90px;
	background: white;
	color: #52748D;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 35px;
	padding-bottom: 0;
	font-size: 15px;
	text-decoration: bold;
	line-height: 20px;
}

div.navi {
	height: 20px;
	width: 100%;
	background: #7FA0B8;
	overflow: visible;
}

div.content {
	height: 470px;
	background: white;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 30px;
}

div.impressum {
	height: 20px;
	background: #52748D;
}

div.hell {
	background: #F3F7F8;
}

/* --- visitenkarte ------------------------ */

div.ck_logo {
	height: 110px;
	background: url('img/ck_logo.gif') no-repeat;
}

div.ck_address {
	height: 296px;
	padding-left: 38px;
	padding-top: 20px;
	color: #52748D;
}

div.ck_slogan {
	height: 188px;
	background: url('img/ck_slogan.gif') no-repeat 0px 70px;
}

/* --- navigation ------------------------ */

ul.nav {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

ul.nav li {
	display: inline-block;
	float: left;
	width: 16.66%;
	list-style: none;
}

ul.nav li:hover {
	background: #52748D;
}

ul.nav li a {
	display: block;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

div.navi li.aktiv { background: #52748D; }

/* --- sonstiges ---------------------------- */

div.impressum  a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-decoration: none;
	margin-left: 16px;
}
