﻿html
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 100%;
	background-color: #286446;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

#page
{
	border: solid 1px #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	width: 1000px;
	background-color: #CE2337;
	color: #FFFFFF;
}

#header
{
	border-bottom: solid 1px #FFFFFF;
}

.HeaderPicture
{
	vertical-align: bottom;
}

#crumbs
{
	border-bottom: solid 1px #FFFFFF;
	padding: 5px 0px 5px 5px;
	background-color: #286446;
}

#menu
{
	border-bottom: solid 1px #FFFFFF;
	background-color: #286446;
	padding-bottom: 0;
}

#content
{
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content A:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

#content A:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

#right
{
	border: solid 1px black;
	width: 160px;
	float: right;
	margin: 0px;
	margin-right: 2px;
}

#footer
{
	background-color: #FFFFFF;
	padding: 2px 0px 2px 5px;
	text-align: center;
	color: #286446;
	font-size: 80%; /*border-top: solid 1px #286446;*/
}

#footer A:link
{
	text-decoration: underline;
	color: #286446;
}
#footer A:visited
{
	text-decoration: underline;
	color: #286446;
}
#footer A:active
{
	text-decoration: underline;
	color: #286446;
}
#footer A:hover
{
	text-decoration: underline;
	color: #286446;
}

/* Classes */

.ShoppingBasket
{
	background-color: #FFFFFF;
	color: #000000;
}

.ShoppingBasket td, .ShoppingBasket th
{
	border-top: solid 1px #000000;
	padding: 2px;
}

.actionButton
{
	background-color: #286446;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	padding: 4px;
}

.productListItem
{
	background-color: #FFFFFF;
}

.productHeading
{
	border: solid 1px #000000;
	color: #FFFFFF;
	background-color: #286446;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.productHeading A:Link
{
	color: #FFFFFF;
}
.productHeading A:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.productHeading A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}
.productHeading A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.productImage
{
	border-style: none;
	border-width: 0px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}

.productImageRating
{
	border-style: none;
	border-width: 0px;
	margin: 0;
}

.productDescription
{
	color: #000000;
	border: solid 1px #000000;
	background-color: #FFF;
	border-top-style: none;
	padding: 5px 5px 5px 5px;
}

.productListPaging
{
	color: #FFFFFF;
}

.productHeading A:Link
{
	color: #FFFFFF;
}
.productHeading A:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.productHeading A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}
.productHeading A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}


.productBuyInput
{
	width: 40px;
}

.productBuyButton
{
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/button_big.gif);
	text-align: center;
}



.greenroundboxheader, .greenroundboxheader700
{
	margin: 0;
	padding: 5px;
	background: #286446;
	border-bottom: solid 1px #000000;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.greenroundboxheader
{
	/*background: #286446 url(../images/site/box_top_250_red.gif) no-repeat top left;*/
}

.greenroundboxheader700
{
	/*background: #286446 url(../images/site/box_top_700_red.gif) no-repeat top left;*/
}

.greenroundboxbody, .greenroundboxbody700
{
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #000000;
	text-align: left;
	font-size: 14px;
}

.greenroundboxbody
{
	/*background: #FFFFFF url(../images/site/box_bottom_250_red.gif) no-repeat bottom left;*/
	width: 250px;
	margin: 0 0 20px 0;
}

.greenroundboxbody700
{
	/*background: #FFFFFF url(../images/site/box_bottom_700_red.gif) no-repeat bottom left;*/
	width: 700px;
	margin: 0 0 40px 0;
}

.boxbody
{
}

#ProductDescription A:link
{
	color: #000000;
	text-decoration: underline;
}

#ProductDescription A:visited
{
	color: #000000;
	text-decoration: underline;
}

.greenroundboxbody p, .greenroundboxbody700 p
{
	margin: 0;
	padding: 10px;
}

.IE8MenuFix
{
	z-index: 1000;
}

.topmenu
{
	background-color: #286446;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border-right: solid 1px #FFFFFF;
}
.topmenulevel1hover
{
	font-size: 14px;
	background-color: #CE2337;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.submenu
{
	border-top: solid 1px #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
}


.topmenu a, .submenu a
{
	display: block;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.submenu a
{
	padding: 5px;
}

#newsListPaging
{
	color: #286446;
	font-weight:bold;
	margin:0 0 0 20px;
}

#newsListPaging a:link
{
	color: #286446;
}

#newsListPaging a:visited
{
	color: #286446;
}

#newsListPaging a:hover
{
	color: #286446;
}

#newsListPaging a:active
{
	color: #286446;
}

#NewsSection {
	margin:0;
	padding: 0;
}

#NewsSection ul {
	margin:0;
	padding: 0;
}

#NewsSection ul li {
	list-style: none;
	display: inline;
}

#NewsSection .news {
	float: left;
	width: 600px;
	margin:0 20px 20px 40px;
	text-align: left;
	border-top: 1px dotted #286446;	
	border-bottom: 1px dotted #286446;	
	padding: 5px;
}

#NewsSection .news p {
	float: left;
	margin:0;
	width: 90%;
	font-size: 12px;
	padding: 0 5px 0 10px;
}

#NewsSection .news p:hover
{
	background-position: #C0C0C0;
	background: #C0C0C0;
}

#NewsSection .news a
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#NewsSection .news a:hover {
	text-decoration: underline;
	color: #286446;
}

#NewsSection .news_date {
	float: left;
	font-family: century gothic;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding: 0 10px 0 0;
	width: 25px;
}

#NewsSection .news .day {
	float: left;
	width: 25px;
	font-size: 14px;
	clear: both;
	color: #286446;
}

#NewsSection .news .month {
	float: left;
	width: 25px;
	font-size: 14px;
	color: #286446;
}

#LinkSection {
	margin:0;
	padding: 0;
}

#LinkSection h2 {
	margin:0;
	padding: 0;
	color: #286446;
}

#LinkSection h3 {
	margin:0;
	padding: 20px 0 0 0;
	color: #286446;
}

#LinkSection p {
	margin:0;
	font-size: 12px;
}


#LinkSection a
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#LinkSection a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#LinkSection a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#LinkSection a:hover {
	text-decoration: underline;
	color: #286446;
}


#NewsDetailSection
{
	margin:0;
	padding: 0;
}

/* Styles til Kontaktsiden */
#ContactSection {
	margin:0;
	padding: 0;
}

#ContactSection h2 {
	margin:0;
	padding: 0;
	color: #286446;
}

#ContactSection h3 {
	margin:0;
	padding: 20px 0 0 0;
	color: #286446;
}

#ContactSection p {
	margin:0;
	font-size: 14px;
}


#ContactSection a
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#ContactSection a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#ContactSection a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #CE2337;
}

#ContactSection a:hover {
	text-decoration: underline;
	color: #286446;
}
