/* Anpassungen maguro: */
body {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll!important;
	background-color: #3BB8E4;
	min-height: 1263px;
}

#background {
	background: url(../images/welle.jpg) no-repeat center top;
}

div#leftColContainer,
div#middleColContainer,
div#rightColContainer {
	padding-top: 0;
}

div#logoHeader {
	position: static!important;
}

div#breadcrumb a {
	float: left;
}

div#middleColContainer {
	margin-right: 0;
	width: 478px!important;
}

.mainContent {
	margin-right: 12px;
	float: left;
}
.mainContent.full {
	width: 446px;
	margin-bottom: 12px!important;
}
.mainContent.half {
	width: 207px;
	margin-bottom: 12px!important;
}

.mainContent.half p {
	margin: 5px 0;
}

.mainContent img.thickbox {
	margin-top: 10px;
}

img.textblock-image.left {
	float: left;
	margin: 15px 10px 0 0;
}
img.textblock-image.right {
	float: right;
	margin: 15px 0 0 10px;
}

#rightColContainer h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 11px; /* <- Wer hat damit angefangen?! */
	border: none;
	font-weight: bold;
}

a.button {
	background: black;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
	font-size: 11px;
}
a.button.right {
	float: right;
}

.mainContent table {
	border-collapse: collapse;
}
.mainContent table tr td {
	border-bottom: 1px dotted #fff;
	padding-right: 10px;
}

#newsletter .item {
	margin-bottom: 8px;
}

#newsletter label {
	float: left;
	width: 52px;
	font-weight: bold;
}
#newsletter input {
	width: 150px;
	height: 15px;
	background: #113F57;
	border: 1px solid #2FACDC;
	color: #fff;
}
#newsletter .error input {
	background-color: #dc143c;
}
#newsletter input.button {
	background: #000;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	border: 0;
}

div#footer {
	margin-bottom: 150px;
	margin-right: 0;
	width: 703px;
}
	div#footer_nav {
		height: auto!important;
	}
	* html div#footer_nav { /* IE6 */
		width: 713px!important;
	}

/* Clearfix: */
.mainContent:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* = gallery / lightbox
-------------------------------------------------- */
body #TB_window {
	background: transparent;
	border: 0;
}

body #TB_window #TB_title {
	background: transparent;
}

body #TB_window #TB_title #TB_closeAjaxWindow {
	position: relative;
	top: 3px;
	right: 15px;
	background: #fff;
	padding-left: 10px;
}

body #TB_window #TB_ajaxContent {
	overflow: hidden;
}

#gallery {
	overflow: hidden;
}

#gallery * {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 13px;
	padding: 0;
	border: 0;
	margin: 0;
}

#gallery #thumbs {
	float: left;
	width: 230px;
}

#gallery #thumbs .thumbs {
	list-style: none;
}

#gallery #thumbs .thumbs li,
#gallery #thumbs .thumbs li a {
	overflow: hidden;
	float: left;
	width: 63px;
	height: 42px;
}

#gallery #thumbs .thumbs li {
	background: #fff;
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
}

#gallery #thumbs .thumbs li:hover,
#gallery #thumbs .thumbs li:focus,
#gallery #thumbs .thumbs li:active,
#gallery #thumbs .thumbs li.selected {
	border: 1px solid #d3ff04;
}

#gallery #thumbs .thumbs li a img {
	width: 63px;
}

#gallery #thumbs .pagination {
	clear: both;
	text-align: right;
	width: 215px;
}

#gallery #thumbs .pagination .current,
#gallery #thumbs .pagination a {
	text-decoration: none;
	color: #fff;
	padding-left: .3em;
}

#gallery #thumbs .pagination .current {
	font-weight: bold;
}

#gallery #thumbs .pagination a:hover,
#gallery #thumbs .pagination a:focus,
#gallery #thumbs .pagination a:active {
	color: #d3ff04;
}

#gallery #slideshow {
	float: right;
	background: #fff;
	width: 500px;
	padding: 20px;
}
