/* Copyright 2006 Piotr Kuczynski */

/* HTML-element */

body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-align:center;
}

hr {
	width:200px;
	size:1px;
	clear:both;
}


/* Containers */

.sidContainer {
	text-align:center;
}

.bildContainer {
	width:900px;
	text-align:center;
	margin-bottom:10px;
}

.sidHuvud {
	width:850px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#666666;
	clear: both;
	
}

.sidFot {
	width:850px;
	text-align:center;
	clear: both;
}

.thumbFrame {
	width:260px;
	height:150px;
	background-color:#FFFFFF;
	margin:10px;
	text-align:justify;	
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	border-bottom-style:solid;
	border-bottom-color: #999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color: #999999;
	border-left-width:1px;
	float:left;
}

.blankFrame {
	width:260px;
	height:150px;
	margin:10px;
	text-align:left;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	color: #999999;
	float:left;
}

.bildRad {
	width:900px;
	clear:both;
}

/* Länkar */

a:link {
	color: #3366FF;	
	font-size:10px;
	font-weight:bolder;
	text-decoration:none;
}

a:visited {
	color: #3366FF;	
	font-weight:bolder;
	font-size:10px;
	text-decoration:none;
}

a:hover {
	color: #0099FF;	
	font-weight:bolder;
	font-size:10px;
	text-decoration:underline;
}

a:active {
	color: #3366FF;	
	font-weight:bolder;
	font-size:10px;
	text-decoration:none;
}

a.home:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#B03900;
	text-decoration:none;
	float:left;
}

a.home:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#B03900;
	text-decoration:none;
	float:left;
}

a.home:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#FFE1D2;
	background-color:#B03900;
	text-decoration: underline;
	float:left;
}

a.home:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#B03900;
	text-decoration:none;
	float:left;
}


/* Custom klasser */

.thumbPic {
	margin-right:10px;
	cursor:pointer;
	vertical-align:top;
	float:left;
}

.rubrik1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#FFFFFF;
}

.titleInvert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#FFE1D2;
	background-color:#B03900;
	float:left;
}

.invertTextColor {
	color:#FFE1D2;
	background-color:#B03900;
}

.normalTextColor {
	background-color:#FFE1D2;
	color:#B03900;
}