@charset "utf-8";
/* structure.no 2010 */

body {
	background:#eee;
	color:#222;
	margin:0px;
	padding:0px;
}
div, span, p {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:13px;
}
h1, h2, h3, h4 { margin:0px; }
a img { border:none; }
a:link, a:active, a:visited { color: #233b5c; text-decoration: underline;} 
a:hover { color:#02a0d8; }
.separator { border-top:2px solid #333; }
.blocks{
	float:left;
	border:1px solid red;
}
.block {
	float:left;
	background-image:url(/fabric-bildeformat.png);
	width:248px;
	padding:0px;
    -moz-border-radius-topleft: 6px; 
    -moz-border-radius-topright: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
.block p {
	color:#222;
	margin:0px;
	padding:8px;
}
.below {
	margin-top:10px;
	width:100% !important;
	max-width:496px;
	min-width:248px;
}
.below p {
	/*font-size:10px !important;*/
}
.block a, .below a, .block p , .block a {
	color:#222;
}
.endFlow {
	clear:both;
}
#structureTop {
	background:#fff;
	color:#111;
	border-bottom:1px solid #aaa;
	border-top:3px solid #02a0d8;
}
#structureCenter {
	/*border:1px solid white;*/
}
.structureBox {
	max-width:900px;
	margin:0 auto 0 auto;
}
.header {
/*	border:1px solid red;*/
	padding:8px;
}
.header .logo {
	font-size:22px;
}
.front {
/*	position:relative;*/
	margin-top:10px;
	padding:18px;
	background:#222;
/*	background-image:url(/bakgrunnsbilder-fra-troms.jpg);
	background-position:0 -180px;*/
	min-height:460px;
    -moz-border-radius-topleft: 6px; 
    -moz-border-radius-topright: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
.front h1 {
	background:url(/NoStructureFrontLiten.png);
	height:110px;
	max-width:450px;
	/*margin:20px auto 0px auto;*/
	overflow:hidden;
}
.front h1 span {
	display:none;
}
.copyright {
	margin-top:-8px; /* feil */
	color:#999;
	font-size:11px;
}
.copyright a {
	text-decoration:none;
	color:#999;
}
.navigation {
	float:right;
	margin-top:50px; /* feil */
}
.hybridlogo {
	margin-top:10px;
/*	position:absolute;
	top:110px;
	right:10px;*/
}
.imageBlock {
	margin-top:14px;
	text-align:center;
	width:100%;
}
#blockbelow a {
	text-decoration:none;
}

form {
	margin-top:10px;
	color:#fff;
}
form label {
	display:block;
	font-weight:bold;
}
form input {
	background:#333;
	padding:4px;
	color:#ccc;
	border:1px solid #222;
	margin-bottom:4px;
}
form input[type="text"], form input[type="password"] {
	width:230px;
}
form input[type="text"]:focus, form input[type="password"]:focus {
	background:#111;
	border:1px solid #444;
}
form a:link, form a:visited {
	color:#555;
}
.ignore {
	display:inline;
}

/*@import url("/structure_screen.css") screen;*/
@media screen {
.front {
/*	background-image:url(/bakgrunnsbilder-fra-troms-2.jpg);*/
	background-position:0 -280px;
}
.formlayout {
	width:300px;
	padding:10px;
	background:#333;
    -moz-border-radius-topleft: 6px; 
    -moz-border-radius-topright: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
}
