@charset "UTF-8";
:focus {
	outline: none;
}
a {
	transition: color 0.5s ease-in 0s;
	-moz-transition: color 0.5s ease-in 0s;
	-webkit-transition: color 0.5s ease-in 0s;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float:left;
}
.print {
	display: none;
}
.cc_container .cc_btn {
background-color: rgb(204,221,176) !important; /* Farbe des Buttons für Cookies */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: rgb(199,226,226) !important; /* Hintergrundfarbe des gesamten Bereichs für Cookies */
color: rgb(0,123,127) !important; /* Schriftfarbe des gesamten Bereichs für Cookies */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" für Cookies */
}
body {
	height: 100%;
	font-family: Verdana, sans-serif;
}
#container {
	background: #f7f7f7;
	width: 1024px;
	min-height: 842px;
	padding: 25px 68px 0 10px;
}
aside.left {
	float: left;
	width: 169px;
	height: 100%;
	margin-right: 21px;
}
aside.right {
	float: left;
	width: 756px;
	height: 100%;
}
header {
}
.header-height-100 header {
	height: 100px;
}
.header-height-200 header {
	height: 200px;
}
header aside.left {
	background: #eee;
}
header aside.right {
	background: #fff;
}
section#middle {
}
.middle-height-110 section#middle {
	height: 110px;
}
section#navigation {
	height: 36px;
}
section#navigation aside.right, section#navigation aside.left {
	background: #ddd;
}
section#navigation aside.right nav li a {
	color: #000;
	text-decoration: none;
}
section#spacer aside.right, section#spacer aside.left {
	background: #bbb;
}
section#xtraspacer aside.right, section#xtraspacer aside.left {
	background: #aaa;
}
.middle-wo-xtraspacer section#xtraspacer {
	height: 0px;
}
.middle-w-xtraspacer section#xtraspacer {
	height: 10px;
}
.middle-wo-xtraspacer section#spacer {
	height: 74px;
}
.middle-w-xtraspacer section#spacer {
	height: 64px;
}
.content-height-471 section#content,
.content-height-471 section#innerContent,
.content-height-471 section#content aside.left,
.content-height-471 section#content aside.right{
	min-height: 471px;
}
.content-height-571 section#content,
.content-height-571 section#innerContent,
.content-height-571 section#content aside.left,
.content-height-571 section#content aside.right{
	min-height: 571px;
}
section#content {
}
section#content aside.left {
	background: #ccc;
}
section#content aside.left .invisible {
	visibility: hidden;
}
section#content aside.right {
	background: #fff;
}
section#innerContent {
	margin: 0 60px 0 103px;
}
.content-col {
	background: #ccc;
	height: 100%;
}

.content-1-col #content-col-1 {
	width: 100%;
}
.content-1-col #content-col-2, .content-1-col #content-col-3 {
	display: none;
}
.content-2-1-col #content-col-3 {
	display: none;
}
.content-2-1-col #content-col-1 {
	width: 388px;
	margin-right: 22px;
	float: left;
}
.content-2-1-col #content-col-2 {
	width: 183px;
	float: left;
}
.content-2-1-col #content-col-2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.content-3-col .content-col {
	width:  183px;
	float: left;
}
.content-3-col #content-col-1, .content-3-col #content-col-2 {
	margin-right: 22px;
}
footer {
	height: 36px;
	clear:both;
}
