/*
	Current version: 1.0
	
	www: hagasolskydd.se
	Author: Max Kårevall - max@atrox.se
	Notes:
*/

@import "common.css";
@import "custom.css";

/* Styles accessed trough TinyMCE */

.button
{
	background: url(../images/common/button.gif) right top no-repeat;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration:none;
	padding: 0 20px 7px 10px;
	line-height: 1.8;
	float: right;
	clear: both;
	margin: 15px 0 15px 0;
}

.pdf
{
	background: url(../images/common/pdf.gif) 0 3px no-repeat;
	padding: 0 0 0 26px;
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
	float: none;
	clear: both;
}

.imgLeft{float:left;margin:0 20px 20px 0;}
.imgRight{float:right;margin:0 0 20px 20px;}