

#body, html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}

/* +++++++++++++++++++    allgemein       ++++++++++++++++++++++++ */

#header {
	position: absolute;
	top:0px;
	left:0px;
	height: 130px;
	width:100%;
	border-bottom : 1px solid #999999;
	z-index: 20;
	background: #ffffff;
}

#logo {
	position: absolute;
	top:0px;
	left:0px;
	height:32px;
	width: 160px;
} 

#left_box {
	position: absolute;
	top: 131px;
	left:0px;
	height: 260px;
	width: 90px;
	background: #999999;
}

#content_scroll {
    position: absolute;
	top: 0px;
	left:91px;
	bottom: 0px;
	border-bottom: 46px solid #ffffff;
	border-top:131px solid #ffffff;
	border-right: 95px solid #ffffff;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#content_header {
	position: absolute;
	top:15px;
	left:0px;
	height:50px;
	width:100%;
}

#content_box {
	position: absolute;
	top:66px;
	left:0px;
	bottom:2px;
	width: 260px;
}

#bottom {
	position: absolute;
	left:0px;
	bottom: 0px;
	height: 45px;
	width:100%;
	border-top : 1px solid #999999;
	float: left;
	z-index: 21;
        margin-bottom:0px;
}



/* +++++++++++++++++++    Navigationsleisten       ++++++++++++++++++++++++ */

#navi_1 {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 20px;
	padding-left: 92px;
}

#navi_2 {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 19px;
	width:100%;
	background-image: url(../html/bg_nav2.gif);
	padding-left: 90px;
}

#overview {
	position: absolute;
	top: 106px;
	left: 1px;
	height: 20px;
	width: 85px;
}

#navi_3 {
	position: absolute;
	top: 109px;
	left: 0px;
	height: 20px;
	padding-left: 92px;
}

#navi_bottom {
	position: absolute;
	top: 1px;
	left: 0px;
	height:19px;
	width:100%;
	background-image: url(../html/bg_19_grey.gif);
	background-repeat : repeat-x;
	padding-left: 90px;
        padding-top:0px;
        margin-bottom:0px;
        
}

#language {
	position: absolute;
        top:0px;
	left: 270px;
	height:19px;
	width: 600px;
	padding-left: 0px;
        padding-bottom: 0px;
        margin-bottom:0px;
        border: 0px 0px 0px 0px;
}

/* +++++++++++++++++++    Startseite / opener       ++++++++++++++++++++++++ */

#content_start {
	position: absolute;
	top:131px;
	left:0px;
	height: 260px;
	width:100%;
	border-bottom : 1px solid #999999;
	vertical-align: top;
    background: #999999;
}


#middle_box {
	position: absolute;
	top:0px;
	left:90px;
	height: 260px;
	width: 460px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #ffffff;
}

#down_start {
	position: absolute;
	top: 392px;
	width: 100%;
	border-top: 1px solid #999999;
}

#right_box {
	position: absolute;
	top:0px;
	right: 0px;
	left: 553px;
	height: 260px;
	background: #999999;
}


/* +++++++++++++++++++    Home       ++++++++++++++++++++++++ */

#content_home {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	 background: #ffffff;
	 z-index: 10;
	 overflow: hidden;
}

#content_news1 {
	position: absolute;
	top:86px;
	left:280px;
	bottom:2px;
	width: 260px;
}

#content_news2 {
	position: absolute;
	top:86px;
	left:2562px;
	bottom:2px;
	width: 260px;
}



/* +++++++++++++++++++    Produktseiten       ++++++++++++++++++++++++ */

#content_product_img{
	position: absolute;
	top:1px;
	left:0px;
	width: 260px;
	height: 260px;
}

#content_product_box{
	position: absolute;
	top:15px;
	left:288px;
	width: 330px;
	bottom:2px;
}

#content_product_link{
	position: absolute;
	top:262px;
	left:0px;
	width: 165px;
	bottom:2px;
}

#content_product_color{
	position: absolute;
	top:262px;
	left:168px;
	width: 90px;
	bottom:2px;
}


/* +++++++++++++++++++    Kontaktformular       ++++++++++++++++++++++++ */

#content_box_contact {
	position: absolute;
	top:66px;
	left:10px;
	bottom:2px;
	width: 320px;
}

#content_form  {
	position:  absolute;
	top:66px;
	left:360px;
	bottom:2px;
	width: 300px;
}


/* +++++++++++++++++++    Basics       ++++++++++++++++++++++++ */

#content_box_basic {
	position: absolute;
	top:66px;
	left:10px;
	bottom:2px;
	width: 530px;
}


/* +++++++++++++++++++    Downloadseiten       ++++++++++++++++++++++++ */

#content_box_download {
	position: absolute;
	top:66px;
	left:10px;
	bottom:2px;
	width: 800px;
}


/* +++++++++++++++++++   Team       ++++++++++++++++++++++++ */

#content_box_team {
	position: absolute;
	top:66px;
	left:50px;
	bottom:2px;
	width: 530px;
}

/* +++++++++++++++++++    Uebersichtseiten z.B. Gleitschirmwähler mit Rolloverbilder      +++++++++++++++++ */



#content_box_uebersicht {
	position: absolute;
	top:131px;
	left:91px;
	bottom:2px;
	width:100%;
}



