﻿*
{
	padding: 0;
	margin: 0;
}
html, body
{
	width: 100%;
	overflow: auto;
}
body 
{
	background-color: #333333;
	color: #CCCCCC;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 130%;
}
a
{
	color: #66CCFF;
}
#pageArea
{
	width: 900px;
	min-height: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: Black;
}
#leftPanel
{
	margin-top: 10px;
	width: 190px;
	height: 470px;
	float: left;
}
#rightPanel
{
	margin-top: 10px;
	width: 190px;
	height: 460px;
	float: right;
}
#menu
{
	height: 50px;
}
#content
{
	/*height: 430px;*/
	width: 520px;
	height: 100%;
	margin-left: 190px;
	background-color: White;
}
#footer
{
	clear: both;
	color: #99CCFF;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	background-color: #006600;
	height: 20px;
}
.nyhetsRubrik
{
	font-size: 12px;
	font-weight: bold;
	color: Lime;
	width: 100%;
}
.nyhet
{
	color: #CCCCCC;
	width: 100%;
}
.rubrik
{
	font-family: Tahoma;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.text p
{
	margin-top: 5px;
	padding: 5px;
	font-weight: normal;
}
.textRight p
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
#rightPanel .rubrik
{
	text-align: center;
}
#rightPanel img, #leftPanel img
{
	margin-left: 5px;
}
#menupanel
{
	margin-left: 300px;
}
#menu li
{
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	font-weight: bold;
	list-style-type: none;
}
#menu a
{
	color: White;
	text-decoration: none;
}
#menu a:active
{
	text-decoration: underline;
}
#pageContent
{
	overflow: auto;
	background-color: #666666;
	min-height: 420px;
	font-size: 14px;
}
#pageContent p
{
	margin: 10px;
}
/* Introsidan */
#pageContent img
{
	display: block;
	margin: 7px;
}
#fasadbild
{
	float: right;
}
#pool
{
	float: left;
}
#kiosk
{
	float: right;
}
#ingress
{
	font-size: 16px;
	font-weight: 600;
}
 	