@charset "UTF-8";
/* CSS Document */

/* fritskrabning af browsernes indbygede stylesheet */
html,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1em;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
}
ol, ul {
	list-style: none;
}
/* slut på fritskrabningen af browsernes stylesheet */
/* her begynder CAT stylesheet */
body {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:1.2em;
	background-color: #000000;
	background-image: url(images/bgpattern.gif);
	background-repeat: repeat;
	text-align: center;
}
p {
font: normal 14px Arial, Helvetica, sans-serif;
line-height:1.2em;
}
a {
text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.Container100pct {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}	
.navText_sort a {
	line-height:1.1em;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.navText_hvid a {
	line-height:1.1em;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.navText_pink a {
	line-height:1.1em;
	color:#ec008c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

/* headline */
h1.h1-hvid,
h1.h1-hvid a {
	line-height:0.9em;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
} 
h1.h1-contrast,
h1.h1-contrast a {
	line-height:0.9em;
	color:#cdb36e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
} 
h1.h1-sort,
h1.h1-sort a {
font: normal 600 60px Arial, Helvetica, sans-serif;
line-height:0.9em;
color:#000000;
} 

/* headline Large */
h2.h2-hvid,
h2.h2-hvid a {
font: normal 600 40px Arial, Helvetica, sans-serif;
line-height:0.9em;
color:#ffffff;
} 

h3.h3-hvid,
h3.h3-hvid a {
	font: normal 600 28px Arial, Helvetica, sans-serif;
	line-height:1.1em;
	color:#ffffff;
	margin-bottom: 5px;
} 
h4.h4-hvid,
h4.h4-hvid a {
	font: normal 600 18px Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom: 5px;
} 

h5.h5-hvid,
h5.h5-hvid a {
	font: normal 600 15px Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#ffffff;
	margin-bottom: 10px;
} 

/* broedtekster */
.broedtekst-sort {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#000000;
	margin-bottom: 10px;
}
.broedtekst-hvid {
	line-height:1.2em;
	color:#ffffff;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.broedtekst-gold {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#cdb36e;
	margin-bottom:10px;
}
.broedtekst-pink {
	line-height:1.2em;
	color:#ec008c;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* spacers */
.space {
line-height: 5px;
}
.space_1px {
line-height: 1px;
}
.space_10px {
line-height: 10px;
}
.space_20px {
line-height: 20px;
}
.space_top {
line-height: 40px;
}
.space_between_stories {
line-height: 25px;
}

/* bgcolors */
.bgwhite {
	background-color: #FFFFFF;
}
.bgblack {
	background-color: #000000;
}
.bgcontrast {
	background-color: #cdb36e;
}
/* design elements*/
.line100pct {
	height: 1px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
