/* 
title: Smileydesign Euro08 Fan Smileys
author: Enrico Gollnow
*/

/* import stylesheets*/
@import url(../css/master.css); 
/* end import */

/* smileys */

div.smileybox {
	float: left;
	width: 900px;
	margin: 0;
	padding: 1em 0;
	}
div.smileybox p {
	margin: .5em .7em .5em .7em;
	border: solid 3px;
	border-color:#ECEBE5;
	float: left;
	}
div.smileybox p	img {
	visibility:hidden;
	}	
div.smileybox p.smiley01 {
	width: 100px;
	height: 55px;
	background:#fff url(../smileys/german01.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley02 {
	width: 100px;
	height: 55px;
	background:#fff url(../smileys/german02.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley03 {
	width: 100px;
	height: 55px;
	background:#fff url(../smileys/german03.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley04 {
	width: 100px;
	height: 55px;
	background:#fff url(../smileys/german04.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley05 {
	width: 100px;
	height: 55px;
	background:#fff url(../smileys/german05.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley06 {
	width: 100px;
	height: 55px;
	background:#fff url(../img/blanksmile.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.smileybox p.smiley07 {
	width: 100px;
	height: 55px;
	background:#fff url(../img/blanksmile.gif) no-repeat center center;
	overflow:hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}