body
{
	margin: 0 auto;
	text-align: center;
	background-image: url(  'img/PageBackground.png' );
	background-repeat: repeat-x;
	background-color: #d4d4d4;
}

/* Formatering av sidans layout*/

#Canvas
{
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

#Container
{
	background-color: #ffffff;
	width: 820px;
	float: left;
	margin: 0 auto;
	background-image: url( 'img/ContainerBackground.png' );
	background-repeat: repeat-y;
	text-align: left;
}

#Header
{
	margin: 0 auto;
	position: relative;
	width: 818px;
	height: 140px;
	background-color: #ffffff;
	background-image: url(img/css.jpg);
}

#H_Logo
{
	position: relative;
	width: 342px;
	height: 115px;
	margin: 0px;
}

#H_Menu
{
	position: relative;
	width: 818px;
	height: 25px;
	background-image: url(img/menu_inactive.gif);
}

#H_Menu ul
{
	padding: 5px 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

#H_Menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#H_Menu li a
{
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
	margin-left: 1em;
}

#H_Menu a
{
	color: #000000;
}

#UL_Menu a:visited
{
	color: #000000;
}

#UL_Menu a:hover
{
	background-image: url(img/menu_active.gif);
}

#UL_Menu a#current
{
	background-image: url(img/menu_active.gif);
	color: #000000;
}

#TableLeft
{
	position: relative;
	float: left;
	width: 210px;
	padding-left: 10px;
}

#TableRight
{
	position: relative;
	float: left;
	width: 210px;
	padding-left: 10px;
}

#TableContentLeft
{
	position: relative;
	float: left;
	width: 560px;
	padding: 10px;
}

#TableContentRight
{
	position: relative;
	float: left;
	width: 560px;
	padding: 10px;
}

#TableContentWide
{
	position: relative;
	float: left;
	width: 780px;
	padding: 10px;
}

#TableSpaltInner
{
	position: relative;
	width: 200px;
	margin-top: 15px;
	padding: 5px 5px 10px 5px;
	
	-background-color: #e8e8e8;
	-background-image: url('img/SideContentBottomBackground.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#TableSpaltInner img
{
	padding: 4px;
}

#TableSpaltInnerHead
{
	position: relative;
	padding: 2px 5px 2px 5px;
	margin: -7px -5px 2px -5px;
	background-color: #476fef;
	background-image: url(  'img/SideHeaderBackground.png' );
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #476fef;
}

.ClubInfoPanel
{
	float: left;
	width: 200px;
	padding: 5px;
}

.ClubInfoPanel a
{
	font-weight: bold;
}

.ClubInfoPanel h2
{
	font-size: 16px;
}

#ECCInfo
{
	clear: left;
}

#SSKInfo
{
	clear: right;
}


.LeftMenu ul
{
	margin: 0;
	padding: 5px;
	width: 100%;
	list-style-type: none;
}

.LeftMenu li
{
	margin-bottom: 0.5em;
}

.LeftMenu a
{
	display: block;
	width: 90%;
	height: auto;
	padding: 0.25em 0.25em 0.25em 1em;
	text-decoration: none;
}

.LeftMenu a:link
{
	color: #000088;
}

.LeftMenu a:visited
{
	color: #000088;
}

.LeftMenu a:hover
{
	background: #75BAFF;
	text-decoration: none;
	background-image: url('img/SideContentHoverItem.png');
	background-repeat: repeat-y;
}

.LeftMenu a#active
{
	background: #eeeeee;
	color: #000088;
	background-image: url('img/SideContentActiveItem.png');
	background-repeat: repeat-y;
}

#GoogleTable
{
	position: absolute;
	left: 840px;
	top: 50px;
	width: 200px;
	text-align: left;
}

/* Textformatering */

div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background: transparent;
}

.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #476fef;
	font-weight: bold;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #476fef;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e79a20;
	font-weight: bold;
}

.PlainText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.PictureText, .SmallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.NewsListDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

.NewsListText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

a
{
	color: #000088;
	text-decoration: none;
}

a:hover
{
	color: #000088;
	text-decoration: underline;
}

/* Övriga element */

img
{
	border: none;
}

.pic
{
	border: 1px solid #000000;
}

input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #f2f2f2;
}

.Button
{
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	background-color: #476fef;
	color: #FFFFFF;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #808080;
	background: #dbdbdb;
}

.sep
{
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:5px; 
	width:100%;
}

p
{
	margin: 0; 
	padding: 0;
}