/* Farben:
  grauer seitenhintergrund: #C8D2F0;
  grauer Texthintergrund: #EBF0FF;
  blau für menü und balken: #0C045A;
blau aus verlauf BCB6D4;
 #9169A1; 
 #5F0E87;
 #D80E25;
 #DD137B;
 #F68754;
 #FFFBB4;
 #FFFC01;
 #FFF500;
*/

* {
  margin: 0;
  padding: 0;
}

.clearall
{
  clear: both; 
  height:0px;
}

body
{
  background-color: #C8D2F0; 
  font-size: 0.8em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #D80E25;
  min-width: 800px;
}

a:link
{
  color: #5F0E87;
  text-decoration: none;
}

a:visited
{
  color: #5F0E87;
  text-decoration: none;
}

/* ************** KOPF / BANNER *************** */

#headerlinks, #headermitte, #headerrechts
{
  height: 100px;
  min-height: 7.5em; 
  background-color: #93B3D4;
  top: 5px;
}

#headerlinks
{
  width: 19em;
  position: fixed;
  left: 1em;
  z-index: 2;
  float: left;
}
* html #headerlinks { position: absolute; top: 5px; left: 1em;}

#headerrechts
{
  width: 10em;
  position: fixed;
  right: 1em;
  float: right;
  z-index: 2;
  background-image: url(images/burglogo.png);
  background-position: center;
  background-repeat: no-repeat;
}
* html #headerrechts { position: absolute; top: 5px; right: 1em; background-image:url(images/burglogo_ie.jpg); }

#headermitte
{
  position: absolute;
  left: 20em;
  right: 11em;
  z-index: 1;
  background-image: url(images/banner.jpg);
  background-position: left;

  background-repeat: no-repeat;
  background-color: #93B3D4;
}

* html #headermitte {position: absolute; width: 70%; left: 20em; right: 11em; z-index: 1; background-image: url(images/banner.jpg); background-position: left; background-repeat: no-repeat;}

#headerlinks h1
{
  color: #0C045A;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 220%;
}

#headermitte h2
{
  color: #0C045A;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 220%;
}

/* ************** MENU *************** */

#menu, #servicemenu
{
  font-weight: normal;
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: black;
  position: fixed;  
  top: 118px;
}
* html #menu, * html #servicemenu { position: absolute;} 

#menu
{
  left: 1em;
  width: 19em;
  float: left; 
}

#servicemenu
{  
  right: 1em;
  width: 10em;
  float: right;
}

#menu ul, #servicemenu ul
{ 
  width: 10em;
  padding-top: 4px;
}

#menu ul ul
{
  position: absolute;
  top: 0;
  left: 11em;
  width: 8em;
  padding-top: 4px;
  display: none;
}


#menu ul ul li
{
  font-size: 90%;
}
* html #menu ul ul li a { font-size: 90%; }

#menu ul li, #servicemenu ul li
{
  list-style-type: none;
  margin-bottom: 4px;
}
* html #menu, * html #servicemenu li { margin: 0px;}


#menu ul li a, #servicemenu ul li a
{ 
  height: 1.5em;
  line-height: 1.4em; 
  display: block;
  padding-left: 10px; 
}

#menu ul li a
{
  color: black;
  background-color: #93B3D4;
}
* html #menu ul li a, * html #servicemenu ul li a {border-bottom: 0;}

#menu > ul > li.here
{
  padding-left: 15px;
  color: black;
  background-color: #B8C2E0;
  line-height: 1.4em;
  height: 1.5em;
}

#menu ul ul li.here a
/* gerade aktiver Hauptmenu-Punkt */
{
  color: black;
  background-color: #B8C2E0;
  line-height: 1.4em;
  height: 1.5em;
  border-left: 0;
  padding-left: 10px;
}


#menu ul li li a
{
  color: black;
  border: 0;
  padding-left: 4px;
}

#servicemenu ul li a
{
  color: black;
  display: block; 
  background-color: #B8C2E0;
  border-left: 5px solid #B8C2E0;
}

#menu ul li li
{
  border-bottom: 1px dotted #C8D2F0;
  background-color: #93B3D4;
  border-left: 0;
  height: 1.5em;
  line-height: 1.4em; 
  margin: 0;
}

#menu ul li li.last
/* der unterste submenuepunkt nicht mit gestrichelter Linie */
{
  border-bottom: 0;
}

#menu ul li
{
  overflow: hidden;
}

#menu ul li.here ul 
{
  display: block;
}

#menu ul li a:hover
{
  background-color: #EBF0FF; color: white;
}

#servicemenu ul li a:hover
{
  background-color: #EBF0FF; color: black; 
}

/* ************** INHALT *************** */

div.inhalt
{ 
  margin-top: 118px;
  margin-bottom: 10px;
  padding-top: 0px;
  background-color: #EBF0FF;
  margin-left: 21em;
  margin-right: 12em;
}

div.inhalt h2, div.inhalt h3
{
  padding: 10px;
  padding-top: 5px;
  padding-left: 40px;
  font-weight: bold;
  background-color: #EBF0FF;
  color: black;
  line-height: 2em;
  min-height: 1.3em;
  font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
  font-size: 100%;
  border-top: 4px solid #C8D2F0;
}

div.inhalt h2
{
  font-size: 140%;
  vertical-align: middle;
}

div.inhalt h3
{
  border-bottom: 1px dotted #C8D2F0;
}

div.inhalt h4, div.inhalt h5
{
padding-top: 3px;  
font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  background-color: #EBF0FF;
  color: black;
}
div.inhalt h5
{
  padding-top: 10px;
  padding-left: 10px;
}


div.inhalt a:link
{ 
  text-decoration: none;
  color: #5F0E87; 
}

div.inhalt a:visited
{
  text-decoration: none;
  color: #5F0E87;
}

div.inhalt a:hover
{
  text-decoration: underline;
}

div.inhalt p, div.inhalt code, div.inhalt ul, div.inhalt ol, div.inhalt quote, div.inhalt q
{
  background-color: #EBF0FF;
  color: black;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

div.inhalt ul
{
  list-style-image: url(./images/square.png);
}

div.inhalt ul li, div.inhalt ol li
{
  list-style-position: outside;
  margin-left: 18px;
}

div.inhalt ul ul li
{
  margin-left: 50px;
}

div.inhalt ul li p
{
  padding: 0;
}

div.inhalt code
{
  font-family: Courier, monospace;
  font-size: 80%;
}

div.inhalt p.author
{
  color: #5F0E87;
  font-style: italic;
  font-size: 80%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: right;
  background-color: #C8D2F0;
  margin-bottom: 20px;
}
   

/* ************** FUSSZEILE *************** */

div.fuss_container
{
  clear: both;
  color: white; 
  min-height: 12px;
  bottom: 0;
  position: fixed;
  width: 100%
}
* html div.fuss_container { position: static; }

div.fuss
{
  border-top: 4px solid #C8D2F0;
  border-bottom: 2px solid #C8D2F0;
  margin-right: 1em;
  margin-left: 1em; 
  clear: both;
}

div.neutral { border-top: 12px solid #B8C2E0; }
div.a0 { border-top: 12px solid #9169A1; }
div.a1 { border-top: 12px solid #5F0E87; }
div.a2 { border-top: 12px solid #D80E25; }
div.a3 { border-top: 12px solid #DD137B; }
div.a4 { border-top: 12px solid #F68754; }
div.a5 { border-top: 12px solid #FFFBB4; }
div.a6 { border-top: 12px solid #FFFC01; }
div.a7 { border-top: 12px solid #9CCE04; }

#menu ul li a.neutral { border-left: 5px solid #B8C2E0; }
#menu ul li a.a0 { border-left: 5px solid #9169A1; }
#menu ul li a.a1 { border-left: 5px solid #5F0E87; }
#menu ul li a.a2 { border-left: 5px solid #D80E25; }
#menu ul li a.a3 { border-left: 5px solid #DD137B; }
#menu ul li a.a4 { border-left: 5px solid #F68754; }
#menu ul li a.a5 { border-left: 5px solid #FFFBB4; }
#menu ul li a.a6 { border-left: 5px solid #FFFC01; }
#menu ul li a.a7 { border-left: 5px solid #9CCE04; }

#menu ul li a.neutral:hover { background-color: #EBF0FF; color: black; }
#menu ul li a.a0:hover { background-color: #9169A1; color: white; }
#menu ul li a.a1:hover { background-color: #5F0E87; color: white; }
#menu ul li a.a2:hover { background-color: #D80E25; color: white; }
#menu ul li a.a3:hover { background-color: #DD137B; color: black; }
#menu ul li a.a4:hover { background-color: #F68754; color: black; }
#menu ul li a.a5:hover { background-color: #FFFBB4; color: black; }
#menu ul li a.a6:hover { background-color: #FFFC01; color: black; }
#menu ul li a.a7:hover { background-color: #9CCE04; color: black; }


div.fuss_container div.neutral { border-top: 0; background-color: #B8C2E0; color: black; }
div.fuss_container div.a0 { border-top: 0; background-color: #9169A1; }
div.fuss_container div.a1 { border-top: 0; background-color: #5F0E87; }
div.fuss_container div.a2 { border-top: 0; background-color: #D80E25; }
div.fuss_container div.a3 { border-top: 0; background-color: #DD137B; }
div.fuss_container div.a4 { border-top: 0; background-color: #F68754; color: black; }
div.fuss_container div.a5 { border-top: 0; background-color: #FFFBB4; color: black; }
div.fuss_container div.a6 { border-top: 0; background-color: #FFFC01; color: black; }
div.fuss_container div.a7 { border-top: 0; background-color: #9CCE04; color: black; }

.fuss_container 
{
 border-top: 4px solid #C8D2F0;
 z-index: 20;
}

.fuss.neutral a, .fuss.a0 a, .fuss.a1 a, .fuss.a2 a, .fuss.a3 a
{
  color: white;
}

.fuss.neutral a, .fuss.a4 a, .fuss.a5 a, .fuss.a6 a, .fuss.a7 a
{
  color: black;
}

div.fusslinks
{
  width: 20em;
  float: left;
  text-align: center;
}

div.fusslinks p
{
  font-size: 80%;
  line-height: 1.4em;
}

div.fussrechts
{ 
  margin-left: 20em;
  text-align: left;
}

div.fussrechts p
{
  font-size: 80%;
  line-height: 1.4em;
}

.B_crumbBox
{ 
  position: absolute;
  color: #0C045A; 
 font-size: 80%;
  bottom: 0px;
  left: 20px;
}

.B_crumbBox a
{
  color: #0C045A;
}

img.bildlinks
{
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 7px;
  float: left;
}


p img.bildlinks, h3 img.bildlinks
{
  padding-left: 0px;
}

img.bildrechts
{
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}

img.bildzentriert
{
  padding-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.box_rb
{
  padding-left: 210px;
  background-color: #EBF0FF;
}
div.box_lb
{
  margin-right: 210px;
  background-color: #EBF0FF;
  float: left;
}

a.extern
{
  background-image: url(images/extern.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 9px;
}

a.mail
{
  background-image: url(images/mail.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

table
{
  color: black;
  background-color: #EBF0FF;
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: 5px;
}

table thead
{
  background-color: #F5F8FF;
 font-weight: bold;
}

table tr.em
{
  background-color: #F5F8FF;
}

table em
{
  font-weight: bold;
  font-style: normal;
}

table tr.ueberschrift
{
  font-weight: bold;
  background-color: #B8C2E0;
  color: black;
  line-height: 2em;
  min-height: 1.3em;
  font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
  font-size: 100%;
}

table td
{
  padding-left: 10px;
  vertical-align:top;
}

fieldset legend
{
  display: none;
}

fieldset, .field_box, .submit_box
{
  border: 0;
  color: black;
  background-color: #EBF0FF;
}

div.inhalt fieldset, .field_box, .submit_box
{
  padding-top: 10px;
  padding-left: 10px;
}

.FSF_input
{ border: 1px solid #C8D2F0;
  padding-left: 1em;
  font-weight: normal;
  font-size: 1em;
  font-family: Verdana, sans-serif;
  line-height: 1.5em;
  height: 1.4em;
  background-color: #EBF0FF;
  width: 9em; 
}

#servicemenu .FSF_submit
{
  display: none;
}

.FSF_result
{ padding-left: 10px;
  background-color: #EBF0FF;
}

.inhalt a img
{
  border: 0;
}

div.bt:hover
{
  background-image: none;
}

div.bt
{
background-image:url(images/transparent80.png);
background-repeat: repeat;
background-position: top left;
z-index: 10;
width: 350px;
height: 220px;
position: absolute;
}

* html div.bt { background-image:none; }

img
{
z-index: 5;
}

.inhalt p.comment
{
  color: red;
}

#servicemenu a.rlp
{
padding-left: 0; 
border: 0; 
width: 0; 
height: auto;
}

#servicemenu img.rlp
{
border: 0;
}

label.fr
{
  
}

label.fi 
{
  font-size: 80%; 
  display: block; 
  width: 100%; 
  margin-top: 0.8em;
}

.FSF_form label 
{
  margin-top: 0px;
  display: none;
}

span.guterName {
    clear: both;
    display: block;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

