@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body-kachel.gif) top center repeat-y  ;
	color:#444444;
	font-size:12px;
	line-height:16px;
}
a {
	color:#006ea6;
	position:relative;
}
a:hover {
	color:#c00000;
}
p {
	margin: 0px;
	padding: 3px 0 10px 0;
}

.ruler {
	margin: 25px 0;
	border-bottom: 1px solid #006ea6;
}

h1, h1 a {
	color:#006ea6;
	font-size:21px;
	font-weight:normal;
	margin: 0px;
	padding: 8px 0 17px 0;
	text-decoration:none;
	line-height:20px;
}
h2 {
	color:#006ea6;
	font-size:17px;
	font-weight:normal;
}
h3 {
	color:#444444;
	font-size:13px;
	font-weight:bold;
}
  
#gesamteseite {
	background: url(../images/body-bg.jpg) top center no-repeat #d4d4d4; 
}
#page {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:840px;
}

#header {
	height:130px;
	position:relative;
}
#header #logo{
	margin: 35px 0px 25px 43px;
	border:none;
}
#header #languages {
	font-size:11px;
	color:#888888;
	float:right;
	width:218px;
	height:33px;
	background:url(../images/languages-bg.png) top left no-repeat;
	text-align:center;
	line-height:28px;
}
#header #languages a {
	text-decoration:none;
}
/*-----------------------------------------*/
#header #menue {
	background:url(../images/menue-bg.png) top left no-repeat transparent;
	height: 55px;
}
#header #menue ul{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style:none;
}
#header #menue ul li{
	float:left;
	/*padding: 0 0 0 26px;*/
}
#header #menue ul li a{
	/*padding: 0 26px 0 0;*/
	height: 29px;
	line-height:33px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#7a7a7a;
	position:relative;
	display:block;
	float:left;
	width:135px;
	text-align:center;
}
#header #menue ul li.aktiv{
	background:url(../images/tab-aktiv.png) top left no-repeat;
}
#header #menue ul li.aktiv a{
	/*background:url(../images/menue-right.png) top right no-repeat;*/
	color:#54544c;
}
#header #menue ul li.normal a:hover{
	color:#c00000;
}
/*-----------------------------------------*/
#content {
	padding: 0px 20px 20px 20px;
}
#content .colleft {
	float: left;
	width:250px;
}
#content .colright {
	float:right;
	width:520px;
}
#subnav {
	margin: 0;
	padding: 0;
	list-style:none;
}
#subnav a{
	display:block;
	color:#006ea6;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	text-align:right;
	padding: 0 15px 0 0;
	height:100%;
}
#subnav a:hover{
	color:#c00000;
	border-right: 3px solid #c00000;
	padding: 0 12px 0 0;
}
#subnav a.current{
	color:#22b6e8;
	border-right: 3px solid #22b6e8;
	padding: 0 12px 0 0;
}
#footer {
	background:url(../images/footer-bg.png) top left repeat-x transparent;
	height: 35px;
	font-size:10px;
	line-height:35px;
	color:#858585;
	clear:both;
}
#footer #inhalt {
	background:url(../images/footer-1bg.png) repeat transparent;
	width:840px;
	padding: 0 30px 0 30px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#footer #inhalt #links{
	float:right;
}
#footer #inhalt #links a{
	color:#006ea6;
	text-decoration:none;
	padding: 0 6px 0 12px;
}
#footer #inhalt #links a:hover{
	color:#c00000;
}
#footer #inhalt #links a.drucken{
	background:url(../images/druckenicon.gif) center left no-repeat;
}
#footer #inhalt #links a.top{
	background:url(../images/topicon.gif) center left no-repeat;
}
#footer #inhalt #links a.drucken:hover{
	background:url(../images/druckenicon_over.gif) center left no-repeat;
}
#footer #inhalt #links a.top:hover{
	background:url(../images/topicon_over.gif) center left no-repeat;
}
#aktuelles {
    width: 208px;
    height: 220px;
	margin: 0;
	float: left;
	padding: 80px 15px 0 25px;
	background: url(../images/teaser_aktuelles.gif) top left no-repeat;
}
#aktuelles h1 {
	color:#006ea6;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	text-decoration:none;
	line-height:15px;
}
.box {
	background:url(../images/box-bg.gif) top left no-repeat #ececec;
	padding: 5px 15px 15px 15px;	
}
.small {
	width:210px;
	min-height: 327px;	
	height: auto !important;	
	height: 327px;
	float: left;
}
.zitat {
	text-align:center;
	padding: 15px 0px;
	margin: 15px 0px;
	border-top: 1px solid #006ea6;
	border-bottom: 1px solid #006ea6;
}
.zitat blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	color:#666666;
	margin: 0px;
	padding: 0 0 8px 0;
}
.downloadlink {
	background-color:#22b6e8;
	border-left: 3px solid #006ea6;
	display:block;
	color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 2px 0px;
	text-decoration:none;
	font-weight:bold;
}
.downloadlink:hover {
	background-color:#c00000;
	border-left: 3px solid #990000;
	color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 2px 0px;
}
.headerimage {
	margin: 0px 0px 10px 0px;
}
.flashmovie {
	width: 510px;
	height: 300px;
	margin: 0 0 20px 20px;
	float: left;
}
.pfeillink {
	padding-left: 15px;
	background:url(../images/pfeilicon.gif) center left no-repeat;
}
.pfeillink:hover {
	background:url(../images/pfeilicon-over.gif) center left no-repeat;
}
.imageborder {
	border: 1px solid #c5c5c5;
}
.liste {
	list-style:none;
	margin: 0;
	padding: 0 0 0 20px;
}
.liste li {
	padding: 0 0 0 13px;
	background:url(../images/listicon.gif) 0px 5px no-repeat;
	margin: 0 0 4px 0;
}
.clr {
	clear: both;
	overflow:hidden;
	height:0px;
}
.initiative-mittelstand {
	border:0; 
	margin:10px 0 0 140px;
}
* html .initiative-mittelstand { /*nur für IE6*/
	border:0; 
	float:right;
	margin-right: 10px;
}

/* Highslide*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px;
}
.highslide:hover img {
	border: 0px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align: left;
}
.highslide-caption  ul{
    list-style-type: square;
	padding-left: 15px;
}
.highslide-caption li{
	padding-top: 3px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* HighSlide HTML */  
.highslide-html {
    background-color: #ececec;
	color: #444444;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: #ececec;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 10px 10px 0 10px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	color: #006ea6;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #c00000;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
