/*Block mit fester grösse*/


.content_box {
	width: 130px;
	height: 180px;
	color: #4d4d46;
	padding: 12px 10px 10px 12px;
	background-image: url(../img/block1.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	}
	
.button_small {
	width: 150px;
	height: 30px;
	background-image: url(../img/button2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	}	
	
.button_small:hover {
	width: 150px;
	height: 30px;
	background-image: url(../img/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	}	

/*Block mit variabler Höhe*/	
	
.content_box2 {
	width: 155px;
	height:auto !important;
	padding: 12px 0 0 0;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	}
	
.top {
	color: #4D4E46;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 12px;
	}
	
#middle {
	padding: 0 20px 10px 12px;
	background-image: url(../img/middle.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	}
	
.button_small {
	width: 150px;
	height: 30px;
	background-image: url(../img/button2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	}	
	
.button_small:hover {
	width: 150px;
	height: 30px;
	background-image: url(../img/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	}	
	
	
	
	
	
	

	


