/* Import 960 Grid System Framework */
@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url('superfish.css');


/* General Settings */
html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

body {
	color: #00436B;
	background: url(../images/topBg.png) top repeat-x #DFE6EF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}

a {
	color: #00436B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Header Settings */
#header {
	height: 323px;
	background: url(../images/header01.png) no-repeat #FFF;
	position: relative;
}

#title {
	width: 530px;
	font-size: 1.7em;
	padding: 0 0 0 20px;
	position: absolute;
	top: 90px;
	overflow-x: hidden;
}

#logo {
	position: absolute;
	right: 0;
	top: 100px;
}



/* Content Settings */
#main {
	padding-bottom: 150px;
	background: url(../images/contentBg.png) left repeat-y;
}

#contentWrap {
	min-height: 300px;
	position: relative;
}

#breadcrumb {
	padding: 5px 0 0 20px;
	font-size: 0.8em;
}

#content, #quote {
	padding: 15px 0 0 20px;	
}

#quote h1, #quote h2 {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	color: #0071BC;
}

#quote h1 {
	font-size: 1em;
}

#quote h2 {
	font-size: 0.9em;
}

#content a {
	font-weight: bold;
	color: #00436B;
}

#content ul {
	list-style: disc;
}

#content .csc-textpic-caption,
.sidebarRightBox .csc-textpic-caption {
	font-size: 0.9em;
	font-style: italic;
}

#sidebarLeft {
	position: relative;
}

#sidebarLeft #sidebarLinks {
	padding: 0 0 0 10px;
	position: absolute;
	top: 150px;
	left: 0;
}

#sidebarLeft #sidebarLinks a {
	width: 105px;
	padding: 8px 5px 8px 40px;
	color: #FFF;
	display: inline-block;
	border-top: 1px solid #FFF;
}

#sidebarLeft #sidebarLinks a:hover {
	text-decoration: none;
}

#sidebarLinks #newsletterLink {
	background: url(../images/news.gif) 11px 2px no-repeat;
}

#sidebarLinks #contactLink {
	background: url(../images/kontakt.gif) 0 1px no-repeat;
}

#sidebarRight {
	font-size: 0.9em;
	overflow: hidden;
}

#sidebarRightContent {
	padding: 20px 0 0 0;
}

#sidebarRightContent h1 {
	font-size: 1.3em;
}

.sidebarRightBox {
	margin: 0 0 15px 0;
}

.sidebarRightBox .csc-textpic-caption {
	padding-bottom: 5px; 
}


/* Navigation Settings */
#sidebarLeft #mainNavi {
	font-size: 0.9em;
	position: relative;
	top: -150px;
}

#sidebarLeft #mainNavi ul,
#sidebarLeft #mainNavi li {
	margin: 0;
}

#sidebarLeft #mainNavi ul {
	padding: 0 0 0 10px;
	line-height: 140%;
	list-style: none;
}

#sidebarLeft #mainNavi li {
	width: 100%;
	background: none;
	border-bottom: 1px solid #FFF;
	position: relative;
}

#sidebarLeft #mainNavi li.lastLi {
	border: 0;	
}

#sidebarLeft #mainNavi a {
	padding: 5px 0 5px 0;
	color: #FFF;
	display: block;
	border: 0;
}

#sidebarLeft #mainNavi a.actLink {
	font-weight: bold;
}

#sidebarLeft #mainNavi a:hover {
	text-decoration: none;
}


#sidebarLeft #mainNavi ul ul {
	width: 200px;
	padding: 0;
	color: #00436B;
	border: 1px solid #00436B;
	background-color: #FFF;
	top: 0;
	left: 145px;
}

#sidebarLeft #mainNavi li li {
	border-bottom: 1px solid #00436B;
}

#sidebarLeft #mainNavi ul ul a {
	padding: 5px;
	color: #00436B;
}



/* Footer Settings */
#footerWrap {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
	background-color: #FFF;
}

#footer {
	height: 100%;
	font-size: 0.9em;
	background: url(../images/footerBg.png) repeat-y;
}

#footer p {
	padding: 10px 0 0 0;
}

#footerLinks {
	text-align: center;
	color: #FFF;
}

#footerLinks a {
	color: #FFF;
}

#imprint p {
	padding-left: 20px;
	font-size: 0.9em;
}

#imprint a {
	color: #00436B;
}


/* News Settings */
#sidebarRightContent .news-latest-item a {
	font-weight: normal;
}

#sidebarRightContent .news-latest-item p {
	margin: 0 0 5px 0;
}

#sidebarRightContent .news-latest-link {
	font-size: 0.9em;
}


/* Powermail Settings */
.tx-powermail-pi1 {
	clear: both;
}

.tx-powermail-pi1 fieldset, .tx-powermail-pi1 .even {
	background: none !important;
	border: 0;
}

.tx-powermail-pi1 fieldset {
	padding-left: 0;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	font-weight: normal !important;
}

.tx_powermail_pi1_formconfirmation_back {
	width: 80px;
	float: left;
}

.tx_powermail_pi1_formconfirmation_submit {
	width: 180px;
	float: left;
}


/* rgMedia Extension (YouTube & Co.) Settings */
.tx-rgmediaimages-pi1 {
	margin: 0 0 40px 0;
}