body {
  margin:0;
  padding:0;
  background:#fff8f8 url(../assets/images/body-bg.png) 50% 0;
}
body,table,input,textarea,button,select {
  font-family:verdana,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#333;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

h1 {
  font-family: 'droid sans',sans-serif;
  font-size:24px;
  line-height:26px;
  font-weight:normal;
  color:#e1393e;
}
h2 {
  font-family: 'droid sans',sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:bold;
  color:#e1393e;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#e1393e;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}

table {
  border-spacing:0;
}
table th,
table td {
  text-align:left;
  vertical-align:top;
  padding:3px 10px 3px 0;
  border-bottom:solid #ddd 1px;
}

/* clearfix
********************************/
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix { /* für IE7 */
  display: inline-block;
}
* html .clearfix { /* für IE6 */
  height: 1%;
}

/* Seitenelemente (Master)
********************************/

#container {
  position:relative;
  width:765px;
  margin:30px auto 30px auto;
}
#header {
  background:#fff;
  width:745px;
  height:200px;
  border:solid #000 10px;
  margin:0 0 20px 0;
  box-shadow:0 0 20px rgba(0,0,0,.3);
  -moz-box-shadow:0 0 20px rgba(0,0,0,.3);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,.3);
}
#header-image {
  height:130px;
  width:325px;
  float:left;
  border-right:solid #000 10px;
}
#header-image ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#header-image ul li {
  margin:0;
  padding:0;
}
#logo {
  display:block;
  float:right;
}
#nv {
  clear:both;
  border-top:solid #000 10px;
  background:#e1393e;
  color:#fff;
  height:60px;
  text-align:center;
}
#nv ul {
  width:auto;
  margin:0 auto;
  padding:25px 0 0 0;
  list-style-type:none;
  display:inline-block;
}
#nv ul li {
  margin:0;
  padding:0;
  float:left;
}
#nv ul li a {
  display:block;
  color:#fff;
  padding:5px 10px;
  font-weight:bold;
  font-family: 'droid sans',sans-serif;
  font-size:16px;
}
#nv ul li a:hover {
  color:#000;
  text-decoration:none;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  color:#000;
  text-decoration:none;
}

#nv ul li.s0 ul {
  display:none;
}
#nv ul ul li.s0 ul {
  display:block;
}

#nv ul ul {
  position:absolute;
  left:10px;
  top:240px;
  width:170px;
  text-align:left;
}
#nv ul ul li {
  float:none;
  border-bottom:solid #ddd 1px;
}
#nv ul ul li a {
  color:#e1393e !important;
  font-weight:normal;
  font-family: verdana,serif;
  font-size:12px;
}
#nv ul ul li a:hover {
  color:#000 !important;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  font-weight:bold;
  color:#000 !important;
}

#nv ul ul ul {
  position:static;
  margin:0;
  padding:0;
  /*font-size:10px;*/
}
#nv ul ul ul li {
  border:0;
  border-top:solid #ddd 1px;
}
#nv ul ul ul li a {
  /*font-size:11px;**/
  font-weight:normal !important;
  padding:5px 10px 5px 25px;
}
#nv ul ul li.a1 ul li a,
#nv ul ul li.s1 ul li a {
  color:#e1393e !important;
}
#nv ul ul li.a1 ul li a:hover,
#nv ul ul li.s1 ul li a:hover {
  color:#000 !important;
}
#nv ul ul ul li.a1 a,
#nv ul ul ul li.s1 a {
  /*font-weight:bold !important;*/
}
#nv ul ul li.a1 ul li.a1 a,
#nv ul ul li.s1 ul li.a1 a {
  color:#000 !important;
}

#main {
  padding:0px;
  background:#fff;
  box-shadow:0 0 20px rgba(0,0,0,.3);
  -moz-box-shadow:0 0 20px rgba(0,0,0,.3);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,.3);
}
#leftbar {
  width:155px;
  margin:0;
  padding:20px;
  float:left;
  min-height: 10px;
  height: auto !important;
  height: 10px;

}
#content {
  width:535px;
  margin:20px 0;
  padding:0 20px 0 14px;
  float:left;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  border-left:solid #e1393e 1px;
}

#footer {
  font-size:11px;
  color:#aaa;
  clear:both;
  padding:10px 20px;
  background:#eee;
}
#footer a {
  color:#aaa;
}
#footer a:hover {
  color:#888;
  text-decoration:none;
}
#footer-left {
  float:left;
}
#footer-right {
  float:right;
}
#footer-right a {
  color:#555;
}
#footer-right a:hover {
  color:#333;
}
