* {
  padding: 0;
  margin: 0;
  font-family: tahoma,arial,helvetica,sans-serif;
}
body {
  background: #942928 url(img/body-bkg.jpg) top left repeat-x;
  font-size: 12px;
  color: #393939;
}
#netagent {
  display: none;
}
.cleaner {
  clear: both;
}
hr.cleaner {
  clear: both;
  visibility: hidden;
}
.lcleaner {
  clear: left;
}
/****************************** L A Y O U T */
html, body { 
  height: 100%; 
}
html > body { 
  padding: 0px; 
}
#holder {
  width: 1015px;
  margin: 0 auto;
}
#container { 
  margin: 0px auto;
  width: 1015px;
  min-height: 100%;
  height: 100%;
  position: relative; 
}
body > #container { 
  height: auto; 
}
#footer { 
  overflow: hidden;
  position: absolute;
  height: 280px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(img/footer.gif) top center no-repeat;
}
#footerin {
  width: 777px;
  margin: 0 auto;
}

/************ H E A D E R ********************/
#header {
  width: 1015px;
  margin: 0 auto;
  height: 230px;
  background: url(img/header.jpg) top center no-repeat;
}
#headerin {
  width: 777px;
  margin: 0 auto;
  text-align: right;
  padding-right: 5px;
}

#header .spacer {
  height: 110px;
}

#weblink {
  padding-right: 18px;
  height: 30px;
}
#weblink,
#weblink a.selected {
  color: #f60;
}
#weblink a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; 
}

#player {
  padding-right: 17px;
  height: 44px;
}

#menu {
  padding-left: 247px;
  _padding-left: 243px;
}
#menu li {
  float: left;
  display: block;
  margin-left: 5px;
  width: 100px;
  background: url(img/menu-kontakt.gif) top center no-repeat;
}
#menu li.h {
  background: url(img/menu-home.gif) top center no-repeat;
}
#menu li.selected {
  background: url(img/menu-selected.gif) top center no-repeat;
}
#menu a {
  height: 21px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none; 
  padding-top: 4px;
  color: #000;
  font-size: 12px;
}
#menu a:hover {
  background: url(img/menu-hover.gif) top center no-repeat;
}
#menu .selected a {
  color: #fff;
}




/************ M A I N *********************/
#main {
  min-height: 200px;
  _height: 200px;
  width: 777px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 280px;
}
#mainin {
  padding: 0 10px 10px;
}
#main-left {
  float: left;
  width: 440px;
}

#main-right {
  float: right;
  width: 300px;
}





/********* F O O T E R *******************/

#footerin {
  color: #aaa;
}
#footer .title {
  color: #0c0;
  font-size: 16px;
  padding-bottom: 10px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer img {
  border: none;
}

#footer-left {
  float: left;
  width: 450px;
  padding: 10px 0 10px 10px;
}
#footer-left strong {
  color: #f60;
}
#footer-left a {
  color: #0a0;
}
#footer-left table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
#footer-left td {
  vertical-align: top;
  width: 50%;
}
#footer-left table p {
  border-top: 2px dotted #666;
  padding: 5px 0;
  font-size: 10px;
  margin: 0 10px 0 0;
}
#footer-left table strong {
 font-size: 11px;
}



#footer-right {
  padding: 10px 10px 10px 0;
  float: right;
  width: 300px;
}
#footer-right table {
  border-top: 2px dotted #666;
  width: 220px;
}
#footer-right td {
  vertical-align: top;
  padding: 5px 0;
}

#footer-right .logos {
  height: 180px;
}

#footer-right .links a {
  color: #0a0
}
#footer-right .copy a {
  color: #99bbCC
}
#footer-right .links {
  width: 220px;
  border-bottom: 2px dotted #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
