/*Voreinstellungen*/

*{color: #3C5678;margin: 0; padding: 0; font:normal 100.1% Verdana, Arial, Helvetica, sans-serif; text-align:left;}

img, table, tr, th, td{margin:0; padding:0;	border:none;}

table{border-spacing: 0px; border-collapse:collapse;}

html, body{height: 100%;}
body {background: url(images/background.gif) repeat-x black;}

h2{font-weight:bold;font-size:140%;margin-bottom:12px}
p{margin-bottom:6px}

a{text-decoration:none}
a:hover{text-decoration:underline}

#ledbar
  {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 686px;
	height: 60px;
	overflow: hidden;
	background: url(images/ledbar.gif) repeat-x;
  }

#led {
	position: absolute;
	left: 20px;
	top: 0;
	width: 8px;
	height: 11px;
}

#slidebar
  {
	position: absolute;
	top: 40px;
	left: 2px;
	width: 13px;
	height: 100%;
	overflow: hidden;
	background-image: url(images/slidebar.gif);
  }

#slide
  {
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 24px;
  }
#border
  {
  position: absolute;
  left: 100px;
	top: 40px;
  height:auto;
  border:4px solid #f7f9fb;
  width: 680px;
  background: url(images/nav.gif) repeat-y #e0ddd8 40px 0;
	}

#head,#main,.linkbar
  {
  border:0px;
  border-bottom:1px solid #f7f9fb;
  }
#head
  {
  height:170px;
  background: #66819f;
  }
.linkbar
  {
  background: url(images/linkbar.gif) repeat-y #66819f 288px 0;
  height:16px;
  }
#main, #footer
  {
  background: url(images/nav.gif) repeat-y #EFF2F5;  /* red*/
	}
#footer
  {
  height:16px;
	border:0px;
  }
#navbar
  {
  float:left;
  width:300px;
  /*background: url(images/nav.gif) repeat-y #e0ddd8;  /* red*/
	}

#content
  {
  margin-left:300px;
  padding:20px;

  min-height:380px;
  height:auto !important;
  height:380px;
  /*background:  #EFF2F5; /*green*/
  background: #EFF2F5;  /*url(images/content.gif) repeat-y  red*/
	}

.message{margin:2em 0 0;}
.message h4, .message p{color:black; font-size:80%;}
.message h4{margin-bottom:.5em;font-weight:bold;}

/*Hyperlinks*/
.link{float:right}


.link a
  {
  color: #f7f9fb;
  margin:0 4px;
  text-indent:13px;
  display:block;
  width:13px;
  overflow:hidden;
  }

.linkbar a.home{background: url(images/buttons/home.gif) no-repeat 0 2px;}
.linkbar a.home:hover{background: url(images/buttons/home_f2.gif) no-repeat 0 2px;}
.linkbar a.map{background: url(images/buttons/sitemap.gif) no-repeat 0 2px;}
.linkbar a.map:hover{background: url(images/buttons/sitemap_f2.gif) no-repeat 0 2px;}
.linkbar a.contact{background: url(images/buttons/mail.gif) no-repeat 0 2px;}
.linkbar a.contact:hover{background: url(images/buttons/mail_f2.gif) no-repeat 0 2px;}
.linkbar a.print{background: url(images/buttons/print.gif) no-repeat 0 2px;margin-right:20px}
.linkbar a.print:hover{background: url(images/buttons/print_f2.gif) no-repeat 0 2px;}