@charset "utf-8";
body {
	background-image: url(../bilder/background.jpg);
}

.header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #FFCC66;
	text-decoration: none;
	font-size: 12px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.pic_right {
	margin-left: 10px;
	border: medium solid #FFFFFF;
}
.pic_left {
	margin-right: 10px;
	border: medium solid #FFFFFF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.cell_borderdown {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.cell_border {
	border: thin solid #000033;
}
.style2 {color: #FFFFFF}
