body { 
	margin: 0px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	size: landscape;
	}
	
img {
	border: 1px solid black;
	}
	
img.logo {
	border: none;
}

img.right {
	/*border-right: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black; */
	border: 1px solid black;
	margin-right: 0px;
	}	
	
p {
	font-family:"Times New Roman", Times, serif;
	/*font-size: 0.75em;*/
	font-size: 0.9em;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 7px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #001B88;
	margin-bottom: 0px;
	margin-top: 5px;	
	}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #001B88;
	margin-bottom: 0px;
	margin-top: 0px;
	}
table {
	padding: 0px;
	}
	
a, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
	}
	
.blue, .blue:visited{
	text-decoration: none;
	color: #001B88;
	}
.blue:active, .blue:hover {
	text-decoration: underline;
	color: #999999;
	}	

div#container {
	/*border: 1px solid #000000;*/
	position: relative;
	height: 550px;
	width: 900px;
	top: 20px;
	/*left: 20px;*/
}

div#head {
	position: relative;
	height: 170px;
	width: auto;
	top: -2px;
	left: -1px;
	margin-right: -1px;
}

/*
div#head_left {
	left: -1px;
	top: -1px;
	position: absolute;

}
div#head_center {
	margin-left: 270px;
	top: 5px;
	border: none;
	color:#001771;
	float: left;
	z-index: 1;
}

div#head_right {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 270px;
	z-index: 10;
} */

div#text {
	margin: auto;
	border: none;
	position: absolute;
	height: 330px;
	width: 500px;
	left: 21px;
	top: 196px;
	overflow: auto;
}

div#bildcontainer {
	border: none;
	position: absolute;
	right: -1px;
	height: 330px;
	top: 196px;
	width:320px;
	margin-top: auto;
	margin-bottom: auto;
}
div#hemprogram {
	border: solid 1px black;
	position: absolute;
	right: -1px;
	top: 196px;
	width:272px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 13px 10px 0px 10px;
}

div#LSR {
	position: absolute;
	float:right;
	right: 0px;
	bottom: 0px;
	width: auto;
	margin-bottom: 5px;
}

div#footer {
	border: none;
	bottom: 0px;
	margin-bottom: 5px;
	width: 900px;
	position: absolute;
}

