@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.Stl_Menu {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
.Stl_SubMenu {
	color: #CCCCCC;
	text-decoration: none;
	
	left:10px;
}
.MenuKop {
	font-size: 16px;
	font-weight: bolder;
}

.Button {
	background-color:#151515;
	border:1px solid #6C6C6C;
	color:#FF9900;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}

