#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	z-index:1009;
	overflow: hidden;
	background:url('../files/closelabel.png') bottom right no-repeat #ffffff;
}
/* IE BUG UGLY WINNING siehe jwbox.js */
#close{
z-index:99999;
background:url('../files/close_bg.gif') bottom right no-repeat;
position:fixed;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #333333;
font-weight:bold;
font-size:16px;
text-align:right;
padding:8px 8px 1px 0;
display:none;
width:794px;
left:0;
top:0
}

#close:hover{
color:#990000
}

#site-content {
margin:0 auto;
position:relative;
padding:0 10px;
width:990px;
color:#636363;
/* background:url(../site_bg.jpg) top left;*/
font-family: Arial, Helvetica, sans-serif;
}

#content_start_top{
padding:0 0 0 10px;
position:relative;
background:url(../files/content_start_top.png) top left no-repeat;
height: 499px;
width:990px;
}

* html #content_start_top{
background:url(../files/content_start_top.gif) top left no-repeat;
}

.content_start_top_left{
float:left;
position:relative;
width:721px;
margin:32px 0 0 0;
height:448px;
}

.content_start_top_right{
float:left;
width:238px;
margin:16px 0 0 10px;
position:relative;
}

.content_start_top_right .icon_top{
width:170px;
height:100px;
position:relative;
margin:13px 0 13px 30px;
}

.content_start_top_right .icon_bottom{
width:171px;
height:100px;
position:relative;
margin:13px 0 13px 30px
}
