


/* textboxwrappergross begin */

.gross p {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}

.grosstop {
	background-image: url(http://www.aerztehaus-tuebingen.de/faezt/fileadmin/corners/gross_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.grossbottom {
	background-image: url(http://www.aerztehaus-tuebingen.de/faezt/fileadmin/corners/gross_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

img.gross {
   width: 30px;
   height: 30px;
   border: none;
   display: block !important;
}

/* textboxwrappergross end*/


/* textboxwrapperklein begin */

.klein {
	width: auto;
	background-color: #c3d552;
	color: #000;
}

.klein p {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

.kleintop {
	background-image: url(http://www.aerztehaus-tuebingen.de/faezt/fileadmin/fileadmin/corners/klein_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.kleinbottom {
	background-image: url(http://www.aerztehaus-tuebingen.de/faezt/fileadmin/fileadmin/corners/klein_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

img.klein {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

/* textboxwrapperklein end */
