/* MENU 
 * Her importeres eksternt stylesheet med css til Xmenuen.
 * importeres med følgende synstaks @import "[stylesheet.css]"
 * Der er tre grundlæggende menuskabeloner til rådighed:
 *              - "menu_main_and_sub.css" : horisontal hovedmenu med vertikal undermenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_tree.css" : vertikal hovedmenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_dropdown.css" : vertikal hovedmenu med undersider i dropdownmenuer, der vises onmouseover.
 */

@import "menu_main_and_sub.css";
@import "shop2.css";


/* AVIVA */

body.mceContentBody 
{ 
	color:black; 
	text-align:left; 
	background-color:#ffffff; 
	background-image:none;
}

/* AVIVA MCE STYLES (check mce_styles in domain.asp) */

img.employeeFrame {
	display:block;
	padding:7px;
	border:1px solid #b4b4b4;
	background:transparent url(../images/design/employeeBg.jpg) repeat-x;
}

td.yellowBox {
	height:34px;
	padding:5px;
	background-color:#f2b700;
}	

.line {
	height: 5px;
	background-image: url('../images/design/line.png');
	background-repeat: repeat-x;
	font-size:0px;
	line-height:0px;
}
input.tilmeld{

background-color:#cf1226;
border:1px solid #cf1226;
color:#ffffff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
line-height:11px;
padding:1px;
margin: 3px;
cursor:pointer;}

input.tilmeld:hover{

background-color:#1a1011;
border:1px solid #1a1011;
color:#ffffff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
line-height:11px;
padding:1px;
margin: 3px;
cursor:pointer;}

input.nyhed_tekst1{


color:#1a1011;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
line-height:11px;
margin:3px;
}
.nyhedsbrev_overskrift{

color:#1a1011;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:11px;
margin:3px;
}

/* TEXT FORMATTING (standard) */

body,p,td {
    font-family:trebuchet ms, Arial, Helvetica;
    font-size:11px;  
	margin:0px 0px 10px 0px;
}

ul {
	margin:10px 0px 0px 14px;
	padding:0px;
}

a {
    color:black;
}

a:hover {
    text-decoration:none;
}

h1 { margin:0px; font-size:16px; font-weight:bold; color:#444444; margin: 0px 0px 10px 0px; }
h2 { margin:0px; font-size:14px; font-weight:bold; }
h3 { margin:15px 0px 0px 0px; padding:0px; font-size:12px; font-weight:bold; line-height: 12px; min-height:14px;}
h3.newsHeader { margin:0px; padding:0px; font-size:12px; font-weight:bold; line-height: 12px; min-height:14px;}
h4 { margin:0px; padding:0px; font-size:12px; font-weight:bold; min-height:14px; line-height:100%; }
h5 { margin:0px; font-size:14px; font-weight:bold; }

#content h1, #contentFullPage h1 { margin:0px 0px 15px 0px; padding:0px; font-size:18px; color:#333;border-bottom:1px solid #cdcdcd;line-height:18px; padding-bottom:3px;}
/* DESIGN TOP */

body {
    margin:0px;
    xbackground-image:url(../images/design/body_bg.jpg);
    xbackground-repeat:repeat-x;
	overflow: -moz-scrollbars-vertical;
}

img {
    border:0px;
}

#header {
    margin:0px auto 0px auto; /* top right bottom left */
	background-image:url(../images/design/top_bg.jpg);
	background-color:#ffffff;
    height:194px;
	width:926px;
	vertical-align:bottom;
	position:relative;
}

#left_shadow {
    position:absolute; top:0px; left:-10px;
}

#right_shadow {
    position:absolute; top:0px; left:926px;
}

#left_logo {
    position:absolute; top:0px; left:20px;
}

#right_logo {
    position:absolute; top:0px; left:430px;
}

/* DESIGN TOP SEARCH AND ICONS */

#topsearchfield {
	position:absolute;
	width:200px;
	margin-top:157px;
	margin-left:770px;
}

#smallsearchtext {
	border:0px none #bbbbbb;
	font-size:10px;
	width:110px;
	color: #777777;
}

#icons { /* Div med Print, søg og send til en ven */
	position:absolute;
	width:120px;
	margin-top:166px;
	margin-left:620px;
}

img.icon { /* Billeder til Print, søg og send til en ven */
    margin-right:10px;
}

/* DESIGN CONTENT */

#container {
    width:926px;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
	background:#fff;
    
}

table.frontContent {
	width: 926px; 
	height: 285px;	
	margin: 0px 0px 0px 0px; 
	padding:38px 0px 0px 31px;
}

	table.frontContent td ul {	
		margin:0px 0px 0px 16px;
		padding:0px 0px 0px 0px;			
	}
	
	table.frontContent td ul li {	
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
	}

.frontImageLine {
	width: 925px;
	margin:-4px 0px 20px 1px;
}

#newsColumn {
	width: 206px;	
	margin: 0px 31px 0px 10px; 
}

	#newsHolder {
		height:247px;
	}

	.newsLine {
		float: left;
		width: 206px;
		margin-top:-4px;
	}
	
	p.newsText {
		margin:0px;
		padding:0px;
	}
	
	p.newsLink {
		margin:8px 0px 20px 0px;
		padding:0px;
	}

#shopColumn {
	width: 206px;
	margin-right: 31px;
}

	#frontShopContent {
		height:209px;
	}

.shopLine {
	width: 206px;
	margin-top:-4px;
}

#miscColumn {
	width: 432px;	
}
	
	table.productShowcase
	{
		width: 432px;
		height: 262px;
		background-color: #ffcc00;
		margin:0px;	
	}


	.miscLine {
		width: 432px;
		margin-top:-4px;
	}
	
#leftColumn /* menu container */
{
	float:left;
	width:204px;	
	margin:20px 25px 0px 20px;
}

#leftNoMenu {
	float:left;
	width:184px;
	min-height:533px;
	margin:20px 17px 0px 20px;
	padding:7px 10px 0px 10px;
	background-color:#f1f1f1;
}

#content {  
    width:655px;
	min-height:550px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#contentFullPage {
	width:885px;
	min-height:550px;
	margin:20px 0px 0px 20px;
	padding:0px;
}

/* DESIGN FOOTER */

#footer {
    background-color:#ffffff;
    width:926px; /* Samme vidde som containeren */
    margin:30px auto 0px auto; /* top right bottom left */
    height:97px;
}

#footer_logo {
	position:absolute;
	margin-left:20px; margin-top:20px;
}

#footer_text {
	font-size: 10px;
	font-weight: 800;
	position:absolute;
	margin-left:364px; margin-top:40px;
	width:730px;
	text-align:left;
}

.footer_text_adresse {
	width: 114px;
	margin-right: 1px;
	text-align: center;	
}

.footer_text_by {
	width: 109px;
	margin-right: 1px;
	text-align: center;			
}

.footer_text_tlf {
	width: 110px;	
	margin-right: 1px;
	text-align: center;		
}

.footer_text_cvr {
	width: 107px;	
	margin-right: 1px;
	text-align: center;		
}

.footer_text_email {
	width: 118px;	
	margin-right: 1px;
	text-align: center;		
}


/* BOX */

div.grid {
    position:absolute;
}

div.grid > div.title {
    background-color:#ffd000;
    font-size:14px;
    overflow:hidden !important;
}

div.grid > div.content {
    background-color:#e0e0e0;
    overflow:auto !important;
}

div.grid > div.footer {
    background-color:#eea000;
    overflow:hidden !important;
}

#g1_0_0 > div.content {
    overflow:hidden !important;
    background-color:#ffffff;
}

/* UTILITY CLASSES */

.clear {
    clear:both;
}

.left {
	float: left;		
}


/* END */


