

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #585858;
}

p, ul, ol {
  margin: 0 0 0.6em 0;
}

li {
  margin-left: 2em;
}

ul li {
  list-style-type: disc;
}

blockquote {
  margin: 0 1em;
  padding-left: 0.5em;
  font-family: Times New Roman, Serif;
  font-size: 1.2em;
  border-left: 1px solid #585858;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
  padding-top: 0.3em;
}

h4, h5, h6 {
  font-size: 1em;
  margin-bottom: 0.1em;
}

h2, h4 {
  color: #0088FF;
}

h4 {
  border-top: dotted #0088FF 1px;
}

a {
  color: #c60;
}

h2 a {
  text-decoration: none;
}

img {
  border: 4px solid #585858;
}

em {
  font-style: normal;
  color: #880026;
}

#header {
  height: 100px;
  background: #585858 url(images/header_background.png) no-repeat left top;
  color: #e0e0e0;
  -moz-border-radius-topright: 1em;
}

#header h1 {
  font-size: 1.6em;
  padding-left: 0.3em;
  margin-bottom: 0.1em;
}

#header .first_name {
  color: #c60;
}

#header p {
  padding-left: 0.5em;
  font-weight: bold;
  margin: 0;
}

#main {
  background: #e0e0e0;
  width: 49.5em;
  margin: 0.5em auto;
  -moz-border-radius-topright: 1em;
}

#menu {
  float: left;
  padding: 0.5em;
  width: 10em;
}

#menu ul {
  margin: 0;
}

#menu li {
  margin-left: 0;
  list-style-type: none;
  color: #0088FF;
}

#menu a {
  display: block;
}

#menu li>ul {
  margin-left: 1.5em;
}

#content {
  margin-left: 11em;
  width: 38em;
  position: relative;
}

#content.artikel h4 {
  border: 0px solid black;
  color: #585858;
}

#footer {
  color: #e0e0e0;
  background: #585858;
  padding-right: 0.5em;
  text-align: right;
}

#footer .impress {
  color: #e0e0e0;
  float: left;
  padding-left: 0.5em;
}

#date {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0.8em;
  /*color: white;*/
  font-weight: bold;
}

.photo {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.column {
  width: 50%;
  float: left;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.warn {
  color: #cc0000;
}

