
table {
	max-width:100%!important;}

/* Forsiden
---------------------------------*/
#home #top {
	background:url(../gfx/top_frontpage.png);
	width:960px;
	height:89px;
	margin:0px 0 0 0;
	text-align:right;
	padding:10px 30px 0 0;
}

#home #top h1{
	color:#747c84;
	font-weight:bold;
	margin:0;
}

#home #top p{
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}

#home .newsletter {
	float:left;
	margin:0 0 0 25px;
}

/*#home #top form {
	float:left;
}

#home #top input {
	height:15px;
	font-size:0.85em;
	margin:;
	width:140px;
	float:left;
	padding:2px;
	margin:5px 0 3px 10px;
	border:none;
}

#home #top input[type="submit"] {
	height:19px;
	width:67px;
}*/

#home .links ul {
	margin:20px 0 0 15px;
	padding:0;
}

#home .links li {
	margin:20px 10px;
	padding:1px;
	display:block;
	width:294px;
	height:194px;
	border: solid 2px #7c7a88;
	float:left;
}

#home .text  {
}

#home .text a {
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
	width:264px;
	height:37px;
	background:#fd5308;
	padding:5px 15px;
	display:block;
}

#home .text a span{
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:normal;
}

#home .image{
	height:147px;
	width:294px;
	overflow:hidden;
}

/* Tekstsider
----------------------*/
#tekstsider {
	padding:20px;
	float:left;
	width:732px;
}


/* Frontpage News */
.news {
	border-top: solid 1px #999;
	margin: 10px 0 0 0;
}


/* lean overlay plugin style */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#modal_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../gfx/modal_close.png);
	z-index: 2;
	margin: -10px -10px 0 0;
}
