@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
  text-decoration: none;
  font-size: 1em;
}

html {
	height: 100%;
	background: #fff url('../images/bg_html_06.gif') fixed;
}

body {
	background: url('../images/bg_shadow.png') repeat-y top center;
	font: normal 100% Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #08306e;
}

a:link {
	/*color: #f1b324;*/
color: #de941d;
}

a:visited {
	color: #3776bd;
}

a:hover, a:focus {
	color: #95b5de;
}

a:active {
}

h1 img {
	font-size: 0.8em;
}

h1 em {
	color: #f1b324;
	font-style: normal;
}

h2,
h3,
caption,
legend,
.event dd.subject {
	/*color: #f1b324;*/
color: #de941d;
	margin-bottom: 0.5em;
	font-weight:bold;
}

h2 {
	font-size: 1.4em;
clear: both;
}

h3 {
	font-size: 1.2em;

}

p,
address {
	margin: 0 0 1em 0;
}

.nosep {
	margin: 0 0 0.1em 0;
}

.minisep {
	margin: 0 0 0.2em 0;
}

.smallsep {
	margin: 0 0 0.4em 0;
}

.middlesep {
	margin: 0 0 0.7em 0;
}

.normalsep {
	margin: 0 0 1.2em 0;
}

.largesep {
	margin: 0 0 1.7em 0;
}

.hugesep {
	margin: 0 0 2.0em 0;
}


em,
blockquote * {
	font-style: italic;
}



.nowrap {
	white-space: nowrap;
}

.show-on-js{
   display: none;
}

/* ----- structure ----- */
#outer-container {
	margin: 0 auto;
	width: 900px;
	min-height: 700px;
	background: #fff;
	position: relative;
}

#outer-container:after,
#content .addresslist li.box:after,
.teaserlist:after,
dl.event:after,
.formlist li:after,
.bibliography dl:after,
#TB_secondLine:after {
	content: ".";
	display: block;
	height: .1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	overflow: hidden;
}

/* ----- header ----- */
#header {
	position: relative;
	background: #bad5f0 url('../images/bg_header.jpg') no-repeat;
	height: 200px;
	padding: 0 0 0 30px;	
}

#header img {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

h1#header {
	font-size: 20px;
}

/* ----- versteckte Elemente ----- */
.skip,
#mainnavi span,
#subnavi span,
#footernavi span,
.event dt.subject {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

/* ----- Hauptnavigation ----- */
#mainnavi {
	background: #08306e;
	border-top: 4px solid #f1b324;
	padding-left: 20px;
}

#mainnavi li {
	display: inline-block;
	padding: 0 0.8em;
}

#mainnavi li.first {
	padding-left: 0;
}

#mainnavi a,
#mainnavi strong {
	display: block;
	padding: 0.6em 0;
	font-weight: bold;
	font-size: 0.8em;
}

#mainnavi a:link,
#mainnavi a:visited {
	color: #bad5f0;
}

#mainnavi a:hover,
#mainnavi a:focus,
#mainnavi strong,
#mainnavi .activepath a {
	color: #f1b324;
	background: url('../images/bg_mainnavi.png') no-repeat center top;
}

/* ----- Unternavigation ----- */
#subnavi {
	float: right;
	background: #bad5f0;
	width: 180px;
	padding: 30px 0;
	margin-bottom: 30px;
}
#subnavi li a,
#subnavi li strong {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#subnavi a,
#subnavi strong {
	padding-left: 20px;
	display: block;
	font-size: 0.9em;
}

#subnavi a:link,
#subnavi a:visited,
#subnavi ul li.activepath li a {
	color: #08306e;
}

#subnavi a:hover,
#subnavi a:focus,
#subnavi strong,
#subnavi ul li.activepath a,
#subnavi ul li.activepath li a:hover {
	color: #fff;
}

#subnavi li ul {
	background: #95b5de;
	padding-top: 0.2em;
	margin-top: 0.2em;
}

#subnavi li ul a,
#subnavi li ul strong {
	padding-left: 30px;
}

#subnavi li li ul {
	background: #679ad3;
	padding-top: 0.2em;
	margin-top: 0.2em;
}

#subnavi li li ul a,
#subnavi li li ul strong {
	padding-left: 45px;
}

/* ----- Fußnavigation ----- */
#footernavi {
	width: 550px;
	margin-left: 20px;
}

#footernavi li {
	display: inline-block;
	padding: 0 1em;
	margin: 0.5em 0;
	border-left: 1px solid #bad5f0;
}

#footernavi li.first {
	padding-left: 0;
	border: none;
}

#footernavi a,
#footernavi strong {
	display: block;
	font-size: 0.7em;
}

#footernavi a:link,
#footernavi a:visited {
	color: #bad5f0;
}

#footernavi a:hover,
#footernavi a:focus,
#footernavi strong {
	color: #f1b324;
}

/* ----- Subnavi Container ----- */
#subnavi-container {
	width: 180px;
	float: left;
}

#subnavi-container img.eyecatcher {
	margin: 0 10px 1em 10px;
}


/* ----- Inhalt -----  */
#content {
	float: right;
	width: 420px;
	padding: 30px;
	font-size: 0.8em;
	position: relative;
}

.footnote,
.resource {
	font-size: 0.8em;
}

#content strong,
#sidebar strong {
	font-weight: bold;
}

/* ----- Zitate ----- */
#content div.statement {
	border: 1px solid #f1b324;
	padding: 0.5em 0.5em 0.5em 2em;
	margin-bottom: 1.5em;
}

#content li.statement {
	margin-bottom: 1.5em;
}

#content .statement .cite {
	margin-bottom: 0;
}

#sidebar .statement {
padding-right: 20px;
}

/* ----- Listendefinitionen im Inhalt ----- */

#content ul,
#content dl {
	margin-bottom: 1em;
}

ul.contentlist li,
ul.linklist li {
	list-style-image: url('../images/list_orange.gif');
	margin-bottom: 0.4em;
	margin-left: 2em;
}

ol.contentlist li {
	list-style-type: decimal;
	margin-bottom: 0.4em;
	margin-left: 2em;
}

dl.contentlist dt,
dl.glossary dt {
	color: #f1b324;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight:bold;
	font-size: 1.2em;
}

dl.contentlist dd,
dl.glossary dd {
	padding: 0.2em 0;
}

#content .box {
	font-size: 0.9em;
	margin-bottom: 1.5em;
	clear: both;
}

#content .box img {
	vertical-align: bottom;
}

/* ----- Downloadliste, Infothek, Presseliste und Literaturliste ----- */
#content .downloadlist .box,
#content .presslist .box,
#content .infotheklist .box,
#content .bibliography .box {
	min-height: 141px;
}

#content .downloadlist .box h3,
#content .downloadlist .box p,
#content .presslist .box h3,
#content .presslist .box p,
#content .infotheklist .box h3,
#content .infotheklist .box p,
#content .bibliography .box h3,
#content .bibliography .box p {
	max-width: 310px;
}

#content .downloadlist .box .imagelink,
#content .presslist .box .imagelink,
#content .infotheklist .box .imagelink,
#content .bibliography .box .imagelink {
	float: right;
	width: 100px;
border: 1px solid #ccc;
}


/* ----- Adressliste ----- */
#content .addresslist .name {
	font-weight: bold;
}

#content .addresslist .district {
	display: block;
	margin-bottom: 1em;
}


#content .addresslist img.contact-person {
	display: block;
	float: left;
	width: 120px;
	height: 160px;
	margin: 0 10px 1em 0;
}

#content .addresslist address {
	width: 290px;
	float: left;
}

#content .addresslist address dfn {
	display: inline-block;
	width: 4em;
}

#content .addresslist p.description,
#content .addresslist p.link {
	clear: both;
}


/* ----- Systempartner und Referenzen ----- */
#content .sp-list .box,
#content .referencelist .box {
	position: relative;
	min-height: 100px;
}

#content .sp-list .box a.imagelink,
#content .referencelist .box a.imagelink {
	display: block;
	position: absolute;
	top: 0;
	left: 450px;
}

/* ----- Detailangaben Bücher ----- */
.bibliography dl {
float: left;
width: 310px;
}

/* ----- Veranstaltungsliste ----- */
dl.event {
	clear: both;
	margin-bottom: 1em;
}

.event dt,
.bibliography dl dt {
	width: 20%;
	float: left;
	clear: both;
}

.event dd,
.bibliography dl dd {
	padding-bottom: 0.3em;
	width: 80%;
	float: left;
}


/* ----- Logoliste ----- */
.logolist li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 15px 0;
}


/* ----- Tabellen ----- */
table {
	margin-bottom: 1em;
}

caption {
	text-align: left;
	font-size: 1.2em;
}

th,
td {
	padding: 0.5em 1em 0.5em 0;
	text-align: left;
	vertical-align: top;
}

/* ----- Formulare -----*/
input,
select,
textarea {
	border: 1px solid #000;
}

input[type="submit"],
input[type="reset"] {
	width: 6em;
	background: #ccc;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
	background: #aaa;
	border: 1px solid #fff;
}

.formlist {
	margin-bottom: 1em;
}

.formlist li {
	padding-bottom: 0.3em;
}

.formlist label {
	display: block;
	float: left;
	width: 30%;
clear: both;
}

.formlist label.required {
	color: red;
}

.formlist select,
.formlist input,
.formlist textarea {
	width: 60%;
	display: block;
	float: right;
}

.checkbox li label {
	width: 85%;
	clear: both;
}

.checkbox li input {
	width: 5%;
border: none;
}

.formlist input[type="radio"] {
	width: 1em;
	border: none;
}

/* ----- Formular Nutzwertanalyse ----- */
.nutzwertanalyse fieldset {
	border-bottom: 1px dotted #F1B324;
	margin-bottom: 1em;
}

.nutzwertanalyse fieldset p {
	width: 70%;
	float: left;
	margin-right: 5%;
}

.nutzwertanalyse fieldset ul {
float: left;
width: 25%;
}


.nutzwertanalyse li input {
	display: inline-block;

	width: 15%;

	vertical-align: bottom;
	border: none;
}

.nutzwertanalyse li label {
	display: inline-block;
	width: 80%;
}





/* ----- Impressum ----- */


address dfn {
	float: left;
	width: 5em;

}

.contactdata,
#impressum .steuernummer {
	display: block;
	margin-top: 1em;
}


/* ----- Sidebar ----- */
#sidebar {
	float: right;
	width: 240px;
	padding: 30px 0;
	font-size: 0.8em;
}

#sidebar .image-title {
	margin: -30px 0 1em 0;
}

#sidebar .box {
	border-bottom: 1px solid #08306e;
	padding-right: 20px;
	margin-bottom: 1em;
	background: url('../images/bg_item.gif') no-repeat bottom right;
}

#sidebar .box-image {
	float: left;
	width: 110px;
}

/* ----- Zusammenfassungen ----- */
#sidebar ul.summary {
	padding-right: 20px;
	font-size: 0.9em;
	margin-bottom: 2em;
}

#sidebar ul.summary li {
list-style-image: url('../images/list_orange.gif');
	margin: 0 0 1em 20px;
}

#bsb #sidebar ul.summary li {
	list-style-image: url('../images/list_bsb.gif');
}

#sidebar ul.sip li {
	list-style-image: url('../images/list_sip.gif');
}

#sidebar ul.doc li {
	list-style-image: url('../images/list_doc.gif');
}

#sidebar ul.pm li {
	list-style-image: url('../images/list_pm.gif');
}

#sidebar ul.dl li {
	list-style-image: url('../images/list_dl.gif');
}

/* ----- Fazit ----- */
#sidebar .fazit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 240px;
	background: #F1B324;
	font-size: 0.9em;
}

#sidebar .fazit p {
	padding: 0 20px;
}

#sidebar .fazit p strong {
	font-size: 1.6em;
}

#sidebar .fazit h2 {
	background: #08306E;
	width: 200px;
	padding: 0.5em 20px;
}


/* ----- Sidebar Landkarte*/
#sidebar .karte {
	position: relative;
	background: url('../images/content/karte.gif') no-repeat;
	width: 240px;
	height: 300px;
	margin-bottom: 1em;
}

#sidebar .karte a {
	position: absolute;
	display: block;
}

#sidebar .karte a img {
	display: block;
	visibility: hidden;
}

#sidebar .karte a:hover {
	background-color: transparent;
}

#sidebar .karte a:hover img{
	visibility: visible;
}

#sidebar .karte a.nrw {
	top: 100px;
	left: 20px;
	width: 83px;
	height: 80px;
	z-index: 5;
}

#sidebar .karte a.mitte {
	top: 83px;
	left: 64px;
	width: 168px;
	height: 104px;
	z-index: 4;
}

#sidebar .karte a.nord {
	top: 2px;
	left: 40px;
	width: 186px;
	height: 144px;
	z-index: 3;
}

#sidebar .karte a.suedwest {
	top: 157px;
	left: 20px;
	width: 103px;
	height: 131px;
	z-index: 2;
}

#sidebar .karte a.bayern {
	top: 173px;
	left: 88px;
	width: 117px;
	height: 124px;
	z-index: 1;
}

/* ----- footer ----- */
#footer {
	background: #08306e;
	width: 900px;
	margin: 0 auto;
}

#footer p {
	color: #bad5f0;
	float: right;
	text-align: right;
	width: 220px;
	padding: 0.2em 20px 0.2em 0;
	font-size: 1.2em;
}

#footer p em {
	color: #f1b324;
	font-style: normal;
}

/* ----- Fontsizer ----- */
#fontsizer {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fontsizer li {
	display: inline-block;
	font-size: 0.8em;
	margin-left: 0.2em;
}

#fontsizer a {
	display: inline-block;
	width: 1.5em;
	padding: 0.2em 0;
	text-align: center;
	background: #bad5f0;
	border: 1px solid #08306e;
}

#fontsizer a:link,
#fontsizer a:visited {
	color: #08306e;
}

#fontsizer a:hover, a:focus {
	color: #bad5f0;
}


/* ----- Thickbox ----- */
#TB_window {
    color: #333333;
}
#TB_secondLine {
  font-size: 0.8em;
  color:#666666;
margin-bottom: 0.5em;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;


  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window {
  position: fixed;

  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

#TB_window img#TB_Image {
  display:block;
width: 94%;
  margin: 0.5em 3% 0 3%;
  border: 1px solid #666;
}
#TB_caption{
width: 94%;
  padding: 0.5em 3%;
font-size: 0.8em;
}

#TB_secondLine p {
float: left;
margin: 0;
}

.TB_imageCount {
width: 30%;
}

.TB_Prev_Next {
width: 40%;
text-align: center;
}

#TB_closeWindow {
width: 30%;
text-align: right;
float: right!important;
}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}