/* oehb */
/****************************************/
#page {
    position: relative;
    width: 960px;
    margin: 20px 0 0 20px;
}
/****************************************/

#header {
    height: 96px;
    background-color: #000;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 230px;
}
/****************************************/

#logo {
	margin: 20px 0 0 0;
    width: 180px;
    height: 55px;
    float: left;
    overflow: hidden;
 }
#logo img {
    width: 360px;
    height: 55px;
    background-image:url("../gfx/logo.png");
    color: transparent;
    background-size:360px 55px;
}
#navigation li.banner {
    margin: 0 0 0 0px;
    padding: 5px 0px 5px 15px;
}
#skyscraper {
    width: 120px;
    height: 600px;
    float: right;
    margin: 4px 0 0 4px;
    clear: right;
}
#user {
    display: none;
}
#date {
    float: right;
    color: #666666;
    padding: 49px 0 4px 0px;
    font-size: 80%;
}
/****************************************/

#tabs-external { overflow:hidden; 
    clear: both;
    background-color: #A80518;
    height: 111px;
    font-size: 12px;
    line-height: 20px;
    background-image: url("../gfx/sprite-x.png");
}

/* MAINMENU */


.mainmenu {
  width: 960px;
  height: 36px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #95212e url(../gfx/sprite-x.png) repeat-x 0px 0px;
  padding-left: 0px;
  position: absolute;
  z-index: 700;
}

#mainmenu {
  top: 96px;
}

.mainmenu li {
  list-style: none;
  float: left;
  zoom: 1;
  margin:0;
}

.mainmenu li a {
  color: #ecc;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 8px 8px;
  font-weight: normal;
}

.mainmenu li.social {
  float: right;
  padding: 0px 2px;
}

.mainmenu li a.t,
.mainmenu li a.f {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../gfx/social.png) no-repeat 0px -3px;
  overflow: hidden;
  text-indent: -999px;
}

.mainmenu li a.f {
  background-position: -38px -3px;
}

.mainmenu li.selected a {
  background: #95212e url(../gfx/sprite-x.png) repeat-x 0px -36px;
}

.mainmenu li.hover,
.mainmenu li:hover {
  background: #eee;
  position: relative;
  z-index: 705;
}

.mainmenu li.social:hover,
.mainmenu li.social:hover {
  background: none;
}

.mainmenu li.hover a,
.mainmenu li:hover a {
  color: #73000d;
  background: none !important;
}

.mainmenu li.social:hover a.t {
  background: url(../gfx/social.png) no-repeat 0px -3px !important;
}

.mainmenu li.social:hover a.f {
  background: url(../gfx/social.png) no-repeat -38px -3px !important;
}

.mainmenu ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 710;
  background: #eee;
  margin: 0px;
  padding: 10px;
}

.mainmenu ul li {
  float: none;
}

.mainmenu ul li hr {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-top: 1px dotted #666;
}

.mainmenu ul li a {
  font-size: 13px;
  width: 240px;
  color: #666;
  padding-left: 16px;
}

..mainmenu li.selected li a {
  background: none;
}

.mainmenu li li.selected a {
  font-weight: bold;
}

.mainmenu li.hover ul,
.mainmenu li:hover ul {
  display: block;
}

.mainmenu li.hover li.hover,
.mainmenu li:hover li:hover {
  background: #95212e url(../gfx/sprite-x.png) repeat-x 0px 0px;
}

.mainmenu li.hover li.hover a,
.mainmenu li:hover li:hover a {
  color: #fff;
}


#meta {
  position: absolute;
  top: -23px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
  padding: 5px;
  z-index: 5;
}

#meta a {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

#meta a:hover {
  color: #fff;
  text-decoration: underline;
}

#meta span.selected a {
  color: #fff;
}


/****************************************/
#tabs { 
    overflow:hidden; 
    clear: both;
    background-color: #A80518;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 0px;
    background-image: url("../gfx/sprite-x.png");
    display: none;
    font-size: 16px;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px 10px 10px 10px;
    float: left;
    margin: 0 0px 0 0;
    border-right: 1px solid #fff;
    color: #ccc;
}
#tabs a {
    font-weight: normal;
    color: #ecc;
    text-decoration: none;
}
#tabSelected a {
    color: #FFFFFF;

}
#tabSelected {
    border-left-color: #FFFFFF!important;
    background: #95212e url(../gfx/sprite-x.png) repeat-x 0px -36px;
}
/****************************************/

#breadcrumb {
    clear: both;
    height:20px;
    line-height:30px;
    font-size:12px;
    padding-left:15px;
    margin-bottom: 10px;
    color: #fff;
}
#breadcrumb a:link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#breadcrumb a:visited {
    color: #fff;
    font-weight: normal;
}

/****************************************/

#container {
    width: 988px; width: 960px;
    clear: both;
}
#navigation {
    width: 178px;
    line-height: 120%;
    background-color: #5A000A;
    padding: 10px;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#fff;
    text-decoration: none;
}
#navigation a:visited { color:#fff; }
#navigation a:hover {
    text-decoration:none;
}
#navigation ul {
    padding: 0 0 4px 0;
    margin: 0 0 10px 0px;
    list-style: none;
}
#navigation ul li {
   margin: 0px;
    padding: 0px 0 0 15px;
    line-height: 120%;
    color:#000;
    background-color:#73000D;
}
#navigation ul li strong { display:block; height:30px; line-height:30px; background-color:#210003; color: #fff; margin-left:-15px; padding-left: 15px; }
#navigation ul li ul li {
    padding:4px 0;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

#sub-navigation {
    padding: 4px 0 0 10px;
    font-size:12px;
    background-color:#efefef;
}
#sub-navigation a {
    font-weight: normal;
}
#sub-navigation ul {} #sub-navigation li {}
/****************************************/

#content {
	margin-left: 10px;
    width: 732px;
    float:left;
    padding:10px;
    background-color: #fff;
}
#content-col1 {
    float: left;
    width: 476px;
    padding:0;
    background-color: #fff;
}
#content-col2 {
    float: right;
    width: 242px;
    padding:0 0px;
    background-color: #fff;
}
#content-row1 {
    clear: both;
    padding:0;
    background-color: #fff;
}
#content-row2 {
    clear: both;
    padding:0;
    background-color: #fff;
}
/****************************************/

#footer {
    width: 759px;
    padding: 16px 0 0px 213px;
    clear: both;
    color: #fff;
}
#footer a {
	text-decoration: none;
    font-weight: normal;
    color: #fff;
}
/****************************************/

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: #000;
}
td, th, input, option, select, textarea, #content {
    font-family: Arial, sans-serif;
    color: #000;
}
body {
    position: relative;
    font-size:13px;
    line-height:18px;
    background-color: #000;
}
table {
    background: white;
}
textarea {
    font-size: 1em;
}
input {
    font-size: 1em;
}
select {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0px 8px 0px 0px;
}
a {
    text-decoration: none;
    font-weight: bold;
}
a:link {
    color: rgb(0, 0, 238);
    text-decoration: underline
}
a:visited {
    color: rgb(0, 0, 238);
}
a:hover {
    color: rgb(0, 0, 238);
}
a:active {
    color: rgb(0, 0, 238);
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 4px 0 0 0;
    position: absolute;
    top: 0px;
    left: 488px;
}
#banner-skyscraper {
    /*160x600*/
    
    position: absolute;
    top: 0;
    left: 990px;
    z-index: 10;

}
#banner-super {
    /*728x90*/
    position: absolute;
    top: 5px;
    left: 251px;
}

.result-set { background-color:#fff; font-size:12px; }


#topsponsoren .sponsorlist {
    height: 55px;
    margin-top: -5px;
    overflow: hidden;
    padding: 0 10px 25px;
}

#topsponsoren {
    background: #fff none repeat scroll 0 0;
    clear: both;
    margin-bottom: 10px;
    position: absolute;
    top: 132px;
    width: 960px;
}

#topsponsoren .sponsor {
    display: inline;
    float: left;
}

#topsponsoren .sponsor a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

