html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/bilder/bkg.jpg);
	background-color: #090909;
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}

a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:active {color:#FFFFFF; text-decoration:none}
a:hover {color:#999999; text-decoration:none}#Header {
	width:700px;
	height:95px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/bilder/logo.png);
	background-repeat: no-repeat;
	background-position: left;
}
#Content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#Content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#Content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#Content a:hover {
	color: #999999;
	text-decoration: underline;
}
#Content img {
	border: 1px solid #CCCCCC;
	margin: 4px;
}
#Content #Text {
	padding: 25px;
	background-image: url(/bilder/bkgtxt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}






#Footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	height: 30px;
}

#Navigator {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#Navigator ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
}
#Navigator li {
	float: left;
	padding-top: 10px;
	padding-bottom: 2px;
}
#Navigator a {
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Navigator a:hover {
}
#Content td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#Content iframe {
	border: 1px solid #CCCCCC;
}

