@charset "UTF-8";

body
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #454545;
	}

body.mceContentBody
	{
	padding: 5px;
	font-size: 80%;
	}
	
div#mainwrapper
	{
	font-size: 1.3em;
	word-spacing: 0.1em;
	letter-spacing: 0em;
	line-height: 1.5em;
	}

div#mainwrapper img#dahlecup
	{
	border: 0px;
	}

div#mainwrapper img, body.mceContentBody img
	{
	float: left;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: solid 1px #E6E6E6;
	}

		div#mainwrapper table img, body.mceContentBody table img
			{
			float: none;
			}

		div#content a img.banner
			{
			padding: 20px 0 0 0;
			border: none;
			margin: 0;
			float: none;
			background: url(../wsimages/annonse_tekst.gif) #FFFFFF no-repeat left 5px;
			border-bottom: solid 1px #ebebeb;
			margin-bottom: 15px;
			clear: both;
			}

a, a:visited
	{
	color: #0033e5;
	}

a:hover
	{
	color: #e82100;
	}

p
	{
	margin-bottom: 15px;
	}

h1,
h2,
h3,
h4,
h5,
h6
	{
	color: #0033e5;
	}

h1
	{
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 15px;
	}

h2
	{
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 15px;
	}

h3
	{
	font-weight: normal;
	font-size: 1.275em;
	}

h4
	{
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 5px;
	}

strong
	{
	font-weight: bold;
	}

strong.eventDate
	{
	display: block;
	}

.hr
	{
	background: url(../wsimages/hr_bg.gif) repeat-x;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	}

.smallertext
	{
	font-size: 0.8em;
	}

.biggertext
	{
	font-size: 1.1em;
	}

.capitalize
	{
	text-transform: capitalize;
	}

strong, .signature
	{
	font-weight: bold;
	}

table
	{
	border-collapse: collapse;
	margin-bottom: 15px;
	}

table td, table th
	{
	vertical-align: top;
	text-align: left;
	padding: 5px;
	}
	
div#content ul {margin: 0 0 15px 15px;list-style-type: square;}
div#content ul ul {margin: 0 0 0 30px;}


/* CALENDAR
------------------------------------------------------------ */

table#calendar
		{
		border-collapse: collapse;
		width: 100%;
		color: #666;
		background-color: #e8f0f8;
		margin-bottom: 15px;
		font-size: 0.8em;
		}

table#calendar td
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		}

table#calendar td, table#calendar th
		{
		text-align: center;
		vertical-align: middle;
		border: solid 2px #fff;
		height: 16px;
		line-height: 16px;
		padding: 0;
		margin: 0;
		height: 16px;
		}
		
		table#calendar td#today
				{
				color: #fff;
				background-color: #666;
				}
		
		table#calendar td a
				{
	background-color: #0033e5;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
				}


table#calendar th
		{
		font-weight: bold;
		font-size: 1.1em;
		}

p.eventList
		{
		margin-bottom: 7px;
		}

p.eventList strong
		{
		font-size: 1.07em;
		}


