﻿/* GENERAL */

	body 
	{
		font-family:Arial;
		font-size:11px;
		color:#616161;
		text-align:left;
	}
	
	td {text-align:left;}
	
	hr 
	{
		width:100%;
		height:1px;
		border:none;
		border-top:solid 1px #cfcfcf;
		margin-bottom:15px;
		margin-top:15px;
	}

	#MainTable 
	{
		width: 100%;
		text-align:center;
	}
	
	a:link			{color:#2c76a5; text-decoration:underline;}
	a:visited		{color:#2c76a5; text-decoration:underline;}
	a:hover			{color:#616161; text-decoration:none;}
	a:active		{color:#616161; text-decoration:none;}
	
	H1 {font-size: 14px; color:#74ac4a; margin:0px; margin-bottom:10px;}

/* TOP */

	#Top
	{
		 width: 100%; 
		 height: 76px; 
		 background-image: url(../Images/TopBg.gif);
		 background-repeat:repeat-x; 
		 background-position:left center;
		 text-align:center;
	}

	#TopContent 
	{
		width: 649px;
	}

	#TopContentLeft 
	{
		text-align:left;
		vertical-align:top;
	}

	#TopContentRight 
	{
		text-align:right;
	}

/* TOP MENU */

	#TopMenu
	{
		 width: 100%; 
		 height: 65px; 
		 background-image: url(../Images/TopMenuBg.gif);
		 background-repeat:repeat-x;
		 background-position:left center;
		 text-align:center;
	}

/* MAIN */

	#Main
	{
		 width: 100%; 
		 height: 448px; 
		 background-image: url(../Images/MainBg.gif);
		 background-repeat:repeat-x;
		 background-color:#fff;
		 background-position:left top;
	}
	
	
	#MainContent 
	{
		width: 689px;
		height: 448px;
		vertical-align:top;
	}
	
	.MainContentLeftRightLine
	{
		width: 1px;
		background-image: url(../Images/MainLeftRightLine.gif);
		background-repeat:no-repeat;
		background-position:center top;
		font-size:1px;
	}
	
	#MainContentMiddle
	{
		width:100%;
		background-color:#fff;
		vertical-align:top;
		padding:4px 14px 14px 14px;
	}
	
	/* left menu */
	
	.LeftMenuOuterTD 
	{
		width: 145px; 
		padding: 15px 10px 20px 15px; 
		vertical-align: top;
		text-align:left;
	}
	
	.LeftMenuLink:link				{background-image:url(../Images/MenuGrayDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#757575; text-decoration:none;}
	.LeftMenuLink:visited			{background-image:url(../Images/MenuGrayDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#757575; text-decoration:none;}
	.LeftMenuLink:active			{background-image:url(../Images/MenuGrayDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#757575; text-decoration:none;}
	.LeftMenuLink:hover				{background-image:url(../Images/MenuGreenDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#616161; font-weight:bold; text-decoration:none;}
	
	.LeftMenuLinkChosen:link		{background-image:url(../Images/MenuGreenDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#616161; font-weight:bold; text-decoration:none;}
	.LeftMenuLinkChosen:visited		{background-image:url(../Images/MenuGreenDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#616161; font-weight:bold; text-decoration:none;}
	.LeftMenuLinkChosen:active		{background-image:url(../Images/MenuGreenDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#616161; font-weight:bold; text-decoration:none;}
	.LeftMenuLinkChosen:hover		{background-image:url(../Images/MenuGreenDot.gif); padding-left:16px; background-position:left center; background-repeat:no-repeat; color:#616161; font-weight:bold; text-decoration:none;}
	
	.LeftMenuTD 
	{
		padding-top:2px;
		padding-bottom:2px;
	}
	
	/* left menu end */
	
	.RightContent 
	{
		vertical-align:top; padding: 15px 15px 10px 10px;
	}
	
	.questionbox 
	{
		width: 450px; 
		border: solid 1px #cfcfcf;
        background-color: #ffffe1; 
        margin-top: 15px;
	}
	
	.questionboxBig 
	{
		width: 100%; 
		border: solid 1px #cfcfcf;
        background-color: #ffffe1; 
        margin-top: 15px;
	}
	
	.AllContent /* used for sites without a menu */
	{
		padding: 15px 10px 20px 25px; 
		vertical-align: top;
	}
	
	/* galleri */
	
	.GalleriBox
	{
		border:solid 1px #cfcfcf; 
		width:95px; 
		height:75px;
		background-color:#ffffe1;
		text-align:center;
		vertical-align:middle;
	}
	
	/* galleri end */

/* FOOTER */

	a.footerlink:link		{color:#fff; text-decoration:underline;}
	a.footerlink:visited	{color:#fff; text-decoration:underline;}
	a.footerlink:hover		{color:#9cc7e1; text-decoration:none;}
	a.footerlink:active		{color:#9cc7e1; text-decoration:none;}

	#Footer
	{
		 width: 100%; 
		 height: 26px; 
		 background-image: url(../Images/FooterBg.gif);
		 background-repeat:repeat-x; 
		 background-position:left top;
	}
	
	#FooterContent
	{
		font-size:10px;
		color:#fff;
	}
	
	#FooterBrowserCheck 
	{
		width: 100%;
	}