@import "menu.css";
@import "boxes.css";
@import "colors.css";
@import "sIFR-screen.css";
@import "newsletterform.css";
@import "dropdown_list.css";

ul {
 -webkit-margin-before: 5px;
 -webkit-padding-start: 20px;
}

/* =============================================================================
 * AVIVA EDITOR STYLE
 * ========================================================================== */
body.mceContentBody 
{ 
	color:black;
	text-align:left;
	background-color:white;
	background-image:none;
}

#mceTemplatePreview {
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none;
}


/* =============================================================================
 * GENERAL STYLES
 * ========================================================================== */
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

body 
{
	color:#000;
	font-size:0.7em;
	font-family: arial,helvetica;
	background-color:#000;
	margin: 5px 0px 0px 0px;	
}

td
{
	xline-height:17px;
}

p
{
    margin:0px;
    margin-bottom:8px;
    padding:0px;
}

img
{
	border:0px;
}

/* =============================================================================
 * LINK STYLES
 * ========================================================================== */
a 
{ 
	text-decoration: underline;
	color:#000;
}
	
a:hover
{ 
/*	text-decoration: none; */
}



	
/* =============================================================================
 * HEADER STYLES
 * ========================================================================== */
h1 {
	font-size:24px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 18px;
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h4 {
	font-size: 11px;
	margin:0px;
	padding:0px;
}

h4.info_box {
    width:350px;
    _width:auto;
    font-size:33px;
}

h5 {
	font-size:30px;
	margin:0px;
	padding:0px;
}

/* =============================================================================
 * FORM STYLES
 * ========================================================================== */
input,select,text,textarea {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	background-color:#ffffff;
	border:1px solid #000000;
}

input.checkbox
{
	border:0px;
}

/* =============================================================================
 * CLASSES
 * ========================================================================== */
.clear
{
    clear:both;
}

.noheight
{
    height:0px;
    line-height:0px;
}

div.statement
{
    position:absolute;
    margin-top:-60px;
    margin-left:15px;
    padding-left:10px;
    background-color:#000;
}

img.front_page
{
    display:block;
    margin-bottom:10px;
}



/* =============================================================================
 * FOTOFADE BEGIN
 * ========================================================================== */
#fotofade_wrap {
    float: left;
    position: relative;
    width: 590px; height: 331px;
    margin-bottom: 10px;
    margin-right: 10px;
}
    #fotofade_wrap .ff_text {
        position: absolute;
        left: 15px;
        top: -99999px;
        /*top: 271px;*/
        z-index: 99;
        background-color: #000;
        padding-left: 10px;
    }

    #fotofade_wrap .ff_text h5 {
        padding-left: 5px; padding-right: 5px;
    }

    #fotofade_wrap .fotofade_navigation {
        position: absolute;
        right: 8px;
        top: 5px;
        z-index: 100;
        width: 20px;
    }

    #fotofade_wrap .fotofade_navigation a {
        width: 17px; height: 16px;
        display:block;
        margin: 4px 1px;
        border: 1px solid #fff;
        font-size: 12px;
        color: #fff;
        background-color: #000;
        text-decoration: none;
        text-align: center;
    }
    
    #fotofade_wrap .fotofade_navigation a:hover {
        border-color: #acacac;
    }

    #fotofade_images {
        width: 590px; height: 331px;
    }


/* =============================================================================
 * Brødkrummesti
 * ========================================================================== */
p.bct
{
    float:right;
    margin-right:5px;
}

a.bct
{
    color:#000;
    text-decoration:none;
}

a.bct:hover
{
    text-decoration:underline;
}

/* =============================================================================
 * NEWS Classes
 * ========================================================================== */
a.news
{
    color:#fff;
    text-decoration:none;
}

.news_page
{
    color:#000 !important;
}

.news_selected
{
    font-weight:bold;
    background-image:url(../images/green_grad.png);
    background-repeat:repeat-y;
    padding:3px 0px 3px 3px;
    margin-left:-3px;
}

h1.news
{
    font-size:14px;
    margin-bottom:5px;
}

p.news
{
    margin-bottom:20px;
}

a.news:hover
{
    text-decoration:underline;
}

.news_image
{
    float:right;
    width:215px;
    overflow:hidden;
}

.news_image img
{
    display:block;
    margin-bottom:10px;
}

.news_image_text
{
    width:195px;
    padding:4px;
    border:6px solid #b2d234;
    background-image:url(../images/news_image_bg.jpg);
    background-repeat:repeat-x;
    background-color:#cfe771;
    color:#fff;
    font-weight:bold;
}

div.blue_box
{
    color:#fff;
    width:252px;
    height:289px;
    font-size:1.1em;
    padding:17px 15px 17px 15px;
    float:right;
    border: #00aeef 4px solid;
    background-position: left bottom;
    background-image: url(../aviva/media/gfx/fakta_blue.jpg);
    background-repeat: repeat-x;
    background-color: #00aeef;
}

.blue_box a {color:#fff;}

/* =============================================================================
 * ID SPECIFIC STYLES
 * ========================================================================== */
#container
{
	width:890px;
    padding:0px 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;	
}

#content_front
{
	float:right;
    width:590px;
    height:226px;
    overflow:hidden;
}

#content_page
{
    float:left;
    margin-left:10px;
    width:290px;
    height:331px;
    overflow:hidden;
}

#search
{
    float:right;
    text-align:right;
    margin-top:5px;
    *margin-top:30px;
    margin-left:-30px;
    *margin-left:-50px;
}

#search input
{
    margin-bottom:5px;
}

#searchInput
{
    display:block;
    float:right;
    background-image:url(../images/sog_bg.jpg);
    background-repeat:no-repeat;
    border:1px solid #231f20;
    height:16px;
    width:137px;
    *width:135px;
}

#subtext 
{
	width:665px;
	float:left;
	margin:0px 0px 0px 10px;
	line-height:16px;
}

#subpage {
	
	min-height:500px;
	display:block;
	
}

#quicklinks
{
    float:right;
    width:170px;
    margin-top:12px;
}

#icons
{
    position:absolute;
    margin-left:865px;
    margin-top:-33px;
}

#icons img.margin
{
    margin-left:6px;
}

#posNews
{
    background-color:#ec050d;
    background-image:url(../images/news_bg.jpg);
    background-position:4px 4px;
    background-repeat:no-repeat;
    width: 254px;
    height:218px;
    padding:8px 18px 0px 18px;
    margin-bottom:10px;
}

#posNews2 {
    width:175px;
}

#address
{
    margin:0px -10px 0px -10px;
    padding:0px 12px 0px 10px;
    height:37px;
    border-top:1px solid #c7c7c7;
    line-height:37px;
    font-size:10px;
}

#address span
{
    color:#b2d234;
    font-weight:bold;
}

table.skema {
	background-color:#cccccc;
	padding:2px;
	border-collapse: separate;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	width:440px;

}

.skema td {
	background-color:#ffffff;
}

#flashPlayer
{
	float:left;
	width:290px;
	height:186px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#flashPlayer2
{
	float:left;
	width:290px;
	height:186px;
	margin:0px 0px 0px 10px;
	xpadding:30px 0px 0px 35px;
	background-color:red;
}

td.cbox {
    color:#fff;
}
td.cbox a {
    color:#fff;
}
td.cbox a:hover {
    color:#fff;
}
td.cbox h3 {
    color:#fff !important;
}

/* =============================================================================
 * HOLDLISTER
 * ========================================================================== */
table.hold_list {
    min-width: 440px;
    border-spacing:0;
	margin-left:-7px;
	margin-bottom:10px;
}

.formline {
	clear:left;
}

.formline label {
	display:block;
	float:left;
	width:200px;
	clear:left;
	padding:4px 4px 4px 8px;
	margin-left:-7px;
}

.formline input[type=checkbox] {
	margin-top:5px;
}

.formline input[type=text], .formline textarea {
	margin:4px;
	width:135px;
}

.odd {
	background-color:#e6e6e6;
}

table.hold_list th,table.hold_list td  {
    text-align:left;
    padding-left:5px;
	padding-right:10px;
    vertical-align:top;
}
table.hold_list th:first-child,table.hold_list td:first-child  {
	padding-left:7px;
}
table.hold_list td{
	border-top: 2px solid #fff;
}

div#basket {
    position:absolute;
	width:141px;
	height:90px;
    margin-left:550px;
    margin-top:0px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	background-image:url(../images/grad_basket.jpg);
	background-repeat:no-repeat;
	background-position:0px 39px;
}

#basket_upper {
	width:107px;
	margin: 15px 0 0 17px;
	font-weight:bold;
	color:#454545;
}

#basket_icon {
	float:right;
}

#basket_lower {
	margin:28px 0 0 17px;
	width:100px;
	color:#454545;
}

#basket_lower  div{
	margin-top:-2px;
	width:23px;
	height:16px;
	padding-top:2px;
	float:right;
	text-align:right;
	border-left:1px solid #beb8b8;
}

/* =============================================================================
   Galleri styling
   ========================================================================== */
.gallery_preview, .gallery_link { width: 215px; }

.date {
    text-align: center;
    display: inline;
    font-size: 10px;
    color: #444;
    margin-left: 2px; 
}

.gallery_preview .date,
.gallery .date { width: 150px; margin-top: 5px; }
.gallery a.download { text-transform: uppercase; text-decoration: bold; }
.gallery a.download:hover { border-bottom: 1px solid #000; }

.gallery_preview a,
.gallery_preview a:hover,
.gallery_preview a:active,
.gallery_preview a:link,
.gallery a,
.gallery a:hover,
.gallery a:active,
.gallery a:link  { text-decoration: none; }

.gallery { 
    width: 665px;
    padding: 0px;
    list-style-type: none;
}

.gallery li { 
    margin-left: 15px;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.gallery li img { margin-left: 2px; }

.gallery li.area4, .gallery li.area4 .download { border-color: #b2d234; }
.gallery li.area5, .gallery li.area5 .download { border-color: #00aeef; }
.gallery li.area6, .gallery li.area6 .download { border-color: #FAA61A; }
.gallery li.area5, .gallery li.area5 .download { border-color: #aa54a0; }
.gallery li.area7, .gallery li.area7 .download { border-color: #ed1c24; }
.gallery li.area8, .gallery li.area8 .download { border-color: #faa61a; }
.gallery li.area9, .gallery li.area9 .download { border-color: #231f20; }

#container .area4 .download { color: #b2d234; }
#container .area5 .download { color: #00aeef; }
#container .area6 .download { color: #FAA61A; }
#container .area5 .download { color: #aa54a0; }
#container .area7 .download { color: #ed1c24; }
#container .area8 .download { color: #faa61a; }
#container .area9 .download { color: #231f20; }

/* =============================================================================
 * Studievejledning styling
 * ========================================================================== */
form[action$="page.asp?page_id=230"] .field { margin-bottom: 2px; }
    form[action$="page.asp?page_id=230"] p { font-style: italic; color: #444; margin-top: 5px; }
    form[action$="page.asp?page_id=230"] label { }
    form[action$="page.asp?page_id=230"] input { float: right; }


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
[hidden] { display: none; visibility: hidden; }
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

div.form.field:before, div.form.field:after { content: ""; display: table; }
div.form.field:after { clear: both; }
div.form.field { zoom: 1; }

div.form label { 
    width:100px;
    float:left;
    border-bottom:1px dotted #909090;
    }



