/* Kopfangaben */

html {
     height: 100%;
}

body {
     margin: 0px;
     padding: 0px;
     background-position: 0px 90px;
     background-repeat: no-repeat;
     height: 100%;
     background-color: #ffffff;
     font-size: 100%;
}
#outer {
	background-image:none;
}
#container {
  width: 800px;
}

/* Bannerangaben */

#container_banner_wp {
	height: 90px;
	width: 802px;
	text-align: right;
}

.container_skyscraper_wp {
	position: absolute;
	top:0px;
	left: 802px;
	text-align: right;
}

#banner_top {
     width: 800px;
     padding: 9px 0 9px 0;
     text-align: center;
     vertical-align: middle;
     background-color: #ffffff;
}

.werbeblock_artikel {
     width: 463px;
     padding: 10px 0 10px 0;
     text-align: center;
}

*html #banner_top {
     padding: 9px 0 0px 0;
}
*+html #banner_top {
     padding: 9px 0 0px 0;
}

.banner_top_small1 {
     float: left;
     width: 137px;
     height: 60px;
     padding:0 7px 0 2px;
}

.banner_top_small2 {
     float: left;
     width: 137px;
     height: 60px;
     padding:0 0 0 9px;
}

.banner_top_normal {
     float: left;
     width: 468px;
     height: 60px;
     padding:0 20px 0 20px;
}

.skyscraper {
    margin: 227px 0 0 810px;
    position: absolute;
	padding-right: 10px;
}

.sky {
     margin-bottom: 30px;
}

.werbung_box_right {
     margin: 5px 0 0 0;
}

.teaser_banner_line_bottom {
	 width: 483px;
     border-bottom: 1px solid #B7B7B7;
     padding: 10px 0 10px 0;
}
.teaser_banner_line_top {
	 width: 483px;
     border-top: 1px solid #B7B7B7;
     padding: 10px 0 10px 0;
}
.teaser_banner_no_line {
	 width: 483px;
     padding: 10px 0 10px 0;
}

.teaser_banner_top_bottom_line {
	 width: 483px;
	 border-top: 1px solid #B7B7B7;
	 border-bottom: 1px solid #B7B7B7;
     padding: 10px 0 10px 0;
     margin: 10px 0 0 0;
}


/* Headangaben */

#header {
     width: 800px;
     height: 105px;
	   padding-top: 2px;
     background-color: #ffffff;
     margin-top: 10px;
}

#logo {
     width: 498px;
     height: 90px;
     float: left;
}

/* Footerangaben */

.footerposition {
     float: left;
     background-color: red;
     width: 10px;
     height: 62%;
}

*html .footerposition {
     float: left;
     background-color: red;
     width: 10px;
     height: 66%;
}

#footer {
     width: 800px;
     background-position: top left;
     background-repeat: repeat-x;
     height: 30px;
     padding-top: 10px;
     float: left;
     border-top: 1px solid #929292;

}

#copyright_box {
     float: right;
     margin: 0px;
     padding: 0px;
     font-family: Verdana;
     font-size: 0.6em;
     color: #000000;
}

.link_grey2 {
     color: #929292;
     text-decoration: none;
     font-family: Verdana;
     font-size: 0.6em;
     line-height: 1.4em;
     padding: 0 9px 0 9px;
     float: left;
}

.link_grey2:hover {
     color: #000000;
     text-decoration: none;
     font-family: Verdana;
     font-size: 0.6em;
     line-height: 1.4em;
     padding: 0 9px 0 9px;
     float: left;
}



