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

#social {
	position:absolute;
	top:177px;
	left:10px;
	width:120px;
	height:29px;
}
#news {
	position:absolute;
	top:287px;
	left:17px;
	font-size:small;
	width:108px;
	height:102px;
}
#neuestebilder {
	position:absolute;
	text-align:center;
	overflow:hidden;
	font-size:small;
	left:16px;
	top:416px;
	width:112px;
	height:115px;
}

a.facebook {  
    width:60px;   
	float:left;
    height:29px;  
    background:transparent url(../bilder/buttons/facebook.png) no-repeat top left;  
}  
a.facebook:hover {  
    width:60px;   
	float:left;
    height:29px;  
    background:transparent url(../bilder/buttons/facebook.png) no-repeat bottom right;  
}
a.myspace {  
    width:60px;   
	float:left;
    height:29px;  
    background:transparent url(../bilder/buttons/myspace.png) no-repeat top left;  
}  
a.myspace:hover {  
    width:60px;   
	float:left;
    height:29px;  
    background:transparent url(../bilder/buttons/myspace.png) no-repeat bottom right;  
}

