@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/sofortzugang__05.jpg);
	background-repeat:repeat;
	margin: 0 0 0 0;
}

.rounded_corners {
	margin: 30px auto 20px auto;
	height:135px; 
	/*max-height:135px;*/ 
	width:180px; 
	/*max-width:180px;*/ 
	/*background-image: url(login_box_bg2.gif);*/
	/*background-color:#bababa;*/
	background: transparent url(login_box_bg2.gif); no-repeat top left;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
	behavior: url(css/border-radius.htc);
}

.rel {
	position: relative;
	z-index: inherit;
	zoom: 1;
}

