@charset "utf-8";

/*******************************************************************************/
/* BASIS LAYOUT   */
/*******************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);


html {
height:100%;
margin:0px;
padding:0px;
min-height:100%;
} 

body {
height:100%;
margin:0;
padding:0;
z-index:0;	
background: #DEECDB;
overflow-y: scroll;
overflow-x: hidden;
	
	
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 140%;
}


#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width:100%;
  margin:0px;
  padding:0px;
 }


.container {
    margin: 0 auto;
	max-width: 980px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* width: 980px !important;  */
	z-index:1;
	height:auto;
	position:relative;
}

#content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
}

/*
#logo-tannlimatt {
	width:100%; 
}
*/

#img-logo {
	width:auto;
	margin:0 auto;
	text-align:center;
}


#livit {
	text-align:center;
	margin-top:60px;
}


#livit img {
	width:220px;
	height:auto;
	margin-top:14px;
}


a, a:visited {
	outline:none !important;
	color: #4C7843;
	text-decoration:underline;
}

a:hover, a:focus {
	color:#91BC88 !important;
}

