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

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

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

p {
	font-size: 13px;
	line-height: 19px;
	padding: 4px 0 6px 0;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

h2 {
	color: #153b8b;
}

h3 {
	color: #153b8b;
}

a {
	color: #153b8b;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dd {
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0 3px 0;
}

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

blockquote p:first-child, blockquote p.first-child {
	font-size: 13px !important;
	line-height: 22px;
	font-style: italic;
	color: #153b8b;
}

blockquote img {
	float: right;
	margin-left: 15px;
}

body#startpage blockquote p, blockquote p {
	font-size: 11px !important;
	color: #777;
}

body#startpage blockquote p:first-child, blockquote p.first-child {
	font-size: 12px !important;
	line-height: 18px;
	color: #999;
}

sup {
	vertical-align:super;
	line-height: 0px;
	font-size: 80%;
}


div#page {
	position: relative;
	margin: 15px auto 10px auto;
	width: 960px;
	background: #fff;
	padding-bottom: 15px;
}

div#header {
	position: relative;
	width: 960px;
	height: 222px;
	background: #fff url('../images/header.gif') no-repeat top center;
}

div#header-links {
	position: absolute;
	top: 15px;
	left: 15px;
}

div#header-links li {
	display: block;
	float: left;
}

div#header-links li a {
	display: block;
	float: left;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #153b8b;
}

div#header-links li.last a {
	border-right: none;
}

div#header-links li a:hover, div#header-links li a:focus {
	text-decoration: underline;
}

div#header-logo {
	position: absolute;
	top: 15px;
	right: 15px;
}

div#header-image {
	position: absolute;
	top: 50px;
	left: 0;
}



.tx-macinasearchbox-pi1 {
	position: absolute;
	top: 195px;
	left: 15px;
}

.tx-macinasearchbox-pi1 #srch_fld {
	width: 145px;
	float: left;
	margin-right: 5px;
	height: 19px;
}

div#navigation {
	position: absolute;
	top: 192px;
	left: 270px;
}

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

div#navigation li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	border: 1px solid #d0d8e8;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bold;
}

div#navigation li a:hover, div#navigation li a:focus, div#navigation li.active a {
	background: #d0d8e8;
}

div#main {
	position: relative;
	margin: 15px 0 0 0;
}

div#main p a, div#main h1 a, div#main h2 a, div#main h3 a, div#main h4 a, div#main dd a {
	border-bottom: 1px solid #d0d8e8;	
}

div#main p a:hover, div#main p a:focus, div#main h1 a:hover, div#main h1 a:focus, div#main h2 a:hover, div#main h2 a:focus, div#main h3 a:hover, div#main h3 a:focus, div#main h4 a:hover, div#main h4 a:focus, div#main dd a:hover, div#main dd a:focus {
	border-bottom: 1px solid #153b8b;
}

div#main h1 {
	color: #153b8b;
	line-height: 24px;
	padding-top: 12px;
	padding-bottom: 6px;
}

div#main h2 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 14px;
	padding-bottom: 6px;
}

div#main h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 6px;
}

div#main h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 8px;
}

div#sidebar {
	position: relative;
	float: left;
	width: 235px;
	margin: 0 0 0 15px;
	position: relative;
}

div#sidebar .csc-frame {
	padding: 0 10px 7px 10px;
}

div#sidebar .csc-frame h3 {
	font-size: 13px;
}

div#content {
	position: relative;
	width: 675px;
	margin: 0 0 0 270px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p {
	padding-left: 9px;
	padding-right: 9px;
}

div#content ul {
	padding: 0 9px;
}

div#content li {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background: url('../images/ul-arrow.gif') no-repeat top left;
	color: #444;
}

div#news-latest h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 0;
}

div#news-latest p {
	color: #333539;
	font-size: 11px;
	line-height: 16px;
}

div#socialmedia {
	position: relative;
	height: 16px;
}

div#socialmedia ul {
	position: absolute;
	top: 0;
	left: 0;
}

div#socialmedia li {
	display: block;
	float: left;
	margin-right: 4px;
}

div#newsletter {
	position: relative;
	margin: 15px 0 0 0;
	padding: 10px;
	height: 24px;
	background: #f5f5f7;
}

div#subnav {
	font-size: 12px;
}

div#subnav ul.level1 {
	border-top: 1px solid #f5f5f7;
}

div#subnav li.level1 a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #f5f5f7;
}

div#subnav li.level1 a:hover, div#subnav li.level1 a:focus, div#subnav li.level1.active {
	background: #f5f5f7;
}

div#subnav li.active a {
	font-weight: bold;
}

div#subnav ul.level2 {
	padding-bottom: 3px;
}

div#subnav li.level2 a {
	padding-left: 25px;
	font-weight: normal !important;
}

div#subnav li.level2.active a {
	font-weight: bold !important;
}

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

label#tx-sremailsubscribe-pi1-email-label {
	position: absolute;
	z-index: 10;
	top: 17px;
	left: 15px;
	font-size: 12px;
}

input#tx-sremailsubscribe-pi1-email {
	position: relative;
	width: 110px;
	float: left;
	margin-right: 5px;
	height: 19px;
}

div.news-latest-item {
	border-bottom: 1px solid #d0d8e8;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

div.news-list-item {
	border-bottom: 1px solid #d0d8e8;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

div.news-list {
	margin-top: 20px;
}

span.date {
	color: #153b8b;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}

div.news-list span.date {
	margin-left: 9px;
}

div#start-3cols {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 300px;
}

div#start-3cols h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 4px;
}

div#start-3cols p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#start-3cols-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
	background: #f5f5f7;
}

div#start-3cols-middle {
	position: absolute;
	top: 0;
	left: 232px;
	width: 210px;
	height: 100%;
	background: #f5f5f7;
}

div#start-3cols-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 100%;
	outline: 1px solid #f1f1f3;
}

a.box-arrow {
	display: block;
	width: 192px;
	height: 25px;
	background: #153b8b url('../images/box-arrow.gif') no-repeat top left;
	color: #fff;
	padding: 0 9px;
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

a.box-arrow:hover, a.box-arrow:focus {
	background-position: bottom left;
}

div.clear {
	clear: both;
}

div.fce-2cols {
	position: relative;
	width: 650px;
	margin: 10px 0;
}

div.fce-2cols-left {
	position: relative;
	width: 310px;
	float: left;
}

div.fce-2cols-right {
	position: relative;
	width: 310px;
	margin-left: 335px;
}

div.csc-frame-rulerBefore {
	margin: 5px 0 35px 0!important;
}

div.csc-frame-rulerBefore h2 {
	font-size: 15px !important;
	line-height: 20px !important;
	color: #444;
}

div#projects-cycle {
	position: relative;
	width: 210px;
	height: 300px;
	overflow: hidden;
}

div.projects-item {
	position: relative;
	width: 210px;
	height: 300px;
}

div.projects-item img {
	position: relative;
	width: 210px;
	height: 105px;
}

div#header-text-cycle {
	position: relative;
	width: 600px;
	height: 140px;
	overflow: hidden;
}

div.header-text-cycle-item {
	position: relative;
	display: block;
	width: 600px;
	height: 140px;
}

div#header-text {
	position: absolute;
	top: 50px;
	left: 280px;
}

div#header-text h1 {
	margin-top: 48px;
}

div.newsletter-box {
	position: relative;
	margin: 15px 0 0 0;
	padding: 10px;
	background: #f5f5f7;
}

div.tx-indexedsearch-whatis {
	font-size: 13px;
	line-height: 19px;
	padding: 4px 0 6px 9px;
	color: #153b8b;
}

div#footer {
	position: relative;
	height: 60px;
	width: 930px;
	margin: 0 auto;
}

div#footer li {
	font-size: 11px;
}

div#footer li a {
	color: #888;
}

div#footer li a:hover, div#footer li a:active {
	color: #666;
	border-bottom: 1px solid #888;
}

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

div#footer-left li {
	display: block;
	float: left;
	margin-right: 12px;
}

div#footer-right ul {
	position: absolute;
	top: 0;
	right: 0;
}

div#footer-right li {
	display: block;
	float: left;
	margin-left: 12px;
}

div#box-dienstleistungen-cycle {
	position: relative;
	width: 210px;
	height: 105px;
	overflow: hidden;
}

div.csc-frame-frame1 {
	border: 1px solid #f1f1f3;
	margin: 15px 0 15px 0;
	padding-bottom: 7px;
}

div.csc-frame-frame2 {
	background: #f5f5f7;
	margin: 20px 0 15px 0;
	padding-bottom: 7px;
}

div.csc-textpic-imagewrap li {
	margin: 10px 10px 0 0!important;
	padding: 0 !important;
	background: none !important;
}

div.csc-frame div.csc-textpic-imagecolumn {
	margin-left: 8px;
	margin-top: 10px;
}

a.arrow-email {
	display: block;
	background: url('../images/arrow-email.gif') no-repeat top left;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px !important;
	margin-top: 10px;
	margin-left: 10px;
}

a.arrow-email:hover, a.arrow-email:focus {
	background-position: bottom left;
}

dd.csc-textpic-caption {
	font-size: 11px;
	line-height: 15px;
	color: #aaa;
}

p.news-single-imgcaption {
	font-size: 13px;
	line-height: 19px;
	color: #153b8b;
	margin-left: -9px;
}

div.csc-textpic-imagewrap {

}

div.csc-textpic-imagewrap ul {
	margin: 0 !important;
	padding: 0 !important;
}

div.csc-textpic-above img, div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	margin-left: 9px;
}

div.news-single-img {
	float: right;
	margin-left: 20px;
}




ul.browsebox li {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0 !important;
	background: none !important;
	color: #444;
}



div.fce-3cols {
	position: relative;
	width: 670px;
	margin: 10px 0;
}

div.fce-3cols-left {
	position: relative;
	width: 210px;
	float: left;
}

div.fce-3cols-middle {
	position: absolute;
	width: 210px;
	left: 230px;
}

div.fce-3cols-right {
	position: absolute;
	width: 210px;
	left: 460px;
}

div.fce-3cols .csc-frame .csc-textpic-left {
	margin: 10px 0 !important;
	padding-top: 10px;
}

div#medienreaktor {
	display: none;
}

div.fce-2cols .csc-textpic-imagewrap {
	margin-left: 9px;
}


* html div#sidebar {
	margin-left: 7px;
}

* html div#header-links li a {
	margin-right: 4px;
}

* html label#tx-sremailsubscribe-pi1-email-label {
	left: 7px;
}



