@charset "UTF-8";
/* CSS Document */
/*******Colors*********/
/* 
Orange1 = #F90;

*/
/*********************/
#freefloat{
	position:fixed;
	top:300px;
	left:600px;
	
}
#freefloat2{
	position:fixed;
	top:500px;
	left:700px;
	
}
.clearfix{
	clear:both;
}
#header{
	background:#FFF;
	width:100%;
	margin:0;
}
#logo{
	width:100%;
	
	max-width:480px;
	margin:0 auto;
	display:block;
}
.button{
	color:#000;
	font-size:40px;
	width:90%;
	text-align:center;
	margin:0 auto;
	height:100px;
	line-height:100px;
	background:url(img/bkg_button.png);
	background-repeat:repeat-x;
	margin:10px auto;
	cursor:pointer;
}

.button:active{
	background:#FC0;
}
/*#service{
	background:#000;
	width:80%;
	margin:0px auto;
	height:300px;
	display:none;
}
#about{
	background:#000;
	width:80%;
	margin:0px auto;
	height:300px;
	display:none;
}*/
#wrap{
background:url(img/test8.png);
	background-repeat:repeat;
	min-height:100%;
	
}
.content_frame{
	border:#000;
	border-style:solid;
	border-width:thin;
	width:90%;
	margin:10px auto;
	
	display:none;
}
#container{
	overflow:auto;
	padding-bottom:80px;
}
#about_text{

}
.text_divider{
	background:#6F0;
	color:#FFF;
	text-align:center;
	font-size:18px;
}
/*Eventuellt media query*/
.text1{
	font-size:100%;
}
.about_person{
	
	margin:10px 0 10px 0;
	width:100%;
	display:block;
	overflow:auto;
}
.person_image{
	
	float:left;
	width:25%;
	min-width:100px;
	
}
.person_text{
	
	float:left;
	width:50%;
	min-width:320px;
	font-size:100%;

}
#footer{
	text-align:center;
	margin-top:-80px;
	background:#FFF;
	width:100%;
	height:80px;
	
	
}

.futurico-theme.slider-wrapper {
    
    width: 90%;
   	height:400px;
    margin: 10px auto 0px auto;
    padding: 5px;
 
    background: #141517;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.futurico-theme .nivoSlider {
	
    position: relative;
    
   	height:400px;
	margin:0 auto;
}
 
.futurico-theme .nivoSlider img {
    display: none;
    position: absolute;
    height:100%;
	
    
    top: 0;
    left: 0;
	
	
}
.futurico-theme .nivo-controlNav {
    position: relative;
    bottom: 0px;
    left: 0px;
}
.futurico-theme .nivo-controlNav a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    text-indent: -9999px;
 
    background: #141517;
 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
}
.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}
.futurico-theme .nivo-directionNav a {
    display: block;
    top: 60px;
 
    font-family: 'Consolas', sans-serif;
    font-size: 40px;
    color: #141517;
    text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}
 
.futurico-theme a.nivo-prevNav { left: 0; }
 
.futurico-theme a.nivo-nextNav { right: 0; }

#map-canvas{
	margin: 0;
    padding: 0;
	width:100%;
	height:500px;
}









