body {
	background-color: 	#1F2B3C;
	color: 				white;
	background-image: 	url("/bilder/bg1.jpg");
	background-attachment:	fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div {
  font:							arial;
	text-decoration: 	none;
}
h1 {
	text-align: 		center;
	font-size: 			32px;
	height: 				40px;
}
h2 {
	text-align: 		center;
	font-size: 			18px;
}
h3 {
	text-align: 		center;
	font-size: 			24px;
}
h4 {
	text-align: 		left;
	font-size: 			24px;
}
h5 {
	text-align: 		left;
	font-size: 			18px;
}
p {
	color:				white;
}
.title {
	filter:							alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90;
  background-color: 	black;
	color: 				orange;
	height:				40px;
	float: 				clear;
	border-radius: 		10px;
}
.spacer-button {
	background-color: 	black;
	vertical-align: 	middle;
	line-height: 		5px;
	color: 				black;
	width: 				2px;
	height: 			40px;
	float: 				right;
	border-radius: 0px;
}
.button-left {
	filter:							alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90;
	background-color: 	#1D1F2A;
	border-width: 			2px;
	border-style: 			outset;
	vertical-align: 		middle;
	font-size:					16px;
	line-height: 				5px;
	min-width: 					100px;
	height: 						32px;
	float: 							left;
	border-radius: 			5px;
	padding: 						5px;
}
.button-right {
	filter:				alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90;
	background-color: 	#1D1F2A;
	border-width: 		2px;
	border-style: 		outset;
	vertical-align: 	middle;
	line-height: 		5px;
	width: 				150px;
	height: 			34px;
	float: 				right;
	border-radius: 		5px;
}
.welcome-text {
  background-color: 	slategray;
	color: 				white;
	font-size:			18px;
	text-align:			center;
	width: 				100%;
	border-radius: 		15px;
}
.site-text {
	float:				left;
	padding:			25px;
	width:				75%;
	font-size:			18px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	color: 				slategray;
}
.left-text {
	font-size:					18px;
	background-color: 	#E1DAC7;
	color: 							black;
	float:							clear;
	border-radius: 			15px;
	text-align: 				left;
	padding:						25px;
}
.center-text {
	font-size:					16px;
	background-color: 	slategray;
	color: 							black;
	float:							clear;
	border-radius: 			1px;
	text-align: 				center;
  padding:						25px;
}
.block-text {
	font-size:					16px;
	background-color: 	slategray;
	color: 							black;
	float:							clear;
	border-radius: 			15px;
	text-align: 				justify;
  padding:						25px;
}
.footer-text {
	font-size:					14px;
	background-color: 	slategray;
	color: 							black;
	float:							clear;
	border-radius: 			15px;
	text-align: 				center;
	padding:						5px;
}
a:link, a:visited {
	text-decoration: 		none; 
	color: 							slategray;
}
a:active {
	text-decoration: 	none;
	border-width: 		5px;
	border-style:			none none solid none;
	border-color:			red;
	color: 						red;
}
a:hover {
	text-decoration: 	none;
	border-width: 		5px;
	border-style:			none none solid none;
	border-color:			orange;
	color: 						orange;
}
.button {
  background-color: black;
  border: 1px;
  color: slategray;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.upbtn {
  background-color: steelgray;
  align: right;
	width: 80%;
	border: 1px;
	border-width: 		0px;
	border-style:			none;
  color: black;
  padding: 2px 3px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}
.upbtn:hover {
	text-decoration: 	none;
	border-width: 		0px;
	border-style:			none none none none;
	border-color:			orange;
	color: 						orange;
}