#nav {
	position: absolute;
	left: 168px;
	top: 128px;
	width:508px;
	height: 60px;
	padding: 0px;
	overflow: hidden;
	z-index: 2;
}

#snav {
	position: absolute;
	left: 169px;
	top: 182px;
	width:auto;
	height: 81px;
	padding: 0px;
	overflow: hidden;
	z-index:1;
}

#Main {
	list-style-type: none;
	display: block;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	height:50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	position:relative;
	top: 0px;
	left: 0px;
	vertical-align: baseline;
	background-color: #0000FF;
	border-top-style: none;
	border-bottom-style: none;
	line-height: 40px;
}
#ActiveMain {
	list-style-type: none;
	display: block;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	height:50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	position:relative;
	top: 0px;
	left: 0px;
	vertical-align: baseline;
	background-color: #FF6600;
	border-top-style: none;
	border-bottom-style: none;
	line-height: 40px;
}
#Sub {
	list-style-type: none;
	display: block;
	border-right-width: medium;
	border-left-width: thin;
	border-top-width: medium;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height:20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 0px;
	vertical-align: middle;
	left: 0px;
	line-height: normal;
	width: 100px;
}
#MainMenu {
	text-align: left;
	white-space: nowrap;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width:600px;
	height: 60px;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#SubMenu {
	text-align: left;
	white-space: nowrap;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width:600px;
	height: 80px;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#nav a {
	text-align: left;
	background-color: #0000FF;
	display: block;
	height: 50px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	
}
#ActiveMain a {
	text-align: left;
	background-color: #FF6600;
	display: block;
	height: 50px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	
}
#nav a:hover {
	background-color: #FF6600;
	left: 0px;
}
#nav a:active {
	background-color: #FF6600;
}
.mainActive {
	background-color: #FF6600;
}
#nav ul {
	text-align: left;
 	margin:0;
  	padding:0;
}

#nav li {
  	float:left;
	margin:0;
 	padding:0;
 	list-style-type:none;
  	white-space:nowrap;
}

#snav a {
	text-align: left;
	background-color: #FF6600;
	display: block;
	height: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

#snav a {
	text-align: left;
	background-color: #FF6600;
	display: block;
	height: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
#snav a:hover {
	background-color: #FF9900;
}
#snav a:active {
	background-color: #FF9900;
}
#snav ul {
  margin:0;
  padding:0;
}

#snav li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#content {
	position: absolute;
	top: 215px;
	left: 170px;
	width: 505px;
	height: 400px;
	z-index: 4;
}

#blocks {
	z-index:4;
	position: absolute;
	top: 122px;
	left: 678px;
	width: 233px;
}

#block_title {
	padding: 0px 0px 0px 6px;
	background-color:#FF6600;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

#block {
	padding: 0px 0px 0px 6px;
	background-color:#FFCC33;
	color:#FF3300;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;

}

#block a {
	float:left;
	color:#FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;


}

#block a:hover {
	float:left;
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

#logo {
	position: absolute;
	left: 169px;
	top: 30px;
}
#chat {
	position: absolute;
	left: 794px;
	top: 50px;
	z-index:4;	
}
#mail {
	position: absolute;
	left: 860px;
	top: 80px;
	z-index:4;	
}

#logo img {
	width:741px;
}

#contact {
	position: absolute;
	left: 850px;
	top: 80px;
	z-index:4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#skype {
	position: absolute;
	left: 850px;
	top: 15px;
	z-index:4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#titel {
	position: absolute;
	left: 450px;
	top: 70px;
	z-index:4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333
}
