body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#CCCCCC
}
a:hover {
	text-decoration: underline;
}
#bg {
	background-image: url(images/bg.jpg);
	margin: 0 auto;
	width: 1000px;
	height: 1200px;
	background-repeat: no-repeat;
	background-color: #333e51;
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
	position: absolute;
	top:40px;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.left {
	width:230px;
	height:780px;
	background-image: url(images/bg-menue.png);
}
.right {
	width:650px;
	height:780px;
}
#logo {
	height:210px;
	background-image: url(images/Logo.png);
	background-repeat: repeat-x;
}
#logo h1 {
}
#logo h1 {
	padding: 70px 0 0 100px;
}
#logo div {
	padding-left:150px;
	text-align: right;
	margin-right: 50px;
	color: #CCCCCC;
}
ul#nav {
	background:url(images/hdl.png);
	height:180px;
	padding:20px 50px 0 20px;
	color: #333e51;
}
ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}
ul#nav li a {
	color:#FFFFFF
}
#meun h2 {
	font-size:24px;
	padding:30px 0 0 20px
}
#meun ul {
	padding:10px 50px 0 20px
}
#meun li {
	line-height:1.9em;
	border-bottom:#333e51 1px solid;
	color:#336666
}
#meun li a {
	color:#CCCCCC
}
#main h2 {
	font-size:13px;
	color:#CCCCCC;
	padding: 10px 50px 0 50px;
}
#main p {
	padding: 20px 40px 0 50px;
	color: #CCCCCC;
	font-size: 13px;
}
/* footer */
#footer {
	clear:both;
	height:60px
}
#footer a {color:#FFFFFF}
#footer {
	color: #fff;
	left: 20px;
	position:relative;
	top:10px;
}
#xhtml {
	position: absolute;
	left:635px;
	width: 233px;
	top: -2px;
	height: 5px;
}
