/* 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 "importNews.css";


/* AVIVA */

body.mceContentBody 
{ 
	color:black; 
	text-align:left; 
	background-color:#ffffff; 
	background-image:none;
}

.cycle img
{
	display:none;
}


/* AVIVA MCE STYLES (check mce_styles in domain.asp) */

.showimp {
    color:yellow;
    background-color:black;
}

.showlarge {
    font-size:2em;
}

.contactImgBorder
{
	padding:5px;
	border:1px solid #666;
}

td.labelHeader
{
	height:33px;
	background-image: url(../aviva/media/sidebilleder/skilt_kontakt.png); 
	background-repeat: no-repeat; 	
}


/* TEXT FORMATTING (standard) */

body,p,td {
    font-family:Trebuchet MS,Trebuchet, Arial, Helvetica;
    font-size:12px;
    line-height:18px;
}

p { margin:0px 0 4px 0px;}

a {
    color:#87000b;
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
}

h1 { font-size:18px; font-weight:normal; margin:12px 0 12px 0; }
h1.voteStatement { font-size:18px; font-weight:normal; margin:12px 0 20px 0; color:#fff; background-color:#000;padding: 0px 10px 0px 0px; }
h2 { font-size:14px; font-weight:normal; margin:0px 0px 4px 0px; }
h3 { font-size: 13px; font-weight: normal; }
h4 {}
h5 {}

/* DESIGN */
body {
    background-image:url(../images/bg.png);
    margin:0px;
}

img {
    border:0px;
}

#address {
    position:absolute;
    color:#c2c2c2;
    width:205px;
    margin:-210px 25px 0 13px;
}

#address p {
    font-size:10px;
    margin-bottom:10px;

}

#address span {
    font-size:12px;
    font-weight:bold;
}

#outer_container {
    background-repeat:no-repeat;
	
}

#container {
    width:848px;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;	
}

#header {
    height:238px;
    border-bottom:1px solid #2a2a2a;
}

	#header  a
	{
		color:white;
		text-decoration:none;
	}
	
	#header  a:hover
	{
		text-decoration:underline;
	}

#icons { /* Div med Print, søg og send til en ven */
    position:absolute;
    margin-left:549px;
}
    img.icon { /* Billeder til Print, søg og send til en ven */
        margin-right:10px;
    }

#leftColumn {
    float:left;
    background-color: #0c0c0c;
    width:218px;
    min-height:960px;
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20015px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}
    #leftColumn div.adsense {
        color:#fff;
        padding-left:9px;
        height:210px;
        margin-bottom:231px;
    }
    
    #netradio {
        position:absolute;
        margin-top:-30px;
        padding-left:37px;
        background-image:url(../images/radio_icon.png);
        background-repeat:no-repeat;
        background-position:15px 2px;
    }
    
    #netradio a{
        font-size:10px;
        font-weight:bold;
        color:#b6b6b6;
    }
    
    #radioOn {
        display:none;
    }

#fb_weather {
    text-align:center;
    padding-top:8px;
    background-image:url(../images/fb_weather_bg.png);
    background-repeat:repeat-x;
    margin-bottom:40px;
}

div.weather
{
    margin:16px auto 0 auto;
}

#top_boxes {
    height:181px;
    background-image:url(../images/top_box_bg.png);
    margin-left:218px;
}
    #top_boxes img.shadow {
        display:block;
        margin:0 0 -181px auto;
    }
    
    #top_boxes h3 {
        position:absolute;
        width:161px;
        padding-left:8px;
        height:22px;
        font-size:16px;
        line-height:20px;
        background-image:url(../images/top_box_headline_bg.png);
        text-align:left;
        margin-left:12px;
        margin-top:14px;
        z-index:2;
    }
    
    #club_abc {
        float:left;
        width:209px;
        height:181px;
        color:#fff;
        background-image:url(../images/klub_abc.png);
        background-repeat:no-repeat;
        background-position: 6px 7px;
    }
    
        #club_abc div.text {
            padding:50px 0 0 18px;
            width:170px;
        }
        
        #club_abc img.btn {
            margin-top:13px;
        }
    
    #playlist_images {
        float:left;
        width:212px;
        height:181px;
        color:#fff;
        cursor:pointer;
    }
        #playlist_images div.images {
            margin:7px 0 0 7px;
            position:absolute;
            z-index:1;
        }
        #playlist_images img.shadow {
            position:absolute;
            margin:0 0 0 200px;
            z-index:4;
        }
    
    #poll {
        float:left;
        width:209px;
        height:181px;
        color:#fff;
        background-image:url(../images/afstemning_bg.png);
        background-repeat:no-repeat;
        background-position:7px 7px;
    }
        #poll div.text {
            width:130px;
            padding:50px 0 0 18px;
			font-size:14px;
        }
        
        #poll img.btn {
            position:absolute;
            margin:135px 0 0 9px;
        }

#content {
    background-color:#fff;
    background-image:url(../images/content_bg.png);
    background-repeat:repeat-x;
    padding:5px 29px 0px 16px;
    width:585px;
    
    margin-left:218px;
    min-height:980px;
    
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20015px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

	#content p
	{
		margin:0px 0px 10px 0px
	}

div.front_content {
    min-height:787px!important;
	*min-height:779px!important;
}



#content_boxes {
    border-top:1px solid #515151;
    margin-top:18px;
    padding-top:18px;
    overflow:hidden;
}

#footer {

    width:871px; /* Samme vidde som containeren */
    margin:3px auto 20px auto; /* top right bottom left */
}

a.header {
	display:block;
	position:relative;
	z-index:100;
}

div.header_description {
    width:331px;
    max-height:70px;
    position:absolute;
    margin:195px 0px 0px 497px;
    padding: 8px 10px 8px 10px;
    color:#fff;
    font-size:18px;
    background-image:url(../images/semitransparent.png);
    
}

img.overlay {
    position:absolute;
}

.block {
	display:block;
}

div.striped_box {
    width:337px;
	height:303px;
    padding:8px 10px 0px 13px;
    margin:0 0 16px 0;
    background-image:url(../images/striped_bg.png);
}

    div.striped_box h2
        {
        margin-top:0px;
    }
	
	div.striped_box p
        {
        margin-top:0px 0px 0px 0px !important;
		line-height:15px;
    }
	
	div.striped_box img
        {
        border:1px solid #666;
    }
	
div.grey_box {
    width:200px;
    padding:3px;
    float:right;
    background-color:#7a7a7a;
    
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

#printAd2Web {
    height:294px;
}

table.borderTopLight {
    border-top:1px solid #c0c0c0;
    margin-bottom:10px;
}

	table.borderTopLight td {
		padding-top:8px;	
	}

table.borderTopDark{
    border-top:1px solid #515151;
    padding:8px 0px 8px 0px;
}

div.new_music_box {
    width:360px;
	margin-bottom /*\**/:-9px\9;	
}

    div.new_music_box div.music_list {
        min-height:106px;
        padding:0px;
        margin:0px;
        background-image:url(../images/newmusicBg.jpg);
        color:#fff;
    }
        div.new_music_box div.music_list ul {
			padding:0px;
            list-style-image: url(../images/orange_arrow.png);
            *list-style-image: url(../images/orange_arrow_ie7.png);
            padding-left: 28px;
            margin:0px 0px 0px 0px;
            *margin:0px 0px 0px 8px;
        }

    div.new_music_box div.headline {
        background-image:url(../images/new_music_headline_bg.png);
        height:26px;
        padding-left:10px;
        line-height:26px;
    }

.margin-right {
    margin-right:12px;
}

/* formular modul */

td.form h2 {display:none;}

/* AFSTEMNINGSMODUL */

form.voteForm
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

td.voteHeader {

}

td.voteTitle {
	background-color:#333;
	color:white;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table.vote {
	width:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#ccc;
	background-image:url(../images/striped_bg.png);
}

td.voteQuestion {
	background:#666;
	color:white;
	min-height:26px;
	line-height:26px;
	font-size:14px;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 10px;
}

	td.corner
	{
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 20px 19px;
		font-size:0px;
		line-height:0px;
		background-color:white;
	}

/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */

