body {
	background:url("/de/wLayout/design/img/bg.gif") repeat-x #dbe8f6;
	margin:0 auto 20px;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	color:#232323;
	text-align:center;
}

/* Minimum Height Solution */
#minheight { float:right;height:480px; width:1px; }  



#website {
	width:979px;
	margin:0 auto;
	text-align:left;
	background:url("/de/wLayout/design/img/web_bg.jpg") no-repeat top #ffffff;
}


.newsteaser {}
div .newsteaserhead h2 a {font-size:12px;padding-left:30px;font-weight:bold;fomt-family:Arial,Verdana,Tahoma,sans-serif;text-decoration:none; background:url("/de/img/pfeil.gif") no-repeat 0px;}
div .newsteaserimg img {float:left; margin-right:10px;}
div p a {}
hr.line {background:#D81B24 none repeat scroll 0 0;border:0 none;color:#D81B24;height:1px;}

/* Top-Navigation */
#top_navigation {
	padding:94px 0 48px 10px;
	background:url("/de/wLayout/design/img/icon_seperator.gif") no-repeat 35px 94px;
}

#top_navigation a {
	display:block;
	width:25px;
	height:13px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	text-indent:-900em;
	outline:none;
}

#top_navigation a.startseite { background-image:url("/de/wLayout/design/img/icon_haus.gif"); }
#top_navigation a.sitemap { background-image:url("/de/wLayout/design/img/icon_sitemap.gif"); }
#top_navigation a.kontakt { background-image:url("/de/wLayout/design/img/icon_mail.gif"); }


/* Area Definitions */
#area {
  background:url("/de/wLayout/design/img/slogans.png") no-repeat 0px bottom;
  height: 100%;
}




/* Main Navigation Definitions */
#navigation {
	float:left;
	width:175px;
	margin:0 0 0 1px;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li a {
	display:block;
	width:165px;
        margin:15px 0 0;
	padding:5px 0px 6px 10px;
        background:url(/de/wLayout/design/img/white_dot.gif) repeat-x bottom;
	font-weight:bold;
	color:#1051a4;
	text-decoration:none;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul li.aktiv a {
        background:url(/de/wLayout/design/img/white_dot.gif) repeat-x bottom #1051a4;
        color:#FFFFFF;
	text-decoration:none;
}

#navigation ul li ul {
  padding:0;
  margin:0;
}

#navigation ul li ul li a, #navigation ul li.aktiv ul li a {
	width:155px;
	color:#1051a4;
	font-weight:normal;
	text-decoration:none;
        margin:0;
        padding:5px 0px 5px 20px;
        background:none;
}
#navigation ul li ul li a:hover {
	text-decoration:underline;
}

#navigation ul li ul li.aktiv a {
	background:url(/de/wLayout/design/img/white_dot.gif) repeat-x bottom #1051a4;
        color:#FFFFFF;
	text-decoration:none;
}






/* Content Definitions */
#content {
	float:left;
	width:770px;
	padding:10px 0 70px 24px;
	line-height:17px;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
        border-left:1px solid #06549F;
}

#content p {
	margin-bottom:15px;
}

#content h1 {
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#2359aa;
	margin:0 0 22px;
}

#content h2 {
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2359aa;
	margin:12px 0 5px;
}

#inhalte {
  float:left;
  width:554px;
  overflow:hidden;
}

#sidebar {
  float:left;
  width:178px;
  padding:38px 0 0 22px;
}


.line hr {
        background:#d81b24 none repeat scroll 0 0;
        border:0 none;
        color:#d81b24;
        height:1px;
}


/* Inhalts Elemente */
div#inhalte .bildleiste {
  padding:9px 0;
}

div#inhalte .bildleiste span {
  float:left;
  display:block;
  margin-right:18px;
}

div#inhalte .bildleiste span a img {
  border:1px solid #000000;
}


div#sidebar .box {
  width:178px;
  background:url(/de/wLayout/design/img/right_box_bg.jpg) repeat-y;
  padding:0 0 1px;
  margin:0 0 15px;
}

div#sidebar .box h3 {
  background:url(/de/wLayout/design/img/box_bullet.gif) no-repeat 5px 9px;
  padding:3px 0 3px 16px;
  margin:0;
  font-family:Verdana, Arial, Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}

div#sidebar .box img {
  margin:0 1px 1px;
}

div#sidebar .box div.text {
  background:#FFFFFF;
  margin:0px 1px;
  padding:5px;
  font-size:11px;
  line-height:14px;
}


div#sidebar .box div.text span.bigtext {
  font-size:14px;
  color:#0C69C6;
}




/* Footer Definitions */
#footer {
	background:#1051a4;
	padding:4px 13px;
        margin:20px 0 0 0;
	color:#FFFFFF;
	font-size:10px;
        height: 13px;
}

#footer div {
	float:left;
	width:475px;
        height: 12px;
}

#footer div#links {
	text-align:right;
}

#footer div a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer div a:hover {
	text-decoration:underline;
}
#footer div.clear_left {
  width:auto !important;
  height:1px;
}







/* General Definitions */
.clear_left {
	clear:left;
	float:none !important;
}

.clear_both {
	clear:both;
	float:none !important;
}



a {
  color:#232323;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

a img {
  border:none;
}


a.file {
  padding:0 0 0 20px;
  background:url(/de/wLayout/design/img/icon_pdf.gif) no-repeat 0px 3px;
}

a.external {
  padding:0 0 0 13px;
  background:url(/de/wLayout/design/img/icon_external.gif) no-repeat 0px 3px;
}








/* Highslide Definitions */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(/de/wLayout/design/hs/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(/de/wLayout/design/hs/graphics/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/de/wLayout/design/hs/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(/de/wLayout/design/hs/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

