html, body {
  margin:0;
  padding:0;
  min-height:100%;
  background: url("bg_bild.jpg");
  background-repeat: repeat-x;
  background-color:#ef1f03;
}

* html, * html body {
  height: 100%;
}


#container {
  position:absolute;
  margin: 0px auto;

  width: 100%;
  text-align: left;
  min-height:100%;
}

#layoutframe {
  font-size:13px;
  font-family: Trebuchet MS, sans-serif;
  margin: 0px auto;
  width:1038px;
  height:100%;
  background: url("bg_extended.jpg") repeat;
}

#layoutframe_bg {
  width:1038px;
  min-height:968px;
  height:100%;
  background: url("bg_saz4.jpg") no-repeat;
}


#content {
  margin-left:30px;
  width:963px;
  padding-left:5px;
  padding-right:5px;
  font-weight:normal;
  font-family:Trebuchet MS,Helvetica,sans-serif;
}

#nav {
width:180px;
  float:left;
}

#list-menu a {
display: block;
width:169px;
line-height:25px;
padding: 0px 0px 2px 10px;
margin-bottom: 2px;
margin-top:0px;
background: #48181b;
text-decoration: none;
font-size:13px;
font-weight:normal;
font-family:Trebuchet MS,Helvetica,sans-serif;
color:#fff;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 0 0 0 0;
}

#list-menu a.main:link, #list-menu a.main:active, #list-menu a.main:visited {
color: #fff;
}

#list-menu a.main:hover {
margin-bottom: 2px;
background: #d92019;
color: #fff;
}

#list-menu a.sub {
display: block;
width:175px;
padding: 0px 0px 2px 25px;
border-bottom: 1px dotted #8657f1;
background: #E17D7D;
text-decoration: none;
font-size:13px;
font-weight:normal;
font-family:Trebuchet MS,Helvetica,sans-serif;
margin-left:-4px;
}

#list-menu a.sub:link, #list-menu a.sub:active, #list-menu a.sub:visited {
color: #fff;
}

#list-menu a.sub:hover {
border-bottom: 1px dotted #8657f1;
background: #94daec;
color: #fff;
}

#banner {
  float:right;
  margin-top:8px;
  border: 1px solid #6f181d;
}

#banner:hover {
  border: 1px solid #ca0000;
}

.button {
  float:both;
  margin-bottom:3px;
  border: 1px solid #6f181d;
}

.button:hover {
  border: 1px solid #ca0000;
}

