.redlink{
    color: red;
    text-decoration: none;
}

.greenlink{
    color: green;
    text-decoration: none;
}

html {
	height: 101%;
}

body{
	font-size: 16px;
	font-family: Myriad Pro,Arial; 
	margin: 0;
	text-align: center;
	color: #606060;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.centerme {
	margin-left: auto;
	margin-right: auto;
}

#top {	
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 48px;
	background: url('/img/topbg.gif') no-repeat top right;
	text-align: left;
	margin-bottom: 8px;
	clear:both;
}

#top .logo {
	float: left;
	margin: 0;
}

#topnav {
	z-index:2;
}

#topnav ul {
	margin: 0;
	float: left;
	font: bold 13px Verdana;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	width: 120px;	
	height: 31px;
	float:left;
	text-align: center;
	padding-top:10px;
	list-style: none;
	background: transparent url('/img/toplinkbg.gif') top left no-repeat;
}


#topnav ul li ul{
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	border-top: 1px solid black;
	font: 11px Arial;
	background: transparent url('/img/ulbottom.gif') bottom left no-repeat;
	padding-bottom: 10px;
}

#topnav ul li ul li{
	display: list-item;
	float: none;
	background: #0f0f0f;
	height: 25px;
	border-bottom: 1px solid #444444;
}

#topnav ul li ul li:hover{
	display: list-item;
	float: none;
	background: #0f0f0f;
}

#topnav ul li ul li a:hover{
	color: #e22d3a;
}

#topnav ul li {
	position: relative;
	display: inline;
	float: left;
}

#topnav ul li:hover {
	background: transparent url('/img/toplinkbg_hover.gif') top left no-repeat;
}
#topnav ul li a{
	color: #fff;
	text-decoration: none;
}

#topnav ul li a#topnav{
	padding-right: 0;
}

#frontcontent {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 600px;
	z-index:1;
	background: transparent url('/img/frontbg.jpg') no-repeat top left;
}

#blankcontent {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 600px;
	z-index:1;
	text-align: center;
	overflow: hidden;
	background: transparent url('/img/blankbg.jpg') no-repeat top left;
}

#blankcontent a {
	color: #494848;
}

#blankcontent a:hover {
	text-decoration: none;
}

#blankcontent p {
	text-align: center;
}

#blankcontent p.desc {
	font:11px Arial;
}

p.errdesc {
	font:11px Arial;
	margin: 0;
}

p.errdesc a {
	color: #494848;
}

p.errdesc a:hover {
	text-decoration: none;
}

#blankcontent h1 {
	color: #606060;
	margin-top: 10px;
	margin-bottom: 0;
}

#blankcontent h2 {
	color: #de1623;
	font-size: 20px;
	margin: 0;
}

#blankcontent h2 a {
	color: #de1623;
}

#blankcontent h2 a:hover {
	color: #de1623;
	text-decoration: none;
}

#frontcontent .desc {
	text-align: left;
	color: #606060;
	padding-top: 80px;
	padding-left: 180px;
	font: 14px Trebuchet MS;
}

.waystogetpoints {
	float:left;
	text-align: left;
	color: #de1623;
	margin-left: 230px;
	margin-top: -3px;
	font: 14px Trebuchet MS;
}

.tilmeldknap {
	float: right;
	margin-right: 160px;
	margin-top: -10px;
	cursor: pointer;
}

#bottom {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #606060;
}

#bottom a {
	color: #606060;
	text-decoration: none;
	font-size: 10px;
}

#bottom a:hover {
	color: #404040;
}


/* Opret Bruger */
#opretbrugerform {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	font-family: Arial;
	color: #606060;
}

#opretbrugerform fieldset {
	height: 20em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
}

#opretbrugerform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #de1623;
}

#opretbrugerform fieldset legend span {
	display: none;
}
	
#opretbrugerform fieldset h3 {
	height: 3em;
	font-size: 1em;
}
	
#opretbrugerform fieldset div.beskrivelse {
	color: #de1623;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
}
	
#opretbrugerform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#opretbrugerform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
}

#opretbrugerform .classput {
	border: 1px solid #606060;
	font-size: 0.8em;
	height: 1.2em;
	color: #606060;
}
	
/* Part 4 Styling */
#opretbrugerform #opretnu {
	clear: both;
	width: 38em;
	height: 5em;
	padding: 1em;
}
	
#opretbrugerform #opretnu legend {
	display: none;
}
	
#opretbrugerform #opretnu h3 {
	display: none;
}
	
#opretbrugerform #opretnu #oprettekst {
	width: 22em;
	float: left;
	font-size: 0.7em;
}
	
#opretbrugerform #opretnu input {
	width: 248px;
	height: 104px;
	float: right;
	}


/* Login bar */
#loginBar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 900px;
	height: 35px;
	background: #737574 url('/img/loginbg.gif') repeat-x top left;
	text-align: left;
	color: #fff;
	font: 12px Verdana;
}

#loginBar .logincontent {
	margin-left: 188px;
}

.inputlogin {
	width: 200px;
	height: 22px;
	padding-left: 3px;
	padding-top: 7px;
	background: transparent url('/img/logininputbg.gif') no-repeat top left;
	border: 0;
	font: 13px Verdana;
	color: #424242;
	float:left;
	text-align: center;
}

.brugernavnInput {
	width: 398px;
	height: 30px;
	background: url('/img/brugernavnbg.gif') no-repeat;
	margin-top: 10px;	
	margin-left: auto;
	margin-right: auto;
}

.kodeordInput {
	width: 398px;
	height: 30px;
	background: url('/img/kodeordbg.gif') no-repeat;
	margin-top: 10px;	
	margin-left: auto;
	margin-right: auto;	
}

.specialInput {
	height: 27px;
	width: 300px;
	float:left;
	margin-top: 7px;
	margin-left: 90px;
	border: 0;
	cursor: text;
	background: transparent;
	font: 12px Tahoma;
	color: #737574;
}

.submitInput {
	width: 398px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

/* Tooltips */
.tipsy { 
	padding: 5px; 
	font: 13px Arial; 
	font-weight: bold; 
	background-repeat: no-repeat; 
}
.tipsy-inner { 
	padding: 4px 5px; 
	background-color: #000; 
	color: #fff; 
	text-align: center; 
}
.tipsy-north { background-image: url(../images/tipsy/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(../images/tipsy/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(../images/tipsy/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(../images/tipsy/tipsy-west.gif); background-position: left center; }

/* Tooltips slut */

/* Antal point */
#antalPoint {
	float: right;
	width: 230px;
	height: 23px;
	margin-top: 8px;
	margin-right: 32px;
	font: 12px Tahoma;
	color: black;
	background: url('/img/pointkontobg.gif') no-repeat;
}

#antalPoint p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}

#reklameContainer {
	width: 350px;
	height: 270px;
	margin-top: 15px;
	background: url('/img/reklamescrollbg.gif') no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#reklameInner {
	width: 301px;
	height:251px;
	color:#fff;
	padding-top: 10px;
	padding-left: 24px;
}

#reklameInner .klikPoint {
	float: left;
	width: 300px;
	height: 40px;
	background: black;
	margin-top: -40px;
	opacity: 80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

#reklameInner .klikPoint p {
	font: 12px Verdana;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 13px;
	padding-right: 10px;
	opacity: 50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* jCarousel */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 300px;
    height: 250px;
}

.fancyinput {
	width: 400px;
	height: 20px;
	border: 1px solid #8a8a8a;
	background: #e5e5e5 url('/img/inputbg.gif') repeat-x bottom left;
	color: #575757;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#konkurrence {
	float: left;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
}

#tjenLeft {
	width: 700px;
	height: auto;
	float: left;
	margin-top: 5px;
	/*border-right: 1px solid #828282;*/
	padding-left: 5px;
}

#tjenLeft .row1 {
	width: 690px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url('/img/pointbg1.gif') no-repeat;
	margin-top: 7px;
	cursor: pointer;
	clear: both;
}

#tjenLeft .row2 {
	width: 690px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url('/img/pointbg2.gif') no-repeat;
	margin-top: 7px;
	cursor: pointer;
	clear: both;
}

#tjenLeft .title {
	font: 15px Verdana;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	color: #fff;
}

#tjenLeft .title a{
	color: #fff;
	text-decoration: none;
}

#tjenLeft .point {
	width: 115px;
	float: right;
	font: 12px Tahoma;
	margin-right: 9px;
	margin-top: 12px;
	color: #363636;
	font-weight: bold;
}

#tjenRight {
	float:left;
	margin-left: 21px;
	margin-top: 50px;
}

#tjenRight .pic {
	margin-bottom: 5px;
}

/* Produktvisning */
.produktTop {
	height:110px;
	border-bottom: 1px solid #e1e1e1;
}

.produktRow {
	height: 30px;
	width: 200px;
	border-bottom: 1px solid #e1e1e1;
}

.produktRow p {
	font: 11px Arial;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
}

.produktRowFarver {
	height: 35px;
	width: 200px;
	border-bottom: 1px solid #e1e1e1;
}

.produktRowFarver p {
	font: 11px Arial;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
}
/*
.produktRow table {
	font: 11px Arial;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
	margin: 0;
	padding: 0;
}
*/
#whitebg {
	width: 860px;
	height: 500px;
	margin-top:12px;
	margin-left: auto;
	margin-right: auto;
	background:url('/img/whitebg.gif') no-repeat;
}

#whiteLeft {
	height: 489px;
	width: 250px;
	border-right: 1px solid #c9c9c9;
	float: left;
}

#whiteLeft .content {
	padding-left: 10px;
	padding-top: 10px;
}

#whitebg .bund {
	float:left;
	height: 35px;
	width: 607px;
	margin-left: auto;
	border-top: 1px solid #c9c9c9;
	background: url('/img/bundbg.gif') repeat-x;
}

.tilbehorProdukt {
	width: 700px;
	height: 100px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	background: url('/img/tilbehoerbg.gif') repeat-x;
	color: #767676;
	font-size: 8pt;
	font-family: Trebuchet MS;	
}

.tilbehorProduktDesc {
	background: transparent;
	float:left;
	width: 418px;
	height: 95px;
	margin-left: 20px;
	margin-top: 5px;
	text-align: left;
}

.tilbehorProduktImg {
	margin-top: 5px;
	margin-left: 7px;
	float: left;
}

.tilbehorProduktPris {
	float: right;
	width: 157px;
	height: 52px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

.tilbehorInvisibleKnap {
	margin-left: 6px;
}

.annonceInfoDiv {
	width: 670px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	background: url('/img/annonceinfo.gif');
}

.annonceInfoLeft {
	width: 490px;
	height: 200px;
	float: left;
}

.annonceInfoLeft img {
	padding-left:9px;
	padding-top: 20px;
}

.annonceBeskrivelse {
	margin: 0;
	padding: 0;
	font: 11px Tahoma;
	font-weight: bold;
	width: 400px;
	padding-top: 10px;
}

.annonceInfoRight {
	float: left;
	width: 175px;
	height: 200px;
}

.annonceInfoRight .pris {
	margin: 0;
	padding-top: 49px;
	padding-left: 10px;
	font: 24px Tahoma;
	font-weight: bold;
	color: #fff;
}

.annonceInfoRight img {
	padding-top: 18px;
	padding-left: 3px;
}