@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	
	text-algin:center;
}

table {
	font-size:10pt;
}

table td {
	vertical-align:top;
}

table p {
	margin:0px;
}

img {
	border:none;
}
#container {
	position:absolute;
	top:0px;
	left:50%;
	
	margin:0px 0px 0px -453px;	
	width:906px;
	
	padding:0px;
}

#header {
	width:903px;
	height:98px;
	
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

*html #header {
	width:903px;
}

#bild {
	width:900px;
	height:590px;
	
	margin:0px;
	padding:0px;
	
	border:3px solid #106023;
	
	overflow:hidden;
}

*html #bild {
	width:906x;
	height:596px;
}

#logo {
	position:absolute;
	bottom:20px;
	left:50%;

	width:106px;
	height:93px;
	
	margin:0px 0px 0px -53px;
	
	background-image:url(../images/logo2.jpg);
	background-repeat:no-repeat;
}

#link {
	margin:10px 0px;

	text-align:center;
	font-weight:bold;
}

#link a {
	color:#106023;
	text-decoration:none;
}

#link a:hover {
	text-decoration:underline;
}
