/*
	Current version: 1.0
	
	Site: Master
	www: master.atrox.se
	Author: Malin Klingsell, malin.klingsell@atrox.se
	Notes:
*/


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


/* Styles accessed trough TinyMCE */
.imgLeft
{
	margin: 0 20px 10px 0;
	display: block;
	float: left;
}
.imgRight
{
	margin: 0 0 20px 10px;
	display: block;
	float: right;
}

.puff
{
	width:205px;
}

	.puff a
	{
		color:#ff8c00;
	}

.puffTop
{
	margin: 0;
	height:85px;
	background: #fde594 url(../images/common/subnav-top.gif) repeat-x;
	text-align:top;
	padding:10px;
}


.puffBottom
{
	border:0 !important;
	height:9px;
	font-size:0;
	background: url(../images/common/subnav-bottom.gif) 0 -1px no-repeat;
}

.referensBox
{
	border:1px solid #000;
	padding:0;
	width:686px;
	margin:10px 0 10px 0;
}

	.referensBox td
	{
		border:0;
		padding:10px;
		text-align:top;
	}
	
		.referensBox td h2
		{
			color:#868889;
			font-size:1.8em;
			margin:0 0 .5em 0;
			font-weight:normal;
		}