html
{
	
}

body
{
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
}

div
{
	display: block;
	position: relative;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #600;
}

a:hover
{
	color: #333;
}

.debug { border: 1px dotted blue; }
.debug div { border: 1px solid red; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

.clear-left { clear: left; }
.clear-right { clear: right; }

.justify { text-align: justify; }

img.float-left { margin: 0 1.5em 1.5em 0; }
img.float-right { margin: 0 0 1.5em 1.5em; }

.width-25 { width: 25%; }

.bg-gold { background-color: #D5D0BB; }
.bg-gray { background-color: #ccc; }

.display-block { display: block; }
.display-inline { display: inline; }

.box
{
	background-color: transparent;
	border: 1px solid #600;
}

.box2
{
	background-color: transparent;
	border: 1px solid #600;
	width:250px;
	padding-left:1em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom:2em;
}


.box .title
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1em;
}

.addthis_toolbox 
{ 
	width: 400px; 
}

ul.list-none,
ul.list-none li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#page
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	
}

#header .title
{
	background-color: #ccc;
	border-top: 1px #000 solid;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	padding: 3px;
	letter-spacing: 2px;
}

ul#main-menu,
ul#main-menu li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#main-menu li
{
	border-bottom: 1px solid #999;
	padding: 2px 4px;
}

ul#main-menu li:first-child
{
	border-top: 1px solid #999;
}

ul#main-menu li a
{
	display: block;
}


ul#news-main,
ul#news-main li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#main-menu li a
{
	display: block;
}

.newsletter
{
	width: 120px;
	margin: 0 auto;
}

.country-list ul li
{
	padding: 5px 0;
}

ul#footer-menu
{
	text-align: center;
}

ul#footer-menu li a
{
	border-right: 1px solid #600;
}

ul#footer-menu li:first-child a
{
	border-left: 1px solid #600;
}

ul.inline,
ul.inline li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline li
{
	display: inline;
	padding: 5px 0;
}

ul.inline li a
{
	padding: 0 5px;
}

.info-menu
{
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
	z-index: 9;
}

.info-box
{
	border: 1px dashed #600;
	padding: 1em;
}

.info-box ul,
.info-box ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.box .thumbnails
{
	
}

.box .thumbnails img
{
	margin: 6px 10px;
	box-shadow: 1px 1px 8px #333;
	-moz-box-shadow: 1px 1px 8px #333;
	-webkit-box-shadow: 1px 1px 8px #333;
}

/* Widget hack */

.atclear
{
	clear: left !important;
	padding-bottom: 1.5em;
}

.weather-widget
{
	width: 270px;
	height: 175px;
	overflow: hidden;
}

.weather-widget table,
.weather-widget table td
{
	width: auto;
	margin: 0;
	padding: 0;
}

.breadcrumbs
{
	margin-bottom: 1em;
}

.breadcrumbs span
{
	font-weight: bold;
	color: #600;
}

/* @group Old styles */

h1.teaser
{
	font-size: 16px;
	font-weight: bold;
}

h2.afstemning
{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

h2.forside
{
	font-size: 14px;
	font-weight: bold;
	}

h2.info
{
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

p.special
{
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 15px;
	margin-left: 2px;
	margin-bottom: 2px;
}

p.travellist
{
padding-bottom: 35px;
}

p.yellow
{
	background-color: #FFFF00;
	margin-right: 200px;
}

p.red
{
	background-color: #FF0000;
	margin-right: 200px;
}

p.green
{
	background-color: #009900;
	margin-right: 200px;
}

p.lightgreen
{
	background-color: #99FF00;
	margin-right: 200px;
}

.artikellinje
{
	background-color: #D5D0BB;/*#cccccc;*/
	width: 500px;
	height: 2px;
	text-align: left;
}

p.dato
{
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 3px;
	color: #990000;
}

table.sammen
{
	border-collapse: collapse;
}

table.sammen th,
table.sammen td
{
	border: 1px solid #666;
}

/* @end */

