@charset "utf-8";
@import url(reset.css);

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
	font-family: 'MuseoSans500';
	src: url('../fonts/MuseoSans_500.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('../fonts/MuseoSans_500.woff') format('woff'), url('../fonts/MuseoSans_500.otf') format('opentype'), url('../fonts/MuseoSans_500.svg#MuseoSans-500') format('svg');
}


/* ----------------------------------------------------- */

body {
	background: #f3f3f3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

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

a:focus, a:hover {
	text-decoration: underline;
}

p {
	font-size: 11px;
	line-height: 17px;
	padding: 0.5em 0 0.3em 0;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-family: MuseoSans500, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0e9ab1;
	line-height: 1.3em;
	padding: 12px 0 6px 0;
}

h1 {
	font-size: 24px;
	padding: 16px 0 16px 0;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 13px;
}

blockquote {
	display: block;
	position: relative;
	padding: 5px 60px;
	margin: 10px 0 !important;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: url('../images/quote.gif') no-repeat top left;
}

blockquote p:first-child, blockquote p.first-child {
	font-size: 16px !important;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	line-height: 22px;
	font-style: italic;
}

pre {
	font-family: monospace;
	font-size: 13px;
	line-height: 1.4em;
}

dd {
	font-size: 11px;
	line-height: 1.5em;
	padding: 0.4em 0 0.2em 0;
	color: #444;
}

strong {
	font-weight: bold;
}

em {
	color: #0e9ab1;
	font-style: normal;
}

div#page {
	position: relative;
	background: #fff;
}

div#header {
	position: relative;
	height: 110px;
	width: 100%;
	background: #fff url('../images/header.gif') repeat-x;
	text-align: center;
}

div#header img {
	margin-top: 25px;
}

div#navigation {
	position: relative;
	z-index: 2;
	height: 35px;
	background: url('../images/navigation.gif') repeat-x;
	text-align: center;
}

div#navigation li.level1 {
	position: relative;
	display: inline;
}

div#navigation li.level1 a {
	display: inline;
	color: #fff;
	font-family: MuseoSans500, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-right: 20px;
	line-height: 35px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
}

div#navigation li.level1:hover a, div#navigation li.level1:focus a, div#navigation li.level1.hover a {
	background: #fff;
	color: #0e9ab1;
	text-shadow: none;
	-webkit-box-shadow: rgba(0,0,0,0.2) 2px 2px 10px;
	-moz-box-shadow: rgba(0,0,0,0.2) 2px 2px 10px;
}

div#navigation ul.level2 {
	display: none;
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 6px 0;
	width: 200px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

div#navigation li.level1:hover ul.level2, div#navigation li.level1:focus ul.level2, div#navigation li.level1.hover ul.level2 {
	clear: both;
	display: block;
}

div#navigation li.level2 a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	background: url('../images/arrow.gif') no-repeat center left !important;
	margin-left: 10px;
	padding-left: 15px !important;
}

div#navigation li.level2 a:hover, div#navigation li.level2 a:focus {
	text-decoration: underline;
}

div#header-image-wrap {
	position: relative;
	z-index: 1;
	height: 190px;
	background: url('../images/header-image.gif') repeat-x;
}

div#header-image {
	position: relative;
	width: 960px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
}

div#header-back {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 960px;
	height: 190px;
	overflow: hidden;
}

div#header-back img {
	width: 960px;
	height: 190px;
}

div#header-image-cycle {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 960px;
	height: 190px;
	overflow: hidden;
}

div#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

div#main-left {
	position: relative;
	width: 460px;
	top: 0;
	left: 0;
	float: left;
}

div#main-right {
	position: relative;
	top: 0;
	margin-left: 490px;
	width: 467px;
}

div#footer-wrap {
	position: relative;
	height: 50px;
	background: url('../images/footer.gif') repeat-x;
}

div#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

div#footer ul {
	position: absolute;
	top: 10px;
	left: 0;
}

div#footer li {
	display: block;
	float: left;
}

div#footer li a {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #888;
	color: #888;
	font-size: 11px;
	height: 13px;
	line-height: 11px;
}

div#footer li.last a {
	border: none !important;
}

div#footer li a:hover, div#footer li a:focus {
	color: #0e9ab1;
}

div.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

div.csc-frame ul, div.csc-default ul {
	padding: 5px 0;
}

div.csc-frame li, div.csc-default li {
	list-style-image: url('../images/arrow.gif');
	margin-left: 20px;
	font-size: 11px;
	line-height: 17px;
	padding: 1px 0 2px 0;
	color: #444;
}

div.csc-frame ul ul li, div.csc-default ul ul li {
	margin-left: 40px !important;
}

div.news-latest {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px 5px 15px;
}

div.csc-frame {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px 5px 15px;
}

div.csc-frame-frame1 {
	border: 1px solid #ddd;
}

div.csc-frame-frame2 {
	background: #f3f3f3;
}


span.date {
	display: block;
	float: left;
	width: 130px;
	font-size: 11px;
	color: #444;
}

div.news-item {
	margin: 4px 0 8px 0;
}

div.news-item a {
	display: block;
	margin-left: 130px;
	font-size: 11px;
}

div.events-item {
	font-size: 11px;
	line-height: 1.4em;
	margin: 4px 0 8px 0;
}

ul.buttons {
	position: absolute;
	top: 0;
	right: 0;
}

ul.buttons li {
	display: block;
	float: left;
	margin: 0;
}

ul.buttons li a {
	display: block;
	float: left;
	font-size: 10px;
	text-decoration: none !important;
	background: #f3f3f3;
	line-height: 1.0em;
	padding: 3px 5px;
	margin-left: 6px !important;
	border: 1px solid #fff;
	color: #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

ul.buttons li a:hover, ul.buttons li a:focus {
	border: 1px solid #0e9ab1;
	color: #0e9ab1;
}

div.has-buttons {
	position: relative;
	display: block;
}

div.leistungen {
	position: relative;
	height: 145px;
}

div.leistungen ul {
	float: left;
	margin-right: 20px;
}

div.leistungen img {
	position: absolute;
	top: -1px;
	right: -16px;
}

div.csc-textpic-above {
	margin-top: 15px;
}

div.box-one-third {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 131px;
	width: 300px;
	border: 1px solid #ddd;
}

div.box-one-third-image {
	position: absolute;
	top: -1px;
	left: -1px;
}

div.box-one-third-text {
	position: absolute;
	top: 0;
	left: 110px;
	width: 180px;
}

label {
	font-size: 11px;
	color: #444;
}

label.tx_spbettercontact_label_checkbox {
	margin-left: 3px;
}

form {
	margin-bottom: 20px;
}

div#browser {
	font-size: 11px;
	position: relative;
}

div#browser em {
	font-style: italic;
	color: #b3c3c6;
}

div#browser-prev {
	position: relative;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 23px;
	width: 430px;
	height: 16px;
	line-height: 16px;
	background: url('../images/browser-prev.gif') no-repeat top left;
}

div#browser-next {
	position: relative;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 23px;
	width: 430px;
	text-align: right;
	height: 16px;
	line-height: 16px;
	background: url('../images/browser-next.gif') no-repeat top right;
}

div.csc-frame div.csc-textpic-clear, div.csc-frame div.csc-textpic-text {
	clear: none !important;
}

div.csc-frame div.csc-textpic-imagewrap, div.csc-frame div.csc-textpic-imagecolumn {
	float: none !important;
}

div.header-image-cycle-item {
	position: relative;
	width: 960px;
	height: 190px;
	background: transparent;
}

div.header-image-cycle-item-text {
	position: relative;
	top: 100px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
	background: transparent;
}

div.header-image-cycle-item-images {
	position: relative;
	margin-top: 45px;
	background: transparent;
}

div.header-image-cycle-item-images-left {
	text-align: left;
	background: transparent;
}

div.header-image-cycle-item-images-left img {
	margin-right: 5px;
	float: left;
}

div.header-image-cycle-item-images-right {
	text-align: right;
	background: transparent;
}

div.header-image-cycle-item-images-right img {
	margin-left: 5px;
	float: right;
}

div#blog {
	margin-top: 10px;
}

h2.blog {
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
}

div#blog h3 {
	margin-top: 10px;
}

div.blog-item {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

div.blog-single {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

div.blog-comment-item {

	margin-bottom: 15px;
	padding: 0 15px 5px 15px;
	background: #f3f3f3;
}

span.blog-date {
	display: block;
	font-style: italic;
	color: #0e9ab1 !important;
	font-size: 11px;
	color: #444;
	margin-bottom: 10px;
}

span.blog-date div.date {
	display: inline;
	margin-left: 4px;
}

h2.blog-comments-title {
	margin-bottom: 10px;
}


div#singleNavigation {
	font-size: 11px !important;
	margin-bottom: 15px;
}

div.itemNav {
	font-size: 11px;
	margin: 10px 0;
}

div.itemNav span {
	margin-right: 10px;
}

div.item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;	
}

div.author {
	font-family: MuseoSans500, Helvetica, Arial, sans-serif;
	padding-top: 15px;
}

span.author {
	font-size: 13px;
	color: #0e9ab1;
	display: block;
	margin-top: 5px;
}

div.author img {
	float: left;
	margin-right: 10px;
}

div.date {
	font-size: 11px;
	font-style: italic;
	color: #0e9ab1;
	margin-top: 4px;
}

div.date div {
	display: inline;
}

div#commentList {
	padding-top: 15px;

}

div.commentBody {
	clear: both;
	padding-left: 60px;
}

div.commentBody h5 {
}

ul.error {
	margin-bottom: 5px;
}

div.formLabel {
	padding: 3px 2px;
}

div.formElement {
	margin-bottom: 5px;
}

div.formField textarea {
	width: 400px;
	height: 200px;
}

div#referenzen {
	position: relative;
	width: 460px;
	height: 554px;
	background: url('../images/deutschlandkarte.gif');
}

div#referenzen a {
	position: absolute;
	display: block;
	background: url('../images/map-pin.gif') no-repeat bottom left;
	width: 13px;
	height: 19px;
}

div#referenzen a:hover, div#referenzen a:focus {
	background: url('../images/map-pin.gif') no-repeat top left;
}

div.hidden {
	display: none;
}
