/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

body
{
/* für runde Ecken ...  */
margin: 0 auto;
/* ... für runde Ecken*/

}


/*
----------------------------------------------------------------------------------------------------------------------------
  runde Ecken CSS
----------------------------------------------------------------------------------------------------------------------------
*/

.rund {
 position:absolute;
 margin:0px auto;
 min-width:920px;
 
 max-width:920px;
 color:#444; /*Schriftfarbe*/
 width:auto !important;width:920px; /*ie6 width */
 z-index:6;
 margin-left:65px; /*linke Ecke breite, muss auch an anderen Stellen berücksichtigt werden */
}

.rund .no-overflow {
 position:static;margin: 0 auto;
 max-height:1550px;
 overflow:auto;  
 width:auto;margin-left:-65px;
}

.rund .centertext {
 position:relative;
 zoom:1;
 width:auto;
 min-height:600px; /*minimale Höhe */
 padding:20px 0px 0px 12px; margin-left:150px;margin-right:24px;
}


.rund .rechts-oben,
.rund .links-oben,
.rund .links-unten,
.rund .rechts-unten {  
 background:transparent no-repeat top right;
  background-image:url(center-bg.png);
 _background-image:url(center-bg.gif);
}

.rund .rechts-oben {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.rund .links-oben {
 position:absolute;
 left:0px;
 top:0px;
 width:12px; 
 margin-left:-12px;
 height:100%;
 _height:1600px;
 background-position:top left;
}

.rund .links-unten,
.rund .rechts-unten {
 //font-size:1px;
 height:75px; //höhe für unten
}

.rund .links-unten {
 position:relative;
 background-position:bottom right;
 width:100%;
}

.rund .rechts-unten {
 position:relative;
 width:12px;
 margin-left:-12px;
 background-position:bottom left;
}

.rund .links-oben,
.rund .rechts-unten,
.rund .centertext
.rund .no-overflow {
 margin-left:-65px;
 width:65px;
}

.centertext {
z-index:8;
}

