﻿/*
	ELEMENTS
-------------------------------------------------------------------------------
*/
body, input, button, select, textarea
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
}

html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 140%;
}

h1,
span.overskrift
{
	margin-top: 10px;
	font-size: 20px;
	color: #055AA7;	
	font-weight: bold;
	display: block;
	line-height: 1.5em;
}

h2
{
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	color: #054F95;	
	display: block;
}






/*
	ID - LAYOUT
-------------------------------------------------------------------------------
*/
#header
{
	height: 234px;
}

#header img
{
	border: none;
}

#_Menu
{
	background: Transparent url('/images/menu.png') repeat-x top left;
	height: 27px;
	text-align: center;
}

#footer
{
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
}
#footer img
{
	margin-left: 3px;
	margin-right: 3px;
}

#news
{
	float: left;
}

#Panel1
{
	float: right;
	margin-top: 13px;
	width: 630px;
}


#addthis {
	position: relative;
	top: -5px;
}
.addthislink:hover
{
    opacity: 0.7;
}








#formular input {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
}
#formular input.inline 
{
    padding: 0px;
    text-align: right;
}

#formular #submit 
{
    margin-top: 30px;
    text-align: center;
}
#formular #submit input {
	padding: 10px 20px;
}


#formular .table tr td {
    padding: 5px 5px;
}

#formular table.borders {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#formular table.borders tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}








/*
	STORE KASSER
-------------------------------------------------------------------------------
*/
.box
{
	width: 349px;
	margin-bottom: 10px;
}
.box .top
{
	background: Transparent url('/images/boxtop.png') no-repeat top left;
	height: 10px;
}
.box .outer
{
	background: Transparent url('/images/boxbottombg.png') repeat-y top left;
	min-height: 127px;
}
.box .inner
{
	background: Transparent url('/images/boxbg.png') no-repeat top left;
	min-height: 127px;
}
.box .content
{
	/*background: Transparent url('/images/boxarrow.png') no-repeat 13px 7px;*/
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	min-height: 40px;
}
.box .content a:link,
.box .content a:active
{
	text-decoration: none;
	color: #0000EE;
}
.box .content a:visited
{
	text-decoration: none;
	color: #0000EE;
}

.box .content h1,
.box .content h1 a:link,
.box .content h1 a:visited,
.box .content h1 a:active
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #055AA7;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	text-decoration: none;
}
.box .bottom
{
	background: Transparent url('/images/boxbottom.png') no-repeat top left;
	height: 10px;
}






div.error
{
    background: #fbcdcd url('../images/error.png') no-repeat 10px center;
    padding: 8px;
    padding-left: 36px;
    border: 1px solid #f04949;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.exclamation
{
    background: #fff5aa url('../images/exclamation.png') no-repeat 10px center;
    padding: 8px;
    padding-left: 36px;
    border: 1px solid #cac805;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.success
{
    background: #c0ffb1 url('../images/success.png') no-repeat 10px center;
    padding: 8px;
    padding-left: 36px;
    border: 1px solid #33c90f;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.information
{
    background: #C6F4FC url('../images/information.png') no-repeat 10px center;
    padding: 8px;
    padding-left: 36px;
    border: 1px solid #0DC1E1;
    margin-top: 20px;
    margin-bottom: 20px;
}