html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url('../images/bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
}
img { 
	border: 0px; 
}
tr, td, div, span {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: orange;
	text-decoration: none;
}

div#mainLayout {
	width: 800px;
	margin: 0px auto;
}
div#bannerDiv {
	width: 800px;
	height: 200px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
div#footerDiv {
	color: #888;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

div#menuDiv {
	width: 800px;
	height: 200px;
}
#menuDiv #menu {
	width: 800px;
	height: 30px;
	margin: 0px;
	padding-top: 170px;
	text-align: left;
	line-height: 30px;
}
#menuDiv #menu ul {
	margin: 0px auto;
	padding: 0px;
}
#menuDiv #menu li {
	display: inline;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: left;
}
#menuDiv #menu li a {
	font-size: 12px;
	display: inline;
	height: 30px;
	line-height: 30px;
	color: white;	
	padding: 8px 15px;
	text-decoration: none;
	background-color: black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#menuDiv #menu li a:hover {
	color: black;
	background-color: white;
	background-image: url('../images/menuLink_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menuDiv #menu li a.aktiv, #menuDiv #menu li a.aktiv:hover {
	color: black;
	background-color: white;
	background-image: url('../images/menuLink_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#content {
	width: 800px;
	padding: 15px 5px;
	text-align: justify;
	color: #545248;
	float: left;
	line-height: 22px;
}
#content h1 { 
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: orange;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#content h2 { 
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #545248;
	text-transform: none;
	letter-spacing: 0px;
}
#content h3 { 
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #9dbb36;
	letter-spacing: 0px;
}
#content p {
	margin: 0px 0px 15px 0px;
}
#content hr {     
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;
}
#content a {
	color: #545248;
	text-decoration: none;
}
#content a:hover {
	color: #545248;
	text-decoration: underline;
}