@charset "utf-8";
/* CSS Document */

body {
	background: url(imgs/bggif.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0 auto;
}

#bg {

background: url(imgs/sand2.png) no-repeat bottom center;
position: absolute; 
width: 100%;
bottom: 0px;
height: 300px;
}

.maindiv {
	height: 580px;
	width: 740px;
	position: relative;
	top: 80px;
}

.navdiv {
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 740px;
	height: 100px;
	color: #4eadbd;
	text-align: left;
	vertical-align: top;
	background: url(imgs/navn.png) no-repeat top right;
}

.pjbardiv {
	height: 40px;
	width: 350px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	z-index: 2;
	opacity: 0.7;
	filter: alpha(opacity=70);     
    -moz-opacity:0.70;
}

.pjtxtdiv {
	z-index: 3;
	position: absolute;
	vertical-align: top;
	text-align: left;
	width: 90%;
	height: 90%;
	margin-left: 12px;
	border: 1px solid #000;
}

.topdiv {
	width: 740px;
	height: 30px;
	position: absolute;
	top: -40px;
	text-align: left;
	vertical-align: bottom;
}

.topdivimg {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
	background: url(imgs/topdiv2.png) no-repeat right top;
}

.projektdiv1 {
	position: absolute;
	top: 0px;
	width: 740px;
	height: 440px;
	background: url(imgs/pj_maatter_02.jpg);
}

.projektdiv2 {
	position: absolute;
	top: 0px;
	width: 740px;
	height: 440px;
	background: url(imgs/pj_lsa_kgig_02.jpg);
}

.projektdiv3 {
	position: absolute;
	top: 0px;
	width: 740px;
	height: 440px;
	background: url(imgs/pj_maatter_02.jpg);
}

.projektdiv4 {
	position: absolute;
	top: 0px;
	width: 740px;
	height: 440px;
	background: url(imgs/pj_maatter_02.jpg);
}

.topdivimgbox {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 500px;
	z-index: 11;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);     
    -moz-opacity:0.60;

}

/* -links--------------------------------- */

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	background-color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}

a.nav:link {
	color: #4eadbd;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #4eadbd;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	background-color: #4eadbd;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FC0;
	text-decoration: underline;
	font-weight: bold;
}

/* -backdiv------------------------------- */

.backdiv {
	position: absolute;
	top: 12px;
	left: 0px;
	z-index: 2;
	color: #4eadbd;
}

/* -projektdiv---------------------------- */

.pj1div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 200px;
	z-index: 1;
	background: url(imgs/pj_maatter_01.jpg) no-repeat;
	float: left;
}

.pj2div {
	position: absolute;
	left: 390px;
	top: 0px;
	width: 350px;
	height: 200px;
	z-index: 1;
	background: url(imgs/pj_skoleavtal_01.jpg) no-repeat;
	float: left;
}

.pj3div {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 350px;
	height: 200px;
	z-index: 1;
	background: url(imgs/pj_kgig_lsa_01.jpg) no-repeat;
	float: left;
}

.pj4div {
	position: absolute;
	left: 390px;
	top: 240px;
	width: 350px;
	height: 200px;
	z-index: 1;
	background: url(imgs/pj_julekalender_01.jpg) no-repeat;
	float: left;
}

#description {
	background: #FFF;
	width: 740px;
	height: 440px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	opacity: 0.85;
	filter: alpha(opacity=85);     
    -moz-opacity:0.85;
    text-align: left;
    vertical-align: top;
}

#descriptiontxtbox {
	width: 630px;
	height: 400px;
	position: absolute;
	top: 15px;
	left: 25px;
    text-align: left;
    vertical-align: top;
    color: #000;
}
