@charset "UTF-8";
/* CSS Document */

* {padding:0; margin:0;}

html, body {
	height:100%;
	background:#6b6c6f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {font-weight:bold; font-size:20px;}

a {color:#000000; text-decoration:underline;}
a:hover {color:#8cc63f;}

#wrapper {
	position:relative;
	margin:25px auto;
	width:914px;
	height:554px;
	background:url(img/bg.gif) repeat-y;
}

#header {
	position:absolute;
	top:9px;
	left:9px;
	width:896px;
	height:131px;
	text-align:left;
}

#header #topImgLeft {
	float:left;
	width:445px;
	height:130px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#header #topImgRight {
	float:right;
	width:445px;
	height:130px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#tekst {
	position:absolute;
	top:155px;
	left:7px;
	width:900px;
	height:auto;
	text-align:center;
}

#content {
	position:absolute;
	top:275px;
	left:7px;
	width:900px;
	height:225px;
	background:url(img/bg_content.gif) repeat-y;
	background-position:top center;
}

#content .content {
	width:280px;
	height:190px;
	margin:0;
	background:green;
	padding:0 10px 35px 10px;
}

#content a {}

#content .left {
	float:left;
	margin-left:125px;
	background:url(img/corner_left.gif) no-repeat;
	background-position:bottom right;
}

#content .right {
	float:right;
	margin-right:125px;
	background:url(img/corner_right.gif) no-repeat;
	background-position:bottom right;
}
