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

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

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

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

p {
  padding-bottom: 10px;
}

h2 {
  font-family: arial;
  font-size: 18px;
  clear: both;
}

h3 {
  font-family: arial;
  font-size: 16px;
  color: black;
  clear: both;
}

#container {
}

/* Header und Navigation */
#header_top {
  display:none;
}

#header_nav {
  display: none;
}

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

#header_nav li {
  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 {
  display: none;
}

#nav {
  display: none;
}

#nav a {
  text-decoration: none;
}

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

.nav_element {
  float: left;
}
/* ENDE Header und Navigation */

#subheader {
  display: none;
}

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

#content_start {
  display: none;
}

#content {
  display: none;
}

#print {
  padding: 50px;
}

.content {
  clear: both;
}

#content_links a {
  display:none;
}

/* normale Verlinkungen im Mittelteil */
#content_rechts a {
  display:none;
}

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

#content_links {
  display: none;
}

#content_links_menu {
  display: none;
}

#content_rechts {
  left: 25px;
  clear: both;
}

#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 {
  clear: both;
  position: relative;
  display: none;
}

.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;
}

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

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

#addressbar {
  display: none;
}

#seo {
  display:none;
}

#seo a:hover {
  display:none;
}

#footer {
  display: none;
}

#footer a {
  display:none;
}

/* (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; }

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

