@charset "utf-8";
/* CSS Document */


.box_1_grau{
		width: 220px;
		height: 313px;
		background-image: url(../pics/box_1_grau_bg.png); background-repeat: no-repeat;
		display: inline-block;
		float: left;
		padding: 0 20px 20px 0;
}

.box_1_grau_header{
		height: 36px;
		padding-left: 10px;
		position: relative;
		
}

.box_1_grau_header_text{
		position: absolute;
		top: 25%;
		height: 36px;
		color: #fff;
		font-weight: bold;
}

.box_1_grau_content{
		width: 200px;
		padding: 10px;
}

#col1 .box_1_grau{	
		padding: 0 0  20px 0;
		vertical-align:top
} 
