@charset "utf-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block; }

audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 12px;
	line-height: 1.5em; }

body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
	background: #09244F;
	color: #fff;
	text-shadow: none; }

::selection {
	background: #09244F;
	color: #fff;
	text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #00e; }

a:focus {
	outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom: 1px dotted; }

b, strong {
	font-weight: bold; }

blockquote {
	margin: 1em 40px; }

dfn {
	font-style: italic; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0; }

ins {
	background: #ff9;
	color: #000;
	text-decoration: none; }

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word; }

q {
	quotes: none; }

q:before, q:after {
	content: "";
	content: none; }

small {
	font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 15px; }

dd {
	margin: 0 0 0 40px; }

nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	-ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
	overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin: 0; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
	line-height: normal;
	*overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; }

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top; }

/* Colors for form validity */
input:invalid, textarea:invalid {
	background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
body {
	/*background: url("../img/bg.png") top left repeat-x transparent;*/
	color: #777777; }

#header {
	background-image: url("../img/bg_header.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 86px;
	overflow: hidden; }

#logolink {
	margin-top: 20px; }
#logolink a {
	display: block;
	height: 66px; }

#topnav {
	color: #999999;
	position: absolute;
	top: 8px;
	width: 990px; }
#topnav ul {
	list-style: none outside none;
	float: right; }
#topnav ul li {
	float: left;
	font-size: 11px; }
#topnav ul li a {
	color: #999999;
	text-decoration: none; }
#topnav ul li a:hover {
	text-decoration: underline; }
#topnav ul li a img {
	margin-top: 1px; }
#topnav ul#language {
	margin-left: 10px; }

#searchbox {
	position: absolute;
	top: 55px;
	left: 848px;
	width: 142px; }
#searchbox form {
	border: 1px solid #adadad;
	margin: 0;
	padding: 0;
	height: 20px;
	position: relative; }
#searchbox input {
	border: none;
	background: none #dde7f0;
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 0; }
#searchbox input[type="text"] {
	margin: 0;
	padding: 0;
	position: absolute; }
#searchbox input[type="image"] {
	width: 20px;
	height: 20px;
	margin-left: 120px; }

#bar {
	height: 7px;
	margin-top: 2px;
	background: none #4b85ae; }

#mainnav {
	height: 29px;
	background: url("../img/mainmenubg.png") top left repeat-x transparent;
	border-bottom: 1px solid #adadad; }
#mainnav ul.level1 {
	list-style: none outline none;
	border-left: 1px solid #adadad;
	margin-left: 20px;
	height: 29px; }
#mainnav ul.level1 li {
	position: relative;
	float: left;
	width: 150px;
	font-size: 13px;
	color: #003366;
	text-align: center;
	border-right: 1px solid #adadad; }
#mainnav ul.level1 li a {
	color: #003366;
	text-decoration: none;
	display: block;
	height: 23px;
	padding-top: 6px; }
#mainnav ul.level1 li:hover ul.level2 {
	display: block; }
#mainnav ul.level2 {
	display: none;
	position: absolute;
	z-index: 1;
	margin-top: 0;
	margin-left: -1px;
	border-top: 1px solid #adadad; }
#mainnav ul.level2 li {
	text-align: left;
	border-left: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	background: url("../img/level2bg.png") top left repeat-x transparent; }
#mainnav ul.level2 li a {
	padding: 4px 0 0 4px;
	font-size: 12px;
	height: auto; }
#mainnav ul.level2 li:hover {
	background: none #4b85ae; }
#mainnav ul.level2 li:hover a {
	color: #fff; }

#wrapper {
	background: url("../img/lines.png") top left repeat-y white;
	width: 990px; }

#left {
	/*background-image: url(../img/bg_leftnav.gif);*/
	padding: 20px 0px 20px 0px;
	width: 194px;
	height: 708px;
	float: left;
	overflow: hidden; }
#left > div > p {
	margin-left: 20px; }

#leftnav {
	color: #003366;
	font-size: 13px;
	line-height: 1.7em;
	margin: 0 0 20px 20px; }
#leftnav p {
	margin: -5px 0 5px 0;
	margin-left: 0 !important; }
#leftnav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0; }
#leftnav ul li {
	display: block; }
#leftnav ul li a {
	display: block;
	color: #4b85ae;
	text-decoration: none; }
#leftnav ul li a:hover {
	color: #003366;
	text-decoration: none; }
#leftnav ul .active a {
	color: #003366;
	text-decoration: none; }
#leftnav ul .active li a {
	color: #4b85ae; }
#leftnav ul .active li a:hover {
	color: #003366; }
#leftnav .level2,
#leftnav .level3 {
	margin-left: 20px; }

#content {
	float: left;
	padding: 20px;
	margin: 0 0 120px 0;
	width: 542px;
	height: auto; }

#right {
	height: auto;
	float: left;
	width: 171px;
	padding: 20px; }

.clearer {
	clear: both; }

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 3px; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #006699; }
h1 a {
	color: #006699;
	text-decoration: none; }
h1 a:hover {
	text-decoration: none; }

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0; }
h2 a {
	color: #333333;
	text-decoration: none; }
h2 a:hover {
	text-decoration: none; }

h3 {
	font-size: 12.5px;
	font-weight: bold;
	color: #003366; }
h3 a {
	color: #003366;
	text-decoration: none; }
h3 a:hover {
	text-decoration: none; }

p {
	margin: 0;
	padding: 0; }

p.bodytext {
	margin: 3px 0 10px 0; }

a {
	text-decoration: none;
	color: #003366; }
a:hover {
	text-decoration: none;
	color: #006699; }

input,
textarea {
	width: 365px; }

input[type="submit"] {
	margin-left: 175px;
	width: 100px; }

.tx-felogin-pi1 legend {
	font-weight:bold;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-left: 0;
}
.tx-felogin-pi1 div {
	margin-bottom: 15px;
}

div.csc-mailform fieldset ol {
	padding: 0 !important; }

div.csc-mailform fieldset li {
	padding: 0.5em 0 !important; }
div.csc-mailform fieldset li label {
	width: 155px;
	margin-right: 20px; }

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 30px !important; }

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 30px !important; }

div.csc-textpic img {
	margin-top: 4px; }

div.header-image {
	margin-bottom: 15px;
}

#breadcrumb {
	font-size: 11px;
	margin-bottom: 10px; }
#breadcrumb a {
	color: #777777;
	text-decoration: none; }
#breadcrumb a:hover {
	text-decoration: none; }

#left,
#right {
	font-size: 11px;
	line-height: 1.3em; }
#left a,
#right a {
	color: #003366;
	text-decoration: none; }
#left a:hover,
#right a:hover {
	text-decoration: underline; }

.indent p {
	text-indent: -16px;
	padding-left: 16px; }

.box {
	background: url("../img/box-content-bg.png") top right no-repeat white;
	border: 1px solid #adadad;
	padding: 7px; }
.box p {
	margin: 10px 0 0 0 !important; }
.box img {
	margin-bottom: 0 !important; }
.box .member-teaser {
	text-align: center; }
.box .member-teaser .text {
	margin-top: 10px; }

.boxheader {
	margin: -7px;
	margin-bottom: 8px;
	background: url("../img/box-title-bg.png") top left repeat-x;
	height: 29px;
	border-bottom: 1px solid #adadad; }
.boxheader h3 {
	margin: 0;
	padding: 8px 7px 2px 7px;
	background: url("../img/go.png") 96% 8px no-repeat; }

.no-arrow .boxheader h3 {
        background: none;
	}

#left .box {
	margin: 0 20px 10px 20px; }

#right .box {
	margin-bottom: 10px; }
#right .box dl.csc-textpic-image {
	margin-bottom: 0;
	margin-left: 0; }

.csc-sitemap ul {
	list-style: none outside none;
	margin: 0 0 10px 35px; }
.csc-sitemap ul li {
	margin-bottom: 5px; }
.csc-sitemap ul li ul li {
	margin-bottom: 0; }
.csc-sitemap a {
	color: #003366;
	text-decoration: none; }

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	width: 80px; }

input#tx-indexedsearch-searchbox-sword {
	width: 320px; }

input#tx-indexedsearch-searchbox-button-submit {
	width: 100px;
	margin-left: 10px; }

.tx-indexedsearch-res h3 {
	margin: 15px 0 5px 0; }
.tx-indexedsearch-res h3 a {
	text-decoration: underline; }

.newsletterFormHeadline {
	color: #09244f;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	font-weight: bold; }

.newsletterFormText {
	color: #666;
	font-size: 11px;
	margin: 0px 0px 5px 0px; }

.newsletterFormInput {
	width: 133px;
	height: 17px;
	padding: 3px;
	color: #babebf;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	border: 1px #babebf solid; }

a.newsletterFormSubmit:link,
a.newsletterFormSubmit:focus,
a.newsletterFormSubmit:visited {
	color: #09244f;
	font-size: 12px;
	margin: 0px !important;
	text-decoration: none; }

a.newsletterFormSubmit:hover {
	text-decoration: underline; }

#language li.active {
	display: none; }

.memberpic {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px; }

.news-latest-container {
	border-top: 1px solid #adadad;
	padding-top: 20px;
	margin-top: 30px; }
.news-latest-container h2 {
	margin-top: 0;
	margin-bottom: 20px; }

.news-latest-item, .news-list-item {
	overflow: hidden; }
.news-latest-item img, .news-list-item img {
	float: left;
	margin: 0 30px 20px 0; }

span.news-more,
span.news-list-morelink,
.news-single-backlink {
	display: block; }
span.news-more a,
span.news-list-morelink a,
.news-single-backlink a {
	text-decoration: none;
	color: #003366; }
span.news-more a:hover,
span.news-list-morelink a:hover,
.news-single-backlink a:hover {
	text-decoration: none;
	color: #006699; }

hr.clearer {
	clear: both;
	border: none;
	height: 1px;
	background-color: #adadad;
	margin: 20px 0; }

.news-list-item img {
	margin: 0 30px 0 0; }
.news-list-item h2 {
	margin-bottom: 10px; }
.news-list-item h2 a {
	color: #006699; }
.news-list-item hr.clearer {
	height: 0;
	background-color: none;
	margin: 0; }

.news-single-item hr.clearer {
	height: 0;
	background-color: none;
	margin: 0; }
.news-single-item .news-single-img {
	margin: 10px 0; }
.news-single-item h2 {
	margin-top: 10px; }
.news-single-item .news-single-backlink {
	margin-top: 20px; }
.news-single-item .news-single-backlink a {
	display: block; }

table.termine-list2-container {
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px; }
table.termine-list2-container tr {
	margin: 0;
	padding: 0;
	border: none; }

.foofighter {
	font-size: 11px;
}

.event_line {
	background-color: #D8D8D8;
	height: 1px;
	margin: 0;
	padding: 0; }

.termine-list2-container a img {
	vertical-align: middle;
	margin-left: 5px; }

.news-single-item h2 img {
	vertical-align: middle;
	margin-right: 5px; }

/* powermail */
.tx-powermail .powermail_fieldset { border: 1px solid #ADADAD; padding: 20px; }
.tx-powermail .powermail_fieldset_1 { border: none; padding: 0; }
.tx-powermail h3, .tx-powermail .powermail_fieldset_1 legend { display:none; }
.powermail_fieldset legend { font-weight: bold; padding: 3px; }
.powermail_fieldset .layout2 label {display:none;}
.powermail_fieldwrap { margin-bottom: 10px; }
.powermail_fieldwrap label { width: 100px; display: inline-block; }
.powermail_input, .powermail_field { width: 200px;display: inline-block; }
.tx-powermail input[type="submit"] { width: auto; margin-left: 100px; }
.powermail_radio, .powermail_checkbox { width:auto; }
.powermail_fieldwrap_textarea label, .powermail_radio_inner label, .powermail_check_inner label {width:auto;}
.powermail_fieldwrap_textarea label {display:block; font-weight:bold;}
.powermail_fieldwrap_type_textarea label,
.powermail_fieldwrap_type_check label,
.powermail_fieldwrap_type_radio label {
	display:block; font-weight:bold;
	width:100%;
	margin-bottom:3px;
}
.powermail_fieldwrap_type_html .powermail_field,
.powermail_fieldwrap_type_text .powermail_field {
	width:100%
}
.checkbox label,
.radio label{
	font-weight:normal !important;
	width:100% !important;
	margin-bottom:0 !important;
}


.error {border:1px solid; color: #D8000C; background-color: #FFBABA; padding: 3px; }
/* END general powermail, style 1 */

.tx-damfrontend-pi2 a {
	color: #4B85AE;
	text-decoration: none;
	font-size: 13px; }
.tx-damfrontend-pi2 img {
	padding: 5px;
	border: 1px solid #ADADAD;
	margin: 0 0 5px 0; }
.tx-damfrontend-pi2 .ddl_container {
	border-top: 1px solid #ADADAD;
	padding: 15px 0 15px 0; }
.tx-damfrontend-pi2 .ddl_description {
	border-bottom: 1px solid #ADADAD;
	padding: 15px 0 15px 0; }
.tx-damfrontend-pi2 .ddl_file_description_text {
	float: left;
	clear: left;
	width: 150px;
	margin: 0 30px 0 0;
	text-align: center; }
.tx-damfrontend-pi2 .ddl_file_list {
	float: left;
	clear: right;
	list-style-type: none;
	padding: 0;
	margin: 0; }
.tx-damfrontend-pi2 .ddl_file_list_item {
	width: 250px; }
.tx-damfrontend-pi2 .ddl_file_list_item p.image {
	float: left;
	padding: 2px 0 0 0; }
.tx-damfrontend-pi2 .ddl_file_list_item p.image img {
	border: none;
	padding: 0;
	margin: 0; }
.tx-damfrontend-pi2 .ddl_file_list_item p.link {
	float: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 0; }

ul.csc-uploads img {border: 1px solid #ADADAD;}
ul.csc-uploads .li-first {border-top: 1px solid #ADADAD;}
ul.csc-uploads li {padding: 20px 0; border-bottom: 1px solid #ADADAD;}
ul.csc-uploads .thumb {clear:left; float: left; margin-left: 20px; width:160px;}
ul.csc-uploads img {padding: 10px;}
.csc-uploads-fileName a {font-size: 13px;font-weight: bold;}
ul.csc-uploads span.csc-uploads-fileName {margin-bottom: 30px;text-decoration:none;}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr; }

.ir br {
	display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
	content: "";
	display: table; }

.clearfix:after {
	clear: both; }

.clearfix {
	zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */ }
@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */ }
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important; }

	/* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited {
		color: #444 !important;
		text-decoration: underline; }

	/*
	a[href]:after {
		content: " (" attr(href) ")"; }
	*/

	abbr[title]:after {
		content: " (" attr(title) ")"; }

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; }

	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; }

	thead {
		display: table-header-group; }

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid; }

	img {
		max-width: 100% !important; }

	@page {
		margin: 0.5cm; }

	p, h2, h3 {
		orphans: 3;
		widows: 3; }

	h2, h3 {
		page-break-after: avoid; }

	#header, #bar, #mainnav, #topnav, #searchbox, #left {display:none;}
	#right {float:none; clear:both;}
	#content {float:none;margin:40px; width:auto;}
}
