body,html{
	color:black;
	font-family: 'Lora', serif;
	font-size:14px;
	margin:0px;
	padding:0px;

}

#content{
	background:white;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.21);
	border-radius: 3px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.04) inset;
	margin: 40px auto 10px auto;
	padding: 20px;
	width: 780px;
	z-index:4;

}

#galleria{
	width: 100%;
	height: 700px;

}

.photopage #content{
	background:black;
	border:none;
	width:80%;
}

.photopage #logo h1,.photopage #logo h2{
	color:white;
	text-shadow:none;
}

.photopage #menu{
	border:none;
}


#fullscreen{
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	margin-left:6px;
	margin-top:50px;
	display:block;
	width:250px;
	text-align:center;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'Arial';
	transition: all 0.5s ease;
}


#head{
	height:160px;
	width: 780px;
}

#logo{
	text-transform:uppercase;
	color:#BE3E3E;

}

#logo h1{
	font-size:30px;
	text-shadow:0px 0px 8px #c4c4c4;
	padding:5px;
	display:inline-block;
	margin-bottom:0px;
	font-family:'Arial';
}

#logo h2{
	font-size:20px;
	display:inline-block;
	padding:0px;
	margin-top:0px;
	margin-left: 6px;
	font-style:italic;
	font-weight:normal;
	font-family:'Arial';
	color:#BE8A3E;
}

h3{
	font-size:24px;
	font-weight:bold;

}
h4.alert {
	font-size:24px;
	font-weight:bold;
	color:#da4607
}
#menu{
	border-bottom:1px dashed #9F9F9F;
	border-top:1px dashed #9F9F9F;
	display: block;
	height: 30px;
	margin: 0px 0 0 6px;
	padding-left: 0;
	padding:14px 0px 3px 0px;
	position: relative;
	width: 785px;
}
#menu li{
	list-style:none;
	float:left;
}

#menu li a{
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	margin-right: 15px;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'Arial';
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
	transition: all 0.5s ease;
}

a:focus {
	outline: none;
}

#menu li a.red{
	background:#C85353;
}

#menu li a.red:hover{
	background:#A64646;
}

.red h3{
	color:#C85353;
}


#menu li a.redora{
	background:#C87653;
}

#menu li a.redora:hover{
	background:#A76144;
}

.redora h3{
	color:#C87653;
}

#menu li a.orange,a.orange{
	background:#C2823A;

}

#menu li a.orange:hover,a.orange:hover{
	background:#A76F2F;
}


.orange h3{
	color:#C2823A;
}
#menu li a.orayel{
	background:#C4AE59;
	margin-right: 0px;
}

.orayel h3{
	color:#C4AE59;
}


#menu li a.yellow{
	background:#C8C739;
}

#menu li a:hover{
	color:#white;
	background:#black;
}

#menu li a.current{
	color:white;
	font-weight:bold;
	padding: 7px 10px;

}

#tekst{
	border-radius:2px;
	margin-top:20px;
	padding:6px;
	line-height: 21px;
	color:#5a5a5a;
}

#tekst a{
	color:#CC1919;
	text-decoration:none;
}

p.lead{
	color: #844B4B;
	font-size: 16px;
	line-height: 24px;

}

/* Bodystretchimagesetup */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	z-index: -1;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}


.beams{
	position: fixed;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
}

.redbeam{
	background:rgba(255,0,0,0.1);
	height:33.3333%;
}

.orabeam{
	background:rgba(255,110,0,0.1);
	height:33.3333%;
}

.yelbeam{
	background:rgba(233,255,84,0.1);
	height:33.3333%;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

#footer{
	margin:auto;
	color:#666;
	padding: 10px 27px;
	width: 768px;
	background:#fff;
	background-color:rgba(172, 192, 197, 0.4);
	border-radius:3px;
	height:120px;
	margin-bottom:10px;
}

.photopage #footer{
	border-top: 1px solid #151515;
	border-radius:0;
	background:black;
}

#footer{
	display:none;
	}

#footer h3{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px;


}

a.biomedia{

	width:73px;
	height:89px;
	background:url(images/biomedia.png);
	display:block;
	background-position: 0px -93px;
	float:left;
	margin-right:30px;
}

a.avk{
	width:102px;
	height:61px;
	background:url(images/avk.png);
	display:block;
	float:left;
	margin-top:10px;
}

br.clear{
	clear:both;
}

ol li{
	padding-bottom:5px;
}

#tekst a.button{
	color:white;
}

a.button{
	background:#DA4607;
	padding:7px 12px;
	border-radius:3px;
	transition: all 0.5s ease;
}

a.button:hover{
	background:#B34212;
}
 td{
	width: 50%;
	margin-bottom: 10px;
}

#registration_form tr td label{
	margin-top:2px;
	margin-bottom:2px;
}

#registration_form input[type=text],#registration_form input[type=email] {
	margin-top:2px;
	margin-bottom:2px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#registration_form textarea{
	display: block;
	width: 100%;
	height: 94px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top:2px;
	margin-bottom:2px;
}

#registration_form input[type=text]:focus,#registration_form input[type=email]:focus,#registration_form textarea:focus{
	border-color:#4672e4;
}

table.main tbody > tr td{
	padding:2px 2Px;
	min-height:30px;
	border-bottom:1px solid #F9F9F9;
}


span.fielderror {
	color: #ffffff;
	background:#FF8181;
	padding:3px;
	border-radius:3px;
	margin:2px;
	width:150px;
	display:block;
}

.inputtext{
	height:22px;
	border: 1px solid #CCCCCC;
}


input.textfield
{
	width: 100%;
	height:26px;
	padding:1px 1px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

input.radiofield
{
	font-family: 'Lora', serif;
	font-size:10px;
}
input.checkfield
{

}

select.selectfield
{
	height:26px;
	width: 100%;
	border: 1px solid #CCCCCC;

}

textarea.textfield
{
	width: 100%;

	border: 1px solid #CCCCCC;
}

.textfield2{
	height:26px;
	padding:1px 1px;
	border: 1px solid #CCCCCC;
	text-align:center;
	min-width:40px;
}


td.fieldrow, td.fieldrow1, td.fieldrow2
{
	background-color: #FFFFFF;
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight:200;
	width:50%
}

td.rowhead
{
	background-color: #FFFFFF;
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight:bold;   width:50%;
}
p.fieldrow
{
	background-color: #FAFAFA;
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:1px;
}

button[type=submit]{
	border:none;
	background-color: #4a4a4a;
	color: white;
	font-size: 14px;
	height: 30px;
	width:100px;
	padding:5px;
	border-radius: 4px;
}
button[type=submit]:hover{
	background-color: #333;

}
hr {
	border:1px dashed #9F9F9F;
}

table.special tr td{
	padding:5px 10px;
	vertical-align:top;
}

table.special tr td:first-child{
	font-weight:bold;
}
