body {
  background-color: #e1e2e3;
}

#main {
  margin-top: 0;
  padding-top: 1pt;
  width: 900px !important;
  border: 2px solid  #e1e2e3;
  margin-left: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #444444;
}


#container {
  width: 1400px !important;
  margin: 1em 1em 1em 1em;
  line-height: 125%;
  text-align: left;
}


#header{
  border-left: 2px solid #e1e2e3;
  border-right: 2px solid #e1e2e3;
  background-color: #fff;
  width: 900px;
  margin-left: 100px;
  margin-right: 100px;
  box-shadow: 2px 2px 5px #444444;
}

#header h1 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}

#main h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  padding-left: 10px
}


#main h4 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}


#content {
	font-size: 0.9em;
  padding: 10px;
  padding-top: 0.5em;
  padding-bottom: 1.0em;
  border-top: 2px solid #e1e2e3;
}


#content h4{
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}

#content h3 {
  font-size: 1.1em;
  font-family: "Arial","Helvetica",sans-serif;
}


#main h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-right: 1em;
  margin-left: 0em;
  font-size: 1.1em;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  font-family: "Arial","Helvetica",sans-serif;
  font-weight: bold;
}

#navbar {
  border-bottom: 2px solid #e1e2e3;
  padding-bottom: 0;
  display: table-cell;
  width: 900px;
  height: 2em;
  vertical-align: middle;
  text-align: left;
}

#navbar a {
  background-color: transparent;
  text-align: left;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

#navbar a:link {
  text-decoration: none;
}

#navbar a:hover {
  padding-top: 0.5em;
  color: #900;
  text-decoration: underline;
}


a:hover {
  background-color: transparent;
  color: #900;
  text-decoration: underline;
}

a:link {
  color: #900;
  text-decoration: none;
}

a:active {
  color: #900;
  font-weight: bold;
}

a:visited {
  color: #900;
  text-decoration: none;
}

#breadcrumb a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1.2em;
  padding-left: 10px
}

#breadcrumb a.current {
  font-weight: bold;
  font-size: 1.2em;
}

#breadcrumb a:hover {
  color: #990000;
  text-decoration: underline;
  font-size: 1.2em;
}

ul.menu a {
  font-size: 1.1em;
  text-decoration: none;
}


ul.menu {
  padding-left: 10px;
}


#rightSidebar {
  margin-right: 7%;
  margin-left: 0%;
  margin-top: 0%;
  float:right;
  padding:1em 0em 0em 2em;
  height:auto !important;  /* fÃ¼r moderne Browser */
}


#titleImg {
  width: 200px;
  float: right;
  margin-left: 10px;
  border: 2px solid #e1e2e3; 
  margin-right: 20px;
}

#current {
  display: none;
}

#rightSidebar {
  margin-right: 120px;
}