  /*
 
     Layout Basics for Start- and Content-Pages 

					*/

#margin {
	text-align:left;
	position:relative;
	width:980px;
	height:640px;
	margin:auto;
	}
#index-1 {
position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:980px;
	height:640px;
}
#index-2 {
	z-index:2;
	top:0;
	left:0;
	width:980px;
	height:640px;
	position:absolute;
}
#index-2 img {
	width:980px;
	height:640px;
}
#startpageTop {
	height:265px;
	width:100%;
	position:relative;	
}
#startpageTop img {
    position:absolute;
    right:55px;
    top:35px;
}
#startpageBottom {
	height:375px;
	background:#eceded;
         width:100%;
	position:relative;
}
#startpageBottomColorBlock {
	right:0;
	top:0;
	height:35px;
	width:272px;
	background:#d9dadc;
	position:absolute;
}
#startpageNavi {
	height:125px;
	width:100%;
	position:absolute;
	top:35px;
}
#startpageClaim {
	height:40px;
	width:638px;
	position:absolute;
	top:185px;
	margin:0 0 0 332px;
}
#colmLeft {
	float:left;
	width:180px;
	height:640px;
}
#colmRight {
	float:left;
	width:800px; 
	height:640px;                                                                
}
#colmRightHeader {
	width:800px;
	height:171px;
	position:relative;
}
#pagepic {
         width:80px;
         height:80px;
         position:absolute;
         bottom:0;
         left:0;	
}
#colmRightHeader img {
         position:absolute;
         top:45px;
         right:38px; 
         border:0;          
}
#pagepic img {
         position:relative;
         top:0;
         left:0;
}
#colmRightNavigation {
        width:800px;
	height:58px;
}
.navi, .subnavi {
	height:29px;
	margin-left:80px;
}
.subnavi {
}
#colmRightContent {
	width:100%;
	height:50px;
}
#colmRightMain {
	float:left;
	width:630px;
	height:411px;
}
#colmRightTeaser {
	float:left;
	width:169px;
	position:relative;
	height:411px;
}
