*
{
	margin: 0;
	padding: 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #222;	
}

a {
	text-decoration: none;
	color: #555;
}
a:hover
{
	color: #000;
}

img {
	border: 0;
}

body 
{
/*
	background-image: url('http://ny.zodiacblad.no/gfx/bg.png');
	background-position: top;
	background-repeat: repeat-x;
	*/
	background-color: #123d9a;
}

div#wrapper
{
	margin: auto;
	width: 790px;
	padding: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	margin-top: 15px;
	margin-bottom: 15px;
	
	background-color: #fff;
	border: 1px solid #ccc;
}

	

div#leftContent
{
	width: 180px;
	float: left;
}
	div#leftContent h4
	{
		display: block;
		text-align: center;
		background-color: #bbe2e0;
		color: #000000;
		padding: 3px;
		margin-top: 7px;
	}
	div#leftContent ul {
		margin-top: 0px;
		list-style-type: none;
	}
		div#leftContent ul li
		{
			display: block;
			background-color: #f2f2f2;
			padding: 2px;
		}
			div#leftContent ul li a {
				color: #000000;
				font-size: 80%;
				padding-left: 10px;	
			}

div#middleContent
{
	width: 610px;
	float: left;
}

div#bottomPayText
{
	width: 570px;
	padding: 20px;
	padding-top: 0px;
	font-size: 80%;
}
	div#bottomPayText img
	{
		display: block;
		float: left;
		margin: 6px;
	}

div.moduleContent
{
	width: 570px;
	padding: 20px;
	padding-top: 0px;
	float: left;
}
	
	div.moduleContent table {
		margin-top: 11px;
	}

	div.moduleContent ol {
		margin-top: 11px;
	}
	
	div.moduleContent ul {
		margin-top: 11px;
		margin-left: 30px;
	}
	
	div.moduleContent p {
		margin-top: 11px;
		line-height: 140%;
	}
	
	div.moduleContent ul {
		margin-top: 11px;
	}
	
	div.moduleContentp, ul {
		margin-top: 11px;
	}
	
	div.moduleContent h6 {
		margin-top: 11px;
	}
	
	div.moduleContent h5 {
		margin-top: 11px;
	}
	
	div.moduleContent h4 {
		margin-top: 11px;
	}
	
	div.moduleContent h3 {
		margin-top: 11px;
	}
	
	div.moduleContent h2 {
		margin-top: 11px;
		font-size: 130%;
		text-transform: uppercase;
	}
	
div.clear
{
	clear: both;
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

div.middleAd
{
	clear: both;
	margin-top: 6px;
}


label.fieldInline
{
	display: block;
	width: 160px;
	float: left;
}

label.fieldUnderline
{
	display: block;
	width: 160px;
	clear: both;
}

fieldset
{
	margin-top: 11px;
	padding: 11px;
	padding-top: 0;
	background-color: #fff;
	border: 1px solid #999;
}

legend {
	font-weight: bold;
}

input.button
{
	background-color: #EEE;

	border-left : 1px solid #b3b3b3;
	border-right : 1px solid #b3b3b3;
	border-bottom : 1px solid #919194;
	border-top : 1px solid #ccc;

	font-size : 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #000;

	padding: 3px;
}

input, textarea
{
	font-family: "Courier New", Courier, monospace !important;

	background-color: #f6f6f6;

	border-left : 1px solid #b3b3b3;
	border-right : 1px solid #b3b3b3;
	border-bottom : 1px solid #919194;
	border-top : 1px solid #ccc;

	padding: 2px;
}

input.textfield
{
	width: 200px;
}

select.small {
	width: 200px;
}

textarea
{
	width: 500px;
	height: 150px;
}


textarea.big
{
	width: 100%;
	height: 250px;
}

div.subscriptionWebLeft
{
	width: 300px;
	height: 100px;
	padding-left: 10px;
	float: left;
}

div.subscriptionWebRight
{
	width: 300px;
	height: 100px;
	padding-left: 10px;
	float: left;
}

div.fieldsetRow
{
	clear: both;
}
fieldset.fieldsetLeft
{
	float: left;
	width: 340px;
}
fieldset.fieldsetRight
{
	float: right;
	width: 340px;
}


table.stylish
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.stylish th
{
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 3px;
}
table.stylish td
{
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 3px;
}


div#random
{
	height: 200px;
}
