@charset "utf-8";

html {margin:0; padding:0;}

body {
	margin-top:10%;
  margin-left:30%;
	padding:0;
	font-size:62.5%;/* schriftgroesse relative machen, um spaeter mit em zu arbeiten    */
	background-color:#FFFFCC;
	font-family:verdana, arial, sans-serif;
	text-align:center;   /* vertikal zentrieren im IE6 */
}

/**********************************************************************/

/*                      ########################      impressum     #############*/

#impressum {
   width:60%;
   float:left;  }         
#impressum_t {
   margin:20px 10px;
   font-size:1.0em;
   color:#777;
   text-align: center;  }  
#impressum a {
	text-decoration: none;
	color: #000;  }
	
.roundedcornr_box_466748 {
	background: url(images/kuscheldecke_tl.png) no-repeat top left;
}
.roundedcornr_top_466748 {
	background: url(images/kuscheldecke_tr.png) no-repeat top right;
}
.roundedcornr_bottom_466748 {
	background: url(images/kuscheldecke_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_466748 div {
	background: url(images/kuscheldecke_br.png) no-repeat bottom right;
}
.roundedcornr_content_466748 {
	background: url(images/kuscheldecke_r.png) top right repeat-y;
}

.roundedcornr_top_466748 div,.roundedcornr_top_466748,
.roundedcornr_bottom_466748 div, .roundedcornr_bottom_466748 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_466748, .roundedcornr_bottom_466748 {
	margin-top: -12px;
}
.roundedcornr_content_466748 { padding: 0 15px; }


