body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: arial,verdana,tahoma;
  font-size: 12px;
  background-color: #cccccc;
  color: #ffffff;
}

/*------------------------------------------------------------------------------------------*/

/* Zentrieren der Seite */
html,body {
  height: 100%;
  margin: 0px;
}

a {
  text-decoration: none;
  color: #7f7f7f;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

h2 {
  font-family: arial;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 40px;
}

h3 {
  font-family: arial;
  font-size: 16px;
  color: #42566b;
}

#container {
  width: 1015px;
  height: 100%;
  margin: 0px auto;
  background-color: #eeeeee;
}

/* Header und Navigation */
#header_top {
  width: 1015px;
  height: 69px;
  background-color: #ffffff;
  /*border: 1px solid yellow;*/
}

#header_nav {
  float: left;
  margin-left: 22px;
  padding-top: 12px;
  font-family: arial,verdana;
  font-weight: bold;
  font-size: 11px;
  /*border: 1px solid black;*/
}

#header_nav ul {
  margin-top: 0px;
}

#header_nav li {
  /*display: inline;*/
  border: 1px solid black;
}

#header_nav li a {
  text-decoration: none;
  border: 1px solid blue;
}

#header_nav li a:hover {
  text-decoration: none;
}

#header_nav li.active {
  text-decoration: underline;
}

#header_bottom_home {
  width: 1015px;
  height: 100px;
  background: url(../img/bg_headerbottom_startseite.gif) no-repeat top left;
  /*border: 1px solid green;*/
}

#header_bottom {
  width: 1015px;
  height: 100px;
  background: url(../img/bg_headerbottom.gif) no-repeat top left;
  /*border: 1px solid green;*/
}

#nav {
  padding-top: 73px;
  padding-right: 33px;
  font-family: arial,verdana;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  float: right;
  /*background: url(../grafik/navi_bg.jpg) repeat-x top left;*/
  /*border: 1px solid #fff;*/
}

#nav a {
  text-decoration: none;
}

#nav a:hover {
  text-decoration: none;
}

.nav_element {
  float: left;
  /*width: 104px;*/
  /*border: 1px solid #fff;*/
}

/*
.nav_trenner {
  float: left;
  width: 4px;
  height: 28px;
}
*/
/* ENDE Header und Navigation */

#subheader {
  width: 660px;
  height: 149px;
  background: url(../grafik/subheader.jpg) no-repeat top left;
  color: #6f7e8e;
  border: 1px solid #fff;
}

/* Scroller */
#extra_controls, #scrollbar { 
  display:none;
}

#content_start {
  width: 1015px;
  height: 350px;
  /*color: #6f7e8e;*/
  color: #42566b;
  /*border: 1px solid blue;*/
}

#content {
  width: 1015px;
  height: 350px;
  background: url(../img/bg_content_office.jpg) no-repeat top left;
  /*color: #6f7e8e;*/
  color: #42566b;
  /*border: 1px solid blue;*/
}

#content_links a {
  text-decoration: none;
  color: #ffffff;
  padding: 1px;
}

/* normale Verlinkungen im Mittelteil */
#content_rechts a {
  text-decoration: none;
  color: #333366;
  padding: 1px;
}

#content a:hover {
  text-decoration: underline;
  color: #6f7e8e;
  background-color: transparent;
}

#content_links {
  float: left;
  width: 265px;
  height: 310px;
  padding-top: 20px;
  /*border: 1px solid green;*/
}

#content_links_menu {
  float: left;
  width: 190px;
  /*height: 250px;*/
  margin-left: 30px;
  padding: 10px;
  background-color: #333;
  opacity: 0.8;
  /*filter: alpha(opacity=80);*/
  /*border: 1px solid green;*/
}

#content_rechts {
  /*position: absolute;*/
  float: left;
  left: 265px;
  width: 750px;
  height: 350px;
  /*background: url(../img/bg_content_rechts.gif) repeat-y;*/
  /*border: 1px solid yellow;*/
}

#tags a {
  text-decoration: none;
  color: #50A3F0;
  padding: 1px;
}

#tags a:hover {
  text-decoration:none;
  color:#fff;
  background-color:#50A3F0;
}

#tags a.grau {
  color:#7f7f7f;
}

#tags a.grau:hover {
  background-color:transparent;
  color:#000;
}

.box {
  background-color: #e4e4e4;
  margin-bottom: 10px;
  padding: 5px;
  border-left: 3px solid #ccc;
}

.text {
  font-family:arial;
  font-size:12px;
  letter-spacing:0px;
  line-height:18px;
}

.edit_highlighter:hover {
  background-color: #FFFACD;
}

input {
  font-family:arial;
  font-size:12px;
  /*border:1px solid #000;*/
}

input.submit {
  color:#fff;
  background-color:#50A3F0;
  font-weight:bold;
}

textarea {
  font-family:arial;
  font-size:12px;
}

#addressbar {
  width: 1015px;
  height: 25px;
  text-align: center;
  background: url(../img/bg_addressbar.gif) repeat-x top left;
  /*border:1px solid green;*/
}

#seo {
  color:#333;
  text-align: center;
  padding-top: 10px;
}

#seo a:hover {
  text-decoration: underline;
  color: #000;
}

#footer {
  position: fixed;
  border-top: 1px solid #999;
  background-color: #e9e9e9;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  line-height: 1.2em;
  z-index: 8999;
  opacity: 0.8;
  /*filter: alpha(opacity=80);*/
}

#footer a {
  color: #888;
  padding-left: 0px;
}

/* (en) clearfix method for clearing floats */
/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* (en) essential for Safari browser !! */
/* (de) Diese Angabe benoetigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/* Ausdrucken */
#print {
  display: none;
}

/*------------------------------------------------------------------------------------------*/

