  /* ---------------------------------------------------------------------------------------
  Last modified: 2013-03-20
  Copyright by Patrick Boettger
  This stylesheet is copyright protected.
  -----------------------------------------------------------------------------------------*/

html {
  overflow-y: scroll;
}

body {
  color: #000000;
  background-color: #fefbf4;
  font-size: 12px;
  line-height: 18pt;
  font-family: Arial,Verdana,sans-serif;
  margin: 0; padding: 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
  min-width: 1114px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

.frame {
  text-align: left; /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto; /* standardkonforme horizontale Zentrierung */
  width:1114px;
  padding:0;
  background-image: url("../imgs/bg_content.jpg");
  background-repeat: repeat-y;
  background-position: center;
}

.content {
  position: relative;
  left: 0px;
  width: 776px;
  padding: 0;
  text-align: justify;
  display: inline-table;
}

.header {
	display: none;
}

.center {
	display: none;
}

.footer {
	display: none;
}

.globalnavigation {
	display: none;
}

.globalnavigation a {
	display: none;
}

.languageselector {
	display: none;
}

.search {
	display: none;
}

.breadcrump {
	display: none;
}

.breadcrump a {
	text-decoration: none;
	padding-right: 10px;
}

.navigation {
	display: none;
}

.navigation a {
	display: none;
}

.active {
	font-weight: bold;
	color: #a7000e;
}

.navigation_level0 {
	margin-left: 0px;
}

.navigation_level1 {
	margin-left: 10px;
}

.navigation_level2 {
	margin-left: 20px;
}

.navigation_level3 {
	margin-left: 30px;
}

.navigation_level4 {
	margin-left: 40px;
}

.navigation_level5 {
	margin-left: 50px;
}