@import url(https://fast.fonts.net/cssapi/b19af826-94b3-45eb-8e75-bdfac22ab1a0.css);
@import url(../js/vendor/fancybox/source/jquery.fancybox.css);

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#page-wrap {
	width: 600px;
	margin: 0 auto;
	border-left: 195px solid #eee;
	border-right: 195px solid #eee;
	background-color: #fff;
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -45px; 
}
#page-wrap:after {
	content: "";
	display: block;
}
#site-footer, #page-wrap:after {
	/* .push must be the same height as footer */
	height: 45px; 
}
#site-footer {
	width: 600px;
	margin: 0 auto;
	padding: 0 195px;
	background: #eeeeee;
	overflow: hidden;
}
#site-footer div.wrap {
	border-top: 5px solid #0d8ecc;
}



body {
	background-color: #eeeeee;
	font-family:'Futura W01 Book';
	color: #444;
}
	#content-wrap {
		width: 950px;
		margin: 0 0 0 -175px;
	}
		#col-1 {
			position: relative;
			float: left;
			width: 150px;
			min-height: 1px;
			z-index: 1;
		}
			#menu-sub {
				margin: 0;
				background-color: #eee;
			}
		#col-2 {
			float: left;
			width: 600px;
			margin: 0 25px;
			background-color: #fff;
		}
			#header {
				position: relative;
				height: 150px;
				padding: 0 2px;
			}
				#header .logo {
					position: absolute;
					top: 33px;
					left: 183px;
				}
			#menu-main {
				height: 25px;
				padding: 0 2px;
			}
			#visual {
				height: 300px;
				padding: 2px 2px 0 2px;
				overflow: hidden;
			}
			#content {
				width: 550px;
				padding: 25px;
			}
		#col-3 {
			float: left;
			width: 150px;
		}
			#brand {
				position: relative;
				height: 150px;
			}
				#brand .logo {
					position: absolute;
					top: 33px;
					left: 31px;
				}
		
#address {
	position: fixed;
	width: 100%;
	bottom: 23px;
}
	#address div.wrap {
		width: 940px;
		margin: 0 auto;
		padding: 0 25px;
	}


/*** MAIN-MENU ***/
ul.menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	height: 100%;
	}
ul.menu-main li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.menu-main li a {
	display: block;
	font-size: 13px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	padding: 0 10px;
	border-right: 2px solid white;
	text-decoration: none;
	color: #444;
	transition: color 0s linear 0.25s, background-color 0.5s linear 0s;
}
ul.menu-main li a:hover,
ul.menu-main li.sub-cur a,
ul.menu-main li.cur a {
	color: #fff;
	background-color: #0d8ecc;
}

ul.menu-main li ul {
	position: absolute;
	list-style: none;
	top: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff;
	background-color: #eeeeee;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s linear, opacity 0.5s linear;
	z-index: 1;
	}

ul.menu-main li:hover ul {
	visibility: visible;
	opacity: 1;
}

ul.menu-main li ul li {
	float: none;
}

ul.menu-main li ul li a,
ul.menu-main li.sub-cur ul li a,
ul.menu-main li.cur ul li a {
	display: block;
	line-height: 23px;
	text-transform: none;
	padding: 0 20px 0 10px;
	border-bottom: 2px solid white;
	border-right: none;
	text-decoration: none;
	background-color: #eeeeee;
	color: #444;
	transition: color 0s linear 0.25s, background-color 0.5s linear 0s;
	font-size: 14px;
	letter-spacing: 0em;
	white-space: nowrap;
}

ul.menu-main li ul li a:hover,
ul.menu-main li.sub-cur ul li a:hover,
ul.menu-main li.cur ul li a:hover,
ul.menu-main li ul li.cur a,
ul.menu-main li.sub-cur ul li.cur a,
ul.menu-main li.cur ul li.cur a {
	color: #444;
	background-color: #ddd;
}


/*** MAIN-SUB ***/
ul.menu-sub {
	list-style: none;
	margin: 150px 0 0 0;
	padding: 0;
	border-top: 2px solid #fff;
	}
ul.menu-sub li {
	margin: 0;
	padding: 0;
}
ul.menu-sub li a {
	display: block;
	line-height: 23px;
	padding: 0 5px;
	border-bottom: 2px solid white;
	text-decoration: none;
	color: #444;
	transition: color 0s linear 0.25s, background-color 0.5s linear 0s;
	font-size: 14px;
}
ul.menu-sub li a:hover,
ul.menu-sub li.cur a {
	color: #444;
	background-color: #ddd;
}

div.mitarbeiter {
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #0d8ecc;
}
div.mitarbeiter:last-child {
	border-bottom: none;
}
div.mitarbeiter h2 {
	margin: 0;
}
div.mitarbeiter .csc-textpic-imagewrap {
	margin: 27px 0 0 0;
}



#news h1 {
	display: block;
	background-color: #0d8ecc;
	color: #fff;
	line-height: 25px;
	padding: 0 5px;
	font-size: 15px;
	font-weight: normal;
	margin: 2px 0 0 0;
}
#news dl {
	font-size: 13px;
	line-height: 150%;
	margin: 5px 0;
	padding: 0;
}
#news dt,
#news dd {
	margin: 0;
	padding: 0;
}
#news dd.date {
	font-size: 11px;
	color: #9c9c9c;
}
#news dt {
	font-size: 15px;
}

#news dd.news-text {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #fff;
}

table {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px 0;
}
tr {
	border-top: 2px solid #0d8ecc;
	border-bottom: 2px solid #0d8ecc;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 5px 1em 5px 0;
}
td:last-child, th:last-child {
	padding-right: 0;
}
th {
	font-weight: normal;
	color: #0d8ecc;
}


dl {
	font-size: 14px;
	line-height: 150%;
	margin: 5px 0;
	padding: 0;
}
dt,
dd {
	margin: 0;
	padding: 0;
}
dd.date {
	font-size: 11px;
	color: #9c9c9c;
}
dt {
	font-size: 18px;
	line-height: 125%;
	font-weight: normal;
	color: #0d8ecc;
	margin: 0;
	padding: 0;
}

dd.news-text {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #0d8ecc;
}
dd.news-text:last-child {
	border-bottom: none;
}

ul {
	font-size: 14px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 1em;
}

ul.line {
	list-style: none;
	padding: 0;
	border-top: 2px solid #0d8ecc;
}

ul.line li {
	border-bottom: 2px solid #0d8ecc;
}
ul.line li a {
	display: block;
	padding: 5px 0;
	transition: background-color 0.5s linear 0s;
}
ul.line li a:hover {
	background-color: #eeeeee;
}

#address p {
	font-size: 13px;
	line-height: 150%;
}
#site-footer p {
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 150%;
	text-align: right;
	color: #9c9c9c;
}

p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 28px;
	line-height: 125%;
	font-weight: normal;
	color: #0d8ecc;
	margin: 0 0 12px 0;
}
h2 {
	font-size: 18px;
	line-height: 125%;
	font-weight: normal;
	color: #0d8ecc;
	margin: 24px 0 3px 0;
	padding: 0;
}

blockquote  {
	margin: 0 0 10px 0;
}

blockquote,
blockquote p {
	font-family:'Futura W01 Book Oblique';
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 150%;
	color: #8e8c8c;
}



a {
	color: #0d8ecc;
	text-decoration: none;
}




