/* CSS Document */
.html{
	height:100%;
	width:100%;
}
	
.body{
	margin: 50px 0 0 0;
    text-align: center;
}



/* Design "Und Ich" */

.undich {
	padding: 0px 0 0 0;
	color: #000000;
}


/* Design Illustrationen */
.box_pos {
    float: left; 
	width: 110px;
    margin: 0; 
	padding: 0;
}

.bg_illustrationen{
	padding: 1px 1px;
	width: 110px;
	height: 85px;
  	display: block;
  	list-style-type: none;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
