@charset "UTF-8";

/* -- LAYOUT - BASE -- */
/* -- --------------------------- -- */
/* -- Anordnung der Grundelemente -- */
/* -- --------------------------- -- */

body{
margin:0px;
padding:0px;
background: #ffffff;
z-index:-20;
}

/* -- Rahmenelemente -- */
.frHead{
position:relative;
left:0px;
top:0px;
margin:0;
padding:0;
width:100%;
height:170px;
clear:both;
z-index:100;
}

.frContent{
position:relative;
left:0px;
top:0px;
margin:0;
padding:0;
width:920px;
min-height:395px;
height: auto;
clear:both;
z-index: 10;
}

* html .frContent{
z-index: -10;
}

.frFooter{
position:relative;
left:0px;
top:0px;
margin:0;
padding:0;
width:100%;
height:35px;
clear:both;
}
