body {
margin: 0;
padding: 0;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
background-color: /*#f5f6f7*/ white;
}
img {
border: none;
}
#wrapper {
width: 700px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
background-color: white;
/*
border-right: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
*/
}
.head {
margin-top: 10px;
position: relative;
}
.date {
position: absolute;
bottom: 0px;
right: 0px;
font-size: 13px;
color: #666;
}
#bigBox {
width: 700px;
height: 250px;
background-image: url(img/bigBox.png);
background-repeat: no-repeat;
color: white;
position: relative;
}
#bigBox .padding {
padding: 6px;
}

#imagerotator {
position: relative;
height: 200px;
}
#imagerotator img {
position: absolute;
top: 0px;
}
#imagerotator .imgheader {
position: absolute;
bottom: 0px;
padding: 5px;
font-size: 12px;
color: white;
background-color: black;
/* Opacity ¾ndres i js/imagerotate.js fordi IE sux */
z-index: 2;
width: 490px;
}

#bigBox #map {
position: absolute;
top: 6px;
right: 6px;
width: 300px;
text-align: right;
}

#map h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
text-align: right;
margin: 0;
}
#map h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
text-align: right;
margin: 0;
margin-bottom: 1em;
}

#bigBox #newsContainer {
height: 14px;
font-size: 12px;
}
#newsContainer span a {
color: white;
text-decoration: underline;
}
#newsContainer span a:hover {
text-decoration: none;
}
.smallTitleBar {
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin: 0;
color: #fff;
text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
border-bottom: 1px solid #8e140d;
margin-bottom: 3px;
}
#bigBox .smallTitleBar {
margin-top: 6px;
}

#menuWrapper {
height: 60px;
margin-bottom: 3px;
margin-top: 11px;
}

#menu {
text-align: center;
height: 40px;
background-image: url(img/bigBoxBottom.png);
background-repeat: no-repeat;
background-position: bottom;
position: relative;
}
#menu .roundcorners {
position: absolute;
top: 0;
left: 0;
}
#toplevel {
height: 40px;
}
#menu div.item {
display: block;
float: left;
font-size: 14px;
text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
height: 40px;
font-weight: bold;
}
#menu div.item:hover {
background-image: url(img/25_opacity.png);
}
#menu a {
color: white;
text-decoration: none;
}
#menu .item a {
display: block;
height: 30px;
width: 100%;
padding-top: 10px;
}
#menu .subMenu {
text-align: left;
height: 17px;
display: block;
font-size: 10px;
letter-spacing: -0.05em;
background-image: url(img/submenu.gif);
background-repeat: no-repeat;
background-position: bottom;
color: white;
text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
padding-top: 3px;
}
#menu .subMenu a:hover {
text-decoration: underline;
}
#menu .subMenu a:active {
text-decoration: underline;
color: #bf4040;
}
#menu .subMenu span {
padding-right: 6px;
padding-left: 6px;
border-right: 1px solid #ba8a85;
font-weight: bold;
text-transform: uppercase;
}

#content {
min-height: 250px;
font-size: 11px;
color: #666666;
}
#content h1 {
/*font-family: Helvetica, Arial, sans-serif;*/
font-size: 18px;
/*text-transform: uppercase;*/
color: #333;
margin-bottom: 2px;
font-weight: normal;
margin-top: 12px;
}
#content h1:first-child {
margin-top: 4px;
}
#content h1 + p {
margin-top: 0;
}
#content h2 {
font-size: 14px;
}
#content p {
line-height: 18px;
font-size: 11px;
color: #666666;
margin-bottom: 12px;
}
#content ul {
line-height: 18px;
font-size: 11px;
color: #444;
list-style: square;
padding: 0;
padding-left: 2em;
}
#content li {
margin-bottom: 1em;
}
#content img {
display: block;
margin-bottom: 12px;
}
#content a {
color: #0088cc;
text-decoration: none;
}
#content a:hover {
text-decoration: underline;
}
#content a:active {
color: #8fc9fc;
}
.bottomWide {
display: block;
margin-bottom: 12px;
}
#footer {
width: 680px;
height: 53px;
padding-left: 10px;
padding-right: 10px;
/*border-top: 1px dashed #c65950;*/
clear: both;
text-align: center;
}
#footer .smallTitleBar {
padding-top: 3px;
border-bottom: none;
color: #333;
text-shadow: 0px -1px 0px #fff;
margin-bottom: 1em;
}
#footer img {
vertical-align: middle;
margin-left: 8px;
margin-right: 8px;
}

/* Forside styles */
#leftBox {
width: 74%;
float: left;
margin-top: 1em;
}
#rightBox {
float: right;
width: 24%;
margin-top: 1em;
}
#leftBox p, #leftBox ul {
font-size: 11px;
line-height: 16px;
}
#leftBox li {
margin-bottom: 0;
}
#leftBox h1 {
font-size: 14px;
}
#rightBox a.linkbutton {
display: block;
text-align: center;
padding: 10px;
border-top: 1px solid #ccc;
background-image: url(img/raquo.gif);
background-position: center right;
background-repeat: no-repeat;
}
#rightBox a.linkbutton h1 {
font-size: 22px;
margin: 0px;
}
#rightBox a.linkbutton p {
margin: 0px;
}
#rightBox a.linkbutton:hover {
text-decoration: none;
background-color: #f0f0f0;
}
#rightBox a.linkbutton:first-child {
border-top: none;
}


/* Auto-form styles */
#form input[type="text"]{
	border:1px solid #666;
	padding: 5px;
	font-size: 14px;
}
#form input.defaultText{
	width: 213px;
}
#form textarea {
	width: 300px;
	min-height: 100px;
}

/* Bestil styles */
.big {
font-size: 14px;
}
.huge {
font-size: 16px;
}
.bold {
font-weight: bold;
}
.left {
display: block;
text-align: left;
}
.center {
display: block;
text-align: center;
}
.right {
display: block;
text-align: right;
}

.delt {
display: block;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
color: #666;
text-shadow: 0px -1px 0px white;
border-bottom: 1px solid #ccc;
margin-bottom: 3px;
text-align: left;
padding-top: 1em;
margin-top: 1em;
}
.newDelt {
display: block;
font-size: 16px;
color: #fff;
text-align: center;
margin-bottom: 1em;
background-image: url(img/plus.png);
background-repeat: no-repeat;
background-position-y: -3px;
padding-left: 25px;
margin-left: 35%;
margin-right: 35%;
border: 1px solid white;
}
#content .newDelt:hover {
border: 1px solid #0088cc;
text-decoration: none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.error {
color: red;
}
label.error {
display: block;
font-style: italic;
}
