@charset "utf-8";
/* CSS Document */
/*Sigridur Osk*/

body, html {
	background:#000;
	height:99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
a {
	text-decoration: none;
	color:#333;
	font-weight:100;
	}
a:hover {text-decoration: underline;}

h1, h2, h3, p {color:#666;}

h1 {font-size:24px; font-weight:800;}
h1 {font-size:14px; font-weight:800;}
h2 {font-size:12px; font-weight:800;}
h3 {font-size:12px; font-weight:800;}

a img {border-width: 0; border-style: none;}

/* ------------------------------------ */
#container {
	background:none;
	border:none;
	position:relative;
	width: 960px;
	\width: 970px;
	w\idth: 960px;			
	height:auto;
	height: 100%;
	text-align: left;
	margin: 0 auto;	
	margin-top: 20px;			
	padding: 0px;
	}

/* allt innan containers*/
	#main {
		background:none;	
		padding: 0px;
		margin-bottom: 20px;		
		}
		

/*Logo efst
---------------------------------------------------------- */
	#banner{
		background:none;		
		float: right;
		height: 60px;
		width:100%;
		}	
	#banner .logo {
		padding: 0px;
		float: left;
		}
	#banner .languages{
		padding: 0px 0px 37px 10px;
		float:right;
		clear:left;
		}

/* main linkar
---------------------------------------------------------- */				
	#banner .mainlinks{
		background:none;
		padding: 0px 0px 10px 0px;				
		float: right;
		height: 100%;
		width:100%;
		
		}
		ul#topnav {
			margin: 5px 0px;
			border:none;
			padding: 0;
			list-style:none;
			float: right;
			font-size:14px;
			text-transform:uppercase;
			font-weight:900;
			color:#666;
			}
		ul#topnav li{
			margin: 0px;
			padding: 30px 0px 10px 28px;  /*space between links*/
			float: left;
			}
		ul#topnav a{
			text-decoration: none;
			color:#CCC;	
			font-weight: 900;
			}
		ul#topnav a:hover{
			text-decoration:none;
			color:#666666;
			}


/*Content
---------------------------------------------------------- */
		#contentimg{
			background:url(../images/4.png);
			float:left;
			padding: 0px;
			min-height:600px;
			min-width:400px;


			-moz-box-shadow: 2px 2px 4px #000;
			-webkit-box-shadow: 2px 2px 4px #000;
			box-shadow: 2px 2px 4px #000;										
			}		
			
		#content {
			background:#fff;		
			float: right;
			width: 520px;
			min-height:560px;
			
                        max-height: 1250px;

			padding: 0px 20px;
			margin:20px 0px 0px 0px;
			}

		#content .contentxt {
				padding: 20px 20px 20px 20px;
				}

                .frettamynd {
				width:300px;
				height: auto;
                                padding: 0px;
                               -moz-box-shadow: 2px 2px 4px #000;
			       -webkit-box-shadow: 2px 2px 4px #000;
			        box-shadow: 2px 2px 4px #000
        
	
			}

/*Tabs
-----------------------------------------------------------*/

ul.tabs {
        width: 100%;
	display: block;
	margin-bottom: 0;
	padding: 4px 0 0 1px;
	border-bottom: solid 1px #ddd;
	height: 40px;
	list-style: none;
}

ul.tabs li {
	float: left;
	height: 40px;
       
}

ul.tabs li a {
	display: block;
	margin: 0 0 0 -1px;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 1px;
	color: #333;
	background: #f5f5f5;
	font-size: 16px;
	text-decoration: none;
}

ul.tabs li.active a {
	position: relative;
	height: 40px;
	top: -4px;
	padding-top: 4px;
	background: #E0E0E0  ;
	border-bottom: 1px solid #fff;
	color: #000;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.tab_container {
	clear: both;
	overflow: hidden;
	margin-bottom: 24px;
}

.tab_container p {
	padding-left: 15px;
}

.tab_container ul {
	padding-left: 35px;
}

.tab_container pre {
	margin-top: 15px;
}

.tab_container td p {
	padding-left: 0;
}

/*Player--------------------------------------*/


#player {
			
			float: right;
			width: 250px;
			min-height:560px;
			height:100%;
			}


/* Form style--------------------------- */
		#form_check {
			float: left;
			width: 300px;
			height: 380px;
			padding: 15px;
			margin-right: 15px;
			border: 0px;
		}
			#form_check input[type=text], #form_check textarea {
				padding: 3px 6px;
				margin-bottom: 10px;
				background: #fff;
				width: 95%;
				border: 1px solid #aaa;
				font-size: 11px;
			}
			#form_check label {
				display: block;
				padding-bottom: 4px;
			}
			#form_check textarea {
				height: 100%;
				font-family:Tahoma, Geneva, sans-serif;
			}
			#form_check input[type=submit] input[type=reset]{
				padding: 3px 6px;
				background: #aaa;
				border: 1px solid #fff;
				color: #fff;
			}
			.required {
			 font-weight:bold;
			}
			.required_star {
			 font-weight:bold;
			 color:#F00;
			}
			.not-required {
			 font-weight:normal
			}		
		.ContactImg {
			float:right;	
			padding: 40px 10px;
		}




	
/* Footer
---------------------------------------------------------- */
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background:none;
	} 
	
#footer-wrap {
	font-size: 9px;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 30px 0 10px;
	margin: 0 auto;
	width: 960px;
	}

#footer p {
	margin: 0;
	}
#footer a {
	color:#CCC;
	}	

		
.clear { clear: both; font-size: 1px; }
.push30 { height: 30px; }
.push50 { height: 50px;}
.space {padding: 0px 20px 0px 0px;}	
.floatright {float:right;} 
