body{
	background-color:#dedfde;
}
#bg{
	background-image:url(../img/schatten.jpg);
	background-repeat:no-repeat;
	padding:30px 0px;
	width:1084px;
	height:828px;
	margin-left: auto !important;
	margin-right: auto;
}

#page{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding:0;
	width:1024px;
	height:768px;
	margin-left: auto !important;
	margin-right: auto;
}

#left{
	width:318px;
	height:768px;
	float:left;
}

#top{
	width:706px;
	height:180px;
	float:right;
	background-color:#ffffff;
}

a {
	text-decoration:underline;
	color:#000000;
}
#text{
	width:706px;
	height:588px;
	overflow:auto;
	background-color:#7e997f;
	float:right;
	line-height:18px;
	color:#000000;
}

h1{
	font-size:16px;
	font-weight:bold;
}

#navigation {
	background-color:#ffffff;
	padding:40px 0 0 110px;
}

#navigation ul {
	list-style-type: none;
	height:76px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border:none;
}
#navigation li {
	display: inline;
	float: left;
	height:76px;
	text-align: center;
	/*border-right:#FFFFFF solid 2px;*/
}

#navigation ul a, #navigation ul span{
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 153px;
	height:76px;
	
	/*padding-top: 4px;*/
	font-weight: bold;
}

#navigation ul a.active, #navigation ul span{
	background-position: -153px 0px;
	background-repeat: no-repeat;
}

#navigation ul a:hover, #navigation ul span{
	background-repeat: no-repeat;
	background-position: -153px 0px;
}

#subnav {
	padding:0px;
}

#subnav ul {
	list-style-type: none;
	height:130px;
	margin: 0px;
	padding: 0px 0px 0px 25px important;
	padding: 0px 0px 0px 10px;
}
#subnav li {
	display: inline;
	float: left;
	height:130px;
	text-align: center;
}

#subnav ul a, #subnav ul span{
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 165px;
	height:130px;
}

#subnav ul a.active, #subnav ul span{
	background-repeat: no-repeat;
	background-position: -165px 0px;
}

#subnav ul a:hover, #subnav ul span{
	background-repeat: no-repeat;
	background-position: -165px 0px;
}
