﻿/* PAGE FORMATTING **************************************************/
html,body 
{
	width:100%;
	height:100%;
	margin:0px;
}

body
{
	background:url(/images/bg.gif) repeat-y center top;
}

h4
{
	margin-bottom:0px;
	margin-top:15px;
}
.toggler
{
	text-decoration:none;
}
.toggler:hover
{
	text-decoration:underline;
}
#TopPanel
{
	height:280px;
	background:url(/images/bg_top_header.gif) center top;
	text-align:center;
	margin-bottom:10px;
}

#HeaderPanel
{
	margin:auto;
	height:280px;
	width:760px;
	background:url(/images/bg_header.gif) center top;
}

#CenterPanel
{
	margin:auto;
	width:760px;	
}

#FooterPanel
{
	text-align:center;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* BOKS FORMATTING ***************************************************/
.Content_Boks
{
}
.Content_Boks_Head
{
	width:760px;
	height:20px;
	background:url(/images/bg_boks_head.gif);
}
.Content_Boks_Body
{
	width:760px;
	background:url(/images/bg_boks_body.gif);
}
.Content_Boks_Foot
{
	width:760px;
	height:20px;
	background:url(/images/bg_boks_foot.gif);
}
.Body_Content
{
	color:#ffffff;
	padding-left:55px;
	padding-right:55px;
}

/* TEXT FORMATTING ***************************************************/
.Main_Headline
{
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	clear		: both;
}
.Main_Subline
{
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
}
.Main_Bodytext
{
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a, a:link, a:active, a:visited
{
	color:#ffffff;
	text-decoration: underline;
}
a:hover
{
	color:#ffffff;
	text-decoration: underline;
}

