
/*** Reset ***/
* {
	border: 0;
	font-family: Arial, Verdana, Helvetiva;
	margin: 0;
	padding: 0;
}


/*** Body & global styles ***/
body, html {
	height: 100%;
	}

body {
	background: #bdbdbd url("../images/body_background.jpg") repeat-x;
	}

a {
	color: #ba1351;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.clearing {
	clear: both;
	}


/*** Body ***/
#ctBody {
	background: #7D113B;
	font-size: 12px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -60px;
	width: 950px;
	}

#push {
	height: 60px;
	}


/*** Columns ***/
#colLeft {
	float: left;
	width: 238px;
	}

#colCenter {
	float: left;
	width: 487px;
	}

#colRight {
	float: left;
	width: 215px;
	}


/*** Header ***/
#ctHeader {
	background: #fff;
	height: 100px;
	}

#ctHeader img {
	margin: 10px 0 0 44px;
	}


/*** Mood Image ***/
.mood {
	height: 110px;
	width: 238px;
	}


/*** Navigation: Meta ***/
#metaNavi {
	color: #aaa;
	float: right;
	font-size: 11px;
	margin: 20px 24px 0;
	}

#metaNavi a {
	color: #aaa;
	}

#metaNavi a:hover {
	color: #ba1351;
	text-decoration: none;
	}


/*** Navigation: Top ***/
.topNavi {
	list-style-type: none;
	}

.topNavi li {
	display: inline;
	}

.topNavi li a {
	color: #fff;
	display: block;
	float: left;
	height: 80px;
	position: relative;
	}

.topNavi li a:hover {
	text-decoration: none;
	}

.topNavi li.large a {
	background: url("../images/topnavi_large_passive.jpg");
	width: 238px;
	}

.topNavi li.small a {
	background: url("../images/topnavi_small_passive.jpg");
	width: 118px;
	}

.topNavi li a.active {
	font-weight: bold;
	}

.topNavi li.large a:hover, .topNavi li.large a.active {
	background: url("../images/topnavi_large_active.jpg");
	}

.topNavi li.small a:hover, .topNavi li.small a.active {
	background: url("../images/topnavi_small_active.jpg");
	}

.topNavi li a span {
	position: absolute;
	bottom: 0;
	padding: 0 0 10px 20px;
	cursor: pointer;
	}


/*** Navigation: Left-hand ***/
.sidenavi {
	list-style-type: none;
	}

.sidenavi li a {
	background: url("../images/sidenavi_btn_normal_passive.jpg");
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 218px;
	height: 40px;
	padding: 0 10px 0 20px;
	#width: 208px;
	#display: block;
	#height: 36px;
	#padding: 4px 10px 0 20px;
	}

.sidenavi li a:hover, .sidenavi li.active a {
	background: url("../images/sidenavi_btn_normal_active.jpg");
	text-decoration: none;
	}

.sidenavi li a.logged {
	background: url("../images/sidenavi_btn_members_passive.jpg");
	}

.sidenavi li a.logged:hover, .sidenavi li.active a.logged {
	background: url("../images/sidenavi_btn_members_active.jpg");
	}

.sidenavi li a.preview {
	background: url("../images/sidenavi_btn_closed_passive.jpg");
	}

.sidenavi li a.preview:hover, .sidenavi li.preview a.logged {
	background: url("../images/sidenavi_btn_closed_active.jpg");
	}


/*** Breadcrumb ***/
#breadcrumb {
	background: url("../images/breadcrumb_background.jpg") no-repeat;
	color: #bbb;
	font-size: 11px;
	height: 32px;
	padding: 28px 0 0 22px;
	}

#breadcrumb a {
	color: #bbb;
	}

#breadcrumb a:hover {
	color: #7d113b;
	text-decoration: none;
	}


/*** Content ***/
#content {
	background: url("../images/content_background.jpg") left bottom no-repeat;
	color: #777;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 10px 40px 60px 22px;
	}

#content h1, #content h2 {
	color: #a40043;
	font-family: Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	line-height: 130%;
	margin: 0.5em 0 1em 0;
	}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0.5em 0 0.8em 0;
	}

#content p {
	margin: 1em 0;
	}

#content ul {
	list-style-type: square;
	margin: 1em 0 1em 20px;
	}

#content ul#sitemap {
	font-weight: bold;
	}

#content ul#sitemap ul {
	font-weight: normal;
	}

ul#service {
	list-style-type: none;
	margin: 60px 0 0 0;
	border-top: 1px dotted #777;
	font-size: 11px;
	}

ul#service a {
	color: #999;
	}

ul#service a:hover {
	color: #ba1351;
	text-decoration: none;
	}

ul#service li {
	display: inline;
	margin-right: 10px;
	}


/*** Forms ***/
.cForm fieldset {
	margin: 1.5em 0;
	}

.cForm br {
	clear: left;
	}

.cForm label {
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 4px;
	}

.cForm input, .cForm textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 1px 1px 1px 2px;
	width: 280px;
	}

.cForm input.submit {
	width: 285px;
	margin-left: 120px;
	}

.cForm input.submit.small {
	width: 205px;
	}

.cForm .error {
	border: 1px solid #f00;
	}

.cForm .radio input {
	width: auto;
	float: left;
	margin: 3px 10px 0 0;
	border: 0;
	}

.cForm .radio label {
	width: 380px;
	padding-bottom: 6px;
	}

.errorMessage {
	color: #f00;
	}


/* History */
.history h3 {
	color: #7d113b;
	border-bottom: 1px dotted #7d113b;
	font-size: 16px;
	}

#content .history p {
	padding-left: 80px;
	margin: 0.4em 0 1.5em 0;
	}


/*** Search-Results ***/
#searchResults h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0 1em;
	text-indent: -1em;
	}

#searchResults p {
	margin: 0 0 1em 1.2em;
	}

#searchResults p.result {
	margin: 2em 0;
	}


/*** Boxes ***/
.teaserBox {
	background: #828282 url("../images/box_background.jpg") no-repeat;
	font-size: 11px;
	margin-top: 10px;
	width: 215px;
	}

.teaserBox h3 {
	color: #7d113b;
	font-size: 12px;
	padding: 14px 10px 0;
	}

.teaserBox p {
	color: #fff;
	padding: 8px 10px;
	}

.teaserBox a.more {
	background: url("../images/box_more_passive.jpg") repeat-x;
	color: #fff;
	display: block;
	height: 18px;
	text-align: right;
	padding: 4px 10px 0 0;
	}

.teaserBox a.more:hover {
	text-decoration: none;
	background: url("../images/box_more_active.jpg") repeat-x;
	}

.teaserBox fieldset {
	padding: 6px 0 10px;
	}

.teaserBox input {
	color: #444;
	font-size: 11px;
	margin: 2px 10px;
	padding: 1px 0 1px 4px;
	width: 190px;
	}

.clickable {
	cursor: pointer;
	}


/*** Footer ***/
#ctFooter {
	height: 60px;
	margin: 0 auto;
	width: 950px;
	}

#splitter {
	background: url("../images/body_footer_splitter.jpg") no-repeat;
	height: 20px;
	}

#footer {
	background: #fff;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	color: #999;
	font-size: 11px;
	height: 40px;
	}

#footer p {
	padding: 4px 22px 0 22px;
	}

#footer a {
	color: #999;
	}

#footer a:hover {
	color: #ba1351;
	text-decoration: none;
	}


/*** Misc ***/
.hideElement {
	display: none;
	}

.showElement {
	display: block;
	}

.fRight {
	float: right;
	}

a.pdf, a.link_external, a.xls {
	background: #eee url("../images/ico_pdf.gif") 6px center no-repeat;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 1px 0 1px 30px;
	margin-bottom: 2px;
	}

a.xls {
	background-image: url("../images/ico_xls.gif")
	}

a.link_external {
	background-image: url("../images/ico_link.gif")
	}

a.pdf:hover, a.xls:hover, a.link_external:hover {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	}

.request {
	color: #fff;
	display: block;
	margin: 4px 0 0 10px;
	}

a.teaserAktion {
	background: url("../images/teaser_aktion.jpg") left top no-repeat;
	display: block;
	width: 238px;
	height: 215px;
	}

a.teaserAktion:hover {
	background-position: left bottom;
	}

