/* HTML-Hacks for IE6 */
* html body {
  padding-left: 2em;
  padding-right: 2em;
}

* html #header {
  padding-left: 2em;
  padding-right: 2em;
}

* html #footer {
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

/* and now the real CSS stuff */
#content {
  border-right:1px solid #8ca3a8;
  float:left;
  margin-left: 0;
  margin-bottom:2em;
  padding-right:2em;
  width:70%;
  min-height: 300px;
  display: inline;           
}

#footer {
  background:#60696b;
  clear:both;
  margin:0;
  padding:40px;
}

#footer a {
  color:#99a7aa;
}

#footer p {
  color:#99a7aa;
  margin:0;
  text-align:center;
}

#header {
  //background:url(images/Lorenz.png) no-repeat;
  height:90px;
  margin:0 auto;
  width:90%;
}

#header b {
  display:block;
  font-size:2.4em;
  letter-spacing:-2px;
}

#header h1 {
  color:#174b57;
  // font-size:1.67em;
  letter-spacing:normal;
  margin:0;
  // padding:5px 0 0 90px;
  padding:5px 0 0 0px;
}

#header h1 a {
  color:#8ca3a8;
  text-decoration:none;
}

#page {
  border-top:1px solid #8ca3a8;
  margin:0 auto;
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
  width:90%;
}

#search {
  color:#8ca3a8;
}

#searchbox {
  color:#8ca3a8;
  float:right;
  padding-top:30px;
  display: inline;           
}

#sidebar {
  clear: both;
  float:right;
  width:20%;
  display: inline;           
}

#sidebar li {
  color:#8ca3a8;
  font-size:12px;
  line-height: 2.5ex;
  padding-bottom:1ex;
}

#sidebar li a {
  color:#174b57;
  font-size:12px;
  text-decoration:none;
  text-transform:uppercase;
  line-height: 2.5ex;
  padding-bottom:1ex;
}


#sidebar ul {
  list-style:none;
  /* margin-left: -2em ; */
  margin-bottom:0;
  text-transform:uppercase;
}

.presse {
  border-top:1px solid #8ca3a8;
  margin:0 auto;
  padding-top: 2px;
}


a {
  color:#8ca3a8;
  text-decoration:none;
}

a.wir {
  color:#20373c;
  text-decoration:none;
}

a:hover,#header h1 a:hover {
  text-decoration:underline;
}

blockquote {
  font-style:italic;
}

body {
  background:#FFF;
  color:#20373c;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  padding-top: 20px;
  padding-left: 0px;
}

body.print {
  padding:20mm;
}

fieldset {
  border:none;
  margin:0;
  padding:0;
}

form {
  margin:0;
  padding:0;
}

h1,h2 {
  font-size:1.15em;
}

h1,h2,h3,h4,h5,h6 {
  color:#498ca7;
  font-weight:normal;
  text-transform:uppercase;
}

h3 {
  font-size:1.1em;
}
h4 {
  font-size:1em;
}

img {
  border:none;
}

img.left {
  float:left;
  margin:0 2em 0 0;
}

img.right {
  float:left;
  margin:0 0 0 2em;
}

input,textarea {
  background:#eaf0f2;
  border:1px solid #174b57;
  color:#20373c;
  font:normal 0.8em Arial, Helvetica, sans-serif;
  padding:2px 5px;
}

legend,#submit {
  display:none;
}

p,ul,ol {
  line-height:166%;
  margin-bottom:1.6em;
}

ul { 
  list-style-image: url(images/mark.png); }

ul.sitemaplevel1 li a,ul.sitemaplevel2 li a {
  list-style:none;
  text-transform:uppercase;
}

ul.sitemaplevel1,ul.sitemaplevel2 {
  list-style:none;
}

strong {   color:#498ca7; }

