/*
	Current version: 1.0
	
	Site: Industritekniska Gymnasiet
	www: industritekniska.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the basic structure and navigation of the site.
*/


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

/* STUFF AVAILABLE IN THE EDITOR */

.bildVanster
{
	float:left;
	margin:0 15px 15px 0;
}

.bildHoger
{
	float:right;
	margin:0 0 15px 15px;
}


.bildRam
{
	border:1px solid #fff;
}

.bildRamVanster
{
	border:1px solid #fff;
	float:left;
	margin:0 15px 15px 0;
}

.bildRamHoger
{
	border:1px solid #fff;
	float:right;
	margin:0 0 15px 15px;
}

.linjeBild
{
	display:block;
	float:none;
	clear:both;
}


.tabellradGra
{
}

	.tabellradGra td
	{
		background:#909292;
	}
