* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #4D4D4D;
}

#container {
  width: 1000px;
  margin: 0 auto 0 0;
  position: relative;
}

#main {
  height: 600px;
}

#header {
  height: 178px;
  background: url(../img/logo.png) no-repeat 36px 44px;
}

#header h1 a em,
#navigation li a em,
#subnavigation li a em {
  height: 50px;
  left: -9999px;
  position: absolute;
  width: 50px;
}

#header h1 a {
  display: block;
  height: 70px;
  width: 200px;
  position: absolute;
  left: 110px;
  top: 30px;
}

#content {
  padding: 75px 310px 14px 36px;
}

#language {
  width: 200px;
  height: 12px;
  position: absolute;
  top: 62px;
  right: 50px;
  text-align: right;
}

#language li {
  padding-left: 16px;
}

#language a {
  font-size: 12px;
  color: #4D4D4D;
  text-decoration: none;
}

#language a.aktiv {
  color: #EF5A28;
  font-weight: bold;
}

#footer {
  font-size: 13px;
  color: #4D4D4D;
  clear: both;
  position: relative;
  padding-top: 1px;
  width: 950px;
  height: 48px;
  border-top: 1px solid #000;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #4D4D4D;
}

#footer p {
  margin-left: 36px;  
}

#footer #impressum {
  position: absolute;
  top: 2px;
  right: 0;
  width: 200px;
  text-align: right;
  font-size: 13px;
}

#footer #impressum a:link,
#footer #impressum a:visited {
  color: #999;
}

#content h1,
#content h2,
#content h3,
#content p {
padding: 0 0 6px 0;
}

#content h1 { 
  color: #EF5A28;
  font-size: 16px;
  padding: 0 0 18px 0;
}

#content h2, #content h3 {
  font-size: 14px;
  padding: 2px 0 0px 0;
}

#content p {
  line-height: 140%;
  padding: 2px 0 16px 0;
}

a:link, a:visited {
  color: #EF5A28;
  text-decoration: none;
}

body#error #main {
background:url("/wp-content/themes/alberto/images/006consulenza.jpg") no-repeat 650px bottom transparent;
}