* {
  padding: 0;
  margin: 0;
}
body, div, p, td, th, ul, ol, li, address, h1, h2, h3, h4, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
}
body, div, p, td, th, ul, ol, li, address, h1, h2, h3, h4 {
  text-align: left;
}
body {
  background-color: #ffffff;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 8px;
}
h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  /*margin-bottom: 4px;*/
  margin-bottom: 16px;
}
h2 {
  font-weight: bold;
  margin-bottom: 8px;
}
a {
  text-decoration: underline;
  color: #333333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
td, th {
  text-align: left;
  vertical-align: top;
}
strong, .b, .bold {
  font-weight: bold;
}
em, .i, .italic {
  font-style: italic;
}
/* CONTAINER */
div#container {
  width: 878px;
  margin-left: 8px;
}
html>body div#container {
  width: 870px;
}
/* HEADER */
div#header {
  /*height: 204px;*/
  padding-bottom: 40px;
} /* html>div#header {
  height: auto;
  min-height: 204px;
} */
/*div#header.home {
	height: 346px;
}*/

div#underline {
  margin-top: 2px;
  height: 1px;
  border-top: 2px solid #0da6e7;
  border-bottom: 2px solid #f77909;
}
/* MAIN */
div#main {
  width: 870px;
}
div#nav {
  float: left;
  width: 262px;
}
div#content {
  float: left;
  width: 400px;
  padding-top: 2px;
}
div.section {
  margin-bottom: 30px;
}
.img_left {
  float: left;
  margin: 3px 14px 7px 0;
}
.img_right {
  float: right;
  margin: 3px 0 7px 14px;
}
div#content ul, div#content ol {
  margin: 0 0 16px 16px;
}

div#right {
  float: right;
  width: 160px;
}
/* FOOTER */
div#footer {
  height: 40px;
}


/* EINGEFUEGT durch Nicolai Goschin 

   ... und wieder entfernt vom admin, weil es die Darstellung des Fotoalbums kaputt macht (2008-12-05)!!!

#content img {padding-right: 15px;}
*/