@import "brunch.css";
@import "page.css";
@import "menu.css";
@import "faq.css";

/* AVIVA MCE STYLES (check mce_styles in domain.asp) */

.marginRight
{
	margin:0px 10px 0px 0px;
}

.marginLeft
{
	margin:0px 0px 0px 10px;
}

a.hidden { display:none; }

img.thumb   { margin-top:3px; border:1px solid #909090; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}

body.mceContentBody td.forside {
	color: #000000;
}

body.mceContentBody table.forsideTabel a {
	color: #000000;
}

body.mceContentBody table.forsideTabel a:hover {
	color: #000000;
}

	body {
		color:#666;
		font-size:11px;
		font-family: trebuchet ms, arial, verdana;
		text-align:center;
		background-color:#ffffff;	
		margin:0px;			
	}
	
	td {
		font-size:11px;
		color:#666;
	}
	
	td.hvid 
	{
		color:#ffffff;
		font-size:11px;
		overflow:hidden;
	}
	
	div.page 
	{
		margin-left:36px;
		width:640px;
	}
		
	p 
	{
		margin:0px 0px 12px 0px;
		line-height:16px;
	}

	p.formularPos
	{
		padding-top:2px;
		*padding-top:5px;
	}
	
	a 
	{
		color:#3A5464;
		font-size:11px;
		text-decoration:underline;
	}

	a.betingelser
	{
		color:#3A5464;
		text-decoration:underline;
		font-size:10px;		
	}
	
	a:hover 
	{
		text-decoration:none;	
	}
		
	a.news 
	{
		color: #666;
		font-weight:normal;
		text-decoration:none;	
	}	
	
	h1
	{
		font-size:16px;
		font-weight:bold;
		color:#415a68;
		margin:0px 0px 8px 0px;
		padding:0px;
		line-height:16px;		
	}
		
		h1 a
		{
			font-size:16px;
		}
	
	h2
	{
		font-size:11px;
		font-weight:bold;

		color:#3A5464;
		margin-bottom:5px;
	}
	
	h2.pageName
	{
		margin-bottom:0px;
		padding-bottom:0px;
		line-height:11px;
        text-transform:uppercase;
	}
	
	h3
	{
		font-size:14px;
		font-weight:bold;
		color:#415a68;
		margin:0px 0px 0px 0px;
		padding:0px;
		line-height:14px;
	}
	
	h4
	{
		font-size:12px;
		font-weight:bold;
		color:#f8952f;
		margin:0px;
		padding:0px;
	}
	
	h5
	{
		font-size:14px;
		color:#415a68;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
	
	h6
	{
		font-size:14px;
		font-weight:regular;
		color:#f7901e;
		text-transform:uppercase;
		margin:0px 0px 0px 0px;
		padding:0px;
	}

	code 
	{
		background-color:#f0f0f8;
		display:block;
		padding-left:10px;
		border-left:1px solid #D4DEE5;
	}
	
	input 
	{
		font-family:trebuchet ms,verdana,helvetica,arial;
		margin-bottom:3px;			
	}
	
	input.bar
	{
		display:block;
		float:left;
		font-size:10px;
		width: 153px;
		height:16px;
		color:#000000;
		margin:0px;
		padding:3px 0px 0px 5px;
		background-color:#ffffff;
		border:1px solid #595959;	
	}
	
	input.domainBtn
	
	{
		display:block;
		float:left;
		border:0px;
		margin:0px 0px 0px 15px;
	}
	
	#orderDomain form
	{
		height:21px;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	div.domainInputHolder
	{
		height:21px;		
	}
	
	form.domainForm
	{
		
	}
	
	input.barButton
	{
		font-size:10px;
		width: 50px;
		color:#000000;
		background-color:#ECE9D8;
		margin:0px;
		padding:0px;
		border:1px solid #415A68;
	}
	
	input.checkbox
	{
		color:#000000;
		background-color:Transparent;		
		border: 0px;
		position:relative;
		*top:2px;		
	}

	input
	{
		font-size:11px;
		color:#000000;
		border:1px solid black;
		background-color:#ffffff;
	}
	
	/* FORM MODULE STYLES */
	input.formText
	{
		width:130px;
		margin-bottom:5px;
		margin-left:5px;
	}
	
	input.textBox
	{
		width:300px;
		height:75px;
		
	}

	textarea.formTextbox 
	{
		margin-left:5px;
		width:130px;
	}	
	
	select
	{
		font-size:10px;
		color:#000000;
		border:1px solid black;
		background-color:#ffffff;
		margin-left:0px;
		width:134px;
	}
	
	form
	{
		margin:0px;
	}
	
	/* individual form module styles */
	
	#form_module_14 input
	{
		width:146px;
		margin-left:15px;
	}
	
		#form_module_14 select{
			width:150px;
			margin-left:15px;
		}
	
	#form_module_15 input
	{
		width:146px;
		margin-left:15px;
	}
	
		#form_module_15 select{
			width:150px;
			margin-left:15px;
		}
		
	#form_module_16 input{		
		margin-left:15px;
	}
	
		#form_module_16 textarea {
			margin-left:15px;
			width:105px;
		}
		
		#form_module_16 input.checkbox {
			margin:0px 0px 0px 10px;
			padding:0px;
		}
	
	img 
	{
		border:0px;
	}
	
	.forum_msg_title 
	{
		font-size:14px;
		font-weight:bold;
	}
	
	.forummenu 
	{
		color:#000000;
		text-decoration:underline;
	}
	
	#primaryFrame 
	{
		width:1000px;
		text-align:left;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo
	{
		float:left;
		width:265px;
		height:99px;		
	}	
	
	/* FORSIDE ELEMENTER */
	
	div.outerBounds 
	{	
		/* Sætter ydre skygger på div'en */
		background-color:#efefef;
		border:1px solid #fbfbfb;
	}
	
	div.innerBounds 
	{
		/* Sætter indre border på div'en. Skal bruges som sidste farve i skyggeeffekten */
		background-color:#ffffff;
		border:1px solid #d5d5d5;
	}			
	
	/* FRONT PAGE BOX ITEMS */
	
	#mainbox_container
	{
		float:left;
		width:689px;
		height:284px;
		margin:33px 0px 0px 0px;
		padding:0px;		
	}
	
	#mainbox_content
	{
		width:675px;
		height:270px;
		margin:1px auto 0px auto;		
		padding:5px;
	}	
	
	#mainbox_content img
	{
		display:block;
	}
	
	#leftContainer
	{
		float:left;
		margin:0px;
		padding:0px;	
		width:698px;
	}
	
		#box1_container
		{
			float:left;
			width:226px;
			height:177px;
			margin:7px 3px 0px 0px;
			padding:0px 0px 0px 0px;		
		}
		
		#box1_content
		{
			width:212px;
			height:163px;
			margin:1px auto 0px auto;
			padding:5px;            
		}	
		
		#box1_text
		{
            width:190px;
            height:134px;			
            padding:8px 11px 0px 11px;
            background-image:url(../images/news_top_gradient.jpg);
            background-repeat:no-repeat;            
		}	
		
		div.newsItem
		{
			margin:10px 0px 0px 0px;
			padding:0px;
		}
		
		.newsItem p
		{
			color:#666;
			margin:0px 0px 13px 0px;
			padding:0px;
		}
		
		#box2_container
		{
			float:left;
			width:458px;
			height:177px;
			margin:7px 3px 0px 0px;
			padding:0px 0px 0px 0px;		
		}
		
		#box2_content
		{
			width:444px;
			height:163px;
			margin:1px auto 0px auto;
			padding:5px;
		}
		
		#box2_content img
		{
			display:block;
		}
		
		#box2_text
		{
			position:absolute;
			width:420px;
			height:22px;
			padding:0px;
			margin:126px 0px 0px 15px;
			color:white;
			font-size:10px;
			font-weight:bold;			
			z-index:100;			
		}
		
			#box2_text a
			{
	            color:white;
				text-decoration:none;
				border-bottom:1px solid white;				
	        }
			
			#box2_text a:hover
			{
	            text-decoration:none;
				border:0px;
			}
		
		#box2_textoverlay
		{
			position:absolute;
			width:426px;
			height:36px;
			overflow:hidden;
			padding:5px 0px 0px 18px;
			margin:122px 0px 0px 0px;
			background-color:#415a68;		
            color:white !important;
            font-weight:normal;
			opacity: 0.5;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);	
			z-index:90;
		}

        #box2_textoverlay td, #box2_textoverlay p
		{
            color:white !important;
        }        
      
		
		#box4_container
		{
			float:left;
			width:226px;
			height:146px;
			margin:7px 3px 0px 0px;
			padding:0px 0px 0px 0px;			
		}
		
		#box4_content
		{
			width:212px;
			height:132px;
			margin:1px auto 0px auto;
			padding:5px;
			background-image:url(../images/seoTopGradient.jpg);
			background-repeat:no-repeat;
		}

		#box4_text
		{
			padding:10px 5px 0px 10px;
		}
	
		
		td.seoText
		{
			padding:3px 5px 0px 8px;
		}
		
		img.info_arrow
		{
			display:block;			
			position:absolute;
			margin:-13px 0px 0px 180px;
			padding:0px;
			border:0px;
		}
		
		#box5_container
		{
			float:left;
			width:458px;
			height:146px;
			margin:7px 0px 0px 0px;
			padding:0px 0px 0px 0px;	
		}
		
		#box5_content
		{
			width:444px;
			height:132px;
			margin:1px auto 0px auto;
			padding:5px;		
		}
		
		#box5_content img
		{
			display:block;
		}	
		
		#box5_textoverlay
		{
			position:absolute;
			width:165px;
			height:132px;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 279px;
			background-color:#415a68;
            color:white;			
			opacity: 0.6;    
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
			z-index:90;
		}        
        
        #box5_text
              {
            position:absolute;
            width:150px;
            height:119px;
            padding:13px 0px 0px 15px;
			margin:0px 0px 0px 279px;
            color:white;
            z-index:200;
        }

        #box5_text p
		{
			color:white;
		}

        #partnerpil
		{
			position:absolute;			
			margin:-15px 0px 0px 110px;
		}       

	#rightContainer
	{
		float:left;		
		margin:7px 0px 0px 0px;
		padding:0px;		
	}
	
		#domain_container
		{
			width:267px;
			height:332px;	
			margin:0px 0px 0px 0px;	
		}
		
		#domain_content
		{
			width:253px;
			height:318px;
			overflow:hidden;
			margin:1px auto 0px auto;
			padding:5px;			
			background-image:url(../images/domainTopGradient.jpg);
			background-repeat:no-repeat;
		}

		#domain_text
		{
			padding:15px;
		}
	
	/* FRONTPAGE RIGHT BUTTONS */
	
	#rightbox_container
	{
		float:left;
		width:267px;
		height:284px;	
		margin:33px 0px 0px 7px;		
	}
	
		#rightbox_content
		{
			width:253px;
			height:270px;
			margin:1px auto 0px auto;		
			padding:5px;
		}
		
		#rightbox_content_text_frontpage
		{
			width:252px;
			height:270px;
			overflow:hidden;
			xpadding:15px;
			background-image:url(../images/right_text_bg.jpg);
			background-repeat:no-repeat;
		}
		
			#rightbox_content_text_frontpage img
			{
				display:block;				
			}
		
		#rightbox_content_text
		{
			width:223px;
			height:240px;
			overflow:hidden;
			padding:15px;
			background-image:url(../images/right_text_bg.jpg);
			background-repeat:no-repeat;
		}		

		#rightbox_content_text p
		{
			font-size:10px;
			color:#415a68;
		}
	
	img.bottomPic
	{
		margin:10px 0px 0px 5px;
	}
	
	#footer
	{
		width:970px;		
		margin:7px 0px 0px 5px;	
		text-align:center;
		color:#666;
		font-size:12px;
		font-weight:bold;
		line-height:20px;
	}
	
	#footer a
	{
		text-decoration:none;
		color:#666;
	}	
	
	
	#searchBar
	{
		clear:left;
	}
	
	#prepagefade {
		position:absolute;
	    display:inline;  
	}	
	
	
	#contentTable 
	{
		width:950px;
		position:relative;
	}	
	
	

	#icons
	{
		float:right;
		margin-top:5px;
		margin-right:3px;
	}

	#icons2
	{
		position:absolute;
		margin-left:383px;
		_margin-left:348px;
		margin-top:5px;		
		
	}
	
	td.rightContentColumn input.formText
	{
		width:100px;
	}
	
	ul
	{
		margin-top:0px;
		list-style-image:url(http://www.webudkast.dk/newavuva/images/list.gif);
	}
	
	li
	{
		margin-bottom:5px;
		margin-top:5px;
	}	
	
	xul
	{
		margin-left:10px;
		margin-top:0px;
		list-style-image:url(http://www.webudkast.dk/newavuva/images/list.gif);
	}
	
	xli
	{
		margin-left:-20px !important;
		margin-left:15px;
		margin-bottom:5px;
		margin-top:5px;
	}
	
    #breadcrum {
        text-transform:uppercase;
    }
    
	#clear
	{
		clear:both;
	}
	
	div.clear
	{
		clear:both;
	}
	
/* News Page Image */

img.newsPic
{
	float:right;
	margin:0px 0px 10px 10px;	
}
	
/* Newsletter specifics */

form.newsletterForm
{
	width:213px;
	margin-bottom:15px;
}

input.nyhed_tekst
{
	height:18px;
	width:204px;
	padding:3px;
	margin:0px 0px 5px 0px;
	font-size:12px;
	background-image:url(../images/newsInputBg.jpg);
	background-repeat:repeat-x;
}

.nyhed_knap_afmeld, .nyhed_knap_tilmeld
{
	margin:5px 0px 0px 0px;
	width:80px;
	background-color:#efefef;
}

img.letterImg
{
	margin:0px 0px 0px 30px;
}



