body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg.gif) repeat-x;
	text-align: center;
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #014596;
}
a:hover {
	border-bottom: 1px dotted #014596;
}
a.goout:link {
	background: url(../images/thelink.gif) no-repeat 100% 0;
	padding: 0 10px 0 0;
	color: #666666;
}
a.goout:visited {
	background: url(../images/thelink.gif) no-repeat 100% 0;
	padding: 0 10px 0 0;
	color: #666666;
}
a.goout:hover {
	background: url(../images/thelink.gif) no-repeat 100% 0;
	padding: 0 10px 0 0;
	color: #666666;
}
/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Arial', Georgia, Times, Sans-Serif;
	color: #014596;
	margin: 10px 20px 7px 20px;
}
h1 {
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 2.8em;
	font-weight: normal;
}
h3 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-top: 15px;
}
h4 {
	font-size: 1.4em;
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
	color: #1980AF;
}
dd {
	padding-left: 20px;
}
p, dl {
	margin: 10px 20px;
}
/* Images */
img {

	border: 1px solid #E4E4E4;
	padding: 6px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
strong {
	font-weight: bold;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;
}
tr {
	background: #FFF;
}
tr.altrow {
	background: #F9F9F9;
}
th, td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
th {
	color: #555;
	background: #F8FAFD;
	padding: .8em 1em;
	border-color: #D8EBF5;
}
td {
	border-color: #EFEFEF;
	padding: .7em 1em;
}
/* end - table */


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrapping {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/* Header */
#header {
	position: relative;
	margin: 0 auto;
	height: 245px;
}
#header h1#logotext {
	margin: 0;
	padding: 0;
}
#header h1#logotext a {
	position: absolute;
	margin: 0;
	padding: 0 5px 0 0;
	font: bold 30px 'Arial', 'Helvetica Neue', Trebuchet MS, Sans-Serif;
	letter-spacing: -2px;
	color: #014596;
	text-decoration: none;
	top: 31px;
	left: 32px;
	width: 370px;
}
#header h1#logotext a:hover {
	border: none;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #999;
	top: 112px;
	left: 32px;
	width: 305px;
}
#header #header-image {
	position: absolute;
	top: 12px;
	right: 30px;
	width: 292px;
	height: 234px;
	background: url(../images/brueder.png) no-repeat;
}
/*  navigation  */
#header #nav {
	position: absolute;
	left: 0px;
	bottom: 20px;
	margin: 0;
	padding: 0 0 0 20px;
	width: 900px;
	border-bottom: 1px solid #F2F2F2;
}
#header #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header #nav ul li a:link, #header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #666666;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;
	border-right: 1px solid #EEE;
}
#header #nav ul li a:hover, #header #nav ul li a:active {
	border: none;
	color: #000;
	border-right: 1px solid #EEE;
}
#header #nav ul li#current a {
	background: transparent url(../images/auswahl.gif) repeat-x left bottom;
	color: #222;
}
#header #nav ul li.first a:link, #header #nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;
}
/* beschreibungbox Block */
#beschreibungbox {
	clear: both;
	background: #F8FAFD;
	border: 1px solid #DCF1FB;
	margin: 3px 0 15px 10px;
	padding-bottom: 20px;
	width: 900px;
}
#beschreibungbox h2 {
	font: normal 3.8em 'Arial', Georgia, Times, Serif;
	color: #295177;
	letter-spacing: -2.0px;
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;
}
#beschreibungbox h2 a {
	color: #014596;
	border: none;
}
#beschreibungbox .image-block {
	float: left;
	width: 330px;
	margin: 20px 0 0 25px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 1px solid #DCF1FB;
}
#beschreibungbox .image-block img {
	background: #FFF;
	border: 1px solid #DFEAF0;
	padding: 12px;
}
#beschreibungbox .text-block {
	float: right;
	width: 510px;
	margin: 15px 25px 0 0;
	display: inline;
}
/* Content */
#content-aussen {
	clear: both;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}
#content-wrapping {
	float: left;
	width: 960px;
	background: transparent url(../images/punktlinie.gif) repeat-x;
}
#content {
	float: left;
	width: 900px;
	margin-left: 10px;
	display: inline;
	padding-bottom: 40px;
}
/* columns */
#left {
	width: 960px;
	float: left;
	padding-top: 15px;
}
#right {
	width: 285px;
	float: right;
	padding-top: 5px;
}
#right h3 {
	margin-left: 10px;
}
#left h2 {
	font: normal 3.6em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -2.2px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #EBEBEB;
}
#left h2 a {
	color: #444;
	border: none;
}
#left .inhalt {
	background: url(../images/punktlinie.gif) repeat-x left bottom;
	padding-bottom: 15px;
}
#left .inhalt h3 a {
	color: #444;
	border: none;
}

/* footer */
#footer-aussen {
	clear: both;
	float: left;
	width: 960px;
	background: url(../images/punktlinie.gif) repeat-x;
	font-size: .9em;
	color: #014596;
}
#footer-wrapping {
	float: left;
	width: 900px;
	margin-left: 10px;
	display: inline;
}
/* footer-bottom */
#footer-bottom {
	float: left;
	clear: both;
	background: url(../images/foo.gif) repeat-x;
	width: 960px;
	height:98px;
	margin: 30px auto 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;
	color: #014596;
	border: 1px dotted #014596;
}
#footer-bottom a:hover {
	border: none;
	color:#666666;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
/* pagenavigation */
.page-navigation {
	margin: 10px 20px 10px 20px;
	padding: 5px 15px;
	background: #F9F9F9;
	border: 1px solid #F0F0F0;
	width: 510px;
}
.page-navigation a:hover {
	border: none;
	color: #666666;
}
/* thumbnails */
p.thumbs {
	padding: 10px 0 0 0px;
	margin: 0 0 0 15px;
}
p.rahmen {
	margin: 3px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}
.thumbs img {
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
	border: 1px solid #EDEDED;
}
.thumbs img:hover {
	border: 1px solid #D2D2D2;
}
.thumbs a:hover {
	background-color: transparent;
	border: none
}
/* alignment classes & additional classes*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.no-border {
	border: none;
}
.no-bg {
	background: none;
}
/* clearing */
.clearer {
	clear: both;
}
.clear {
	display: inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxContent {
	margin-top:20px;
}
#cboxLoadedContent {
	background:#000;
	padding:5px;
}
#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-32px;
	background:url(../images/controls.png) top left no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:bottom left;
}
#cboxNext {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-32px;
	background:url(../images/controls.png) top right no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:bottom right;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(../images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	background:url(../images/controls.png) top center no-repeat;
	width:38px;
	height:19px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:bottom center;
}
