/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.buttons {
	font-size: 12px;
	}
	
.buttons a {
	color: #000;
	font-weight: bold;
	}
.buttons a:hover{
	color: #000;
	text-decoration: underline;
	}	
	
.buttons ul {	
	list-style-type:none;
	}	
.buttons ul li{	
	padding: 5px;
	padding-top: 15px;
	float: left;
	width: 120px;
	height: 15px;

	text-align:center;	
	vertical-align: middle;
	background:url(http://slww.nl/templates/slww/images/buttonbackground.png) no-repeat;	
	}		
 
img {
	height: auto;  
    max-width: 100%;  
	}