body {
	background-color: #999;
	background-image: url(../images/home-back-ground.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrapper {
	position: relative;
	height: 640px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-weight: bold;
}
#wrapper .banner .nav_banner {
	height: 31px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 68px;
	text-align: right;
}
#wrapper .nav_banner {
	background-color: #000;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
	height: 40px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 40px;
	color: #FC0;
}
#wrapper .banner .ex_tag {
	position: absolute;
	top: 71px;
	right: 9px;
}

#wrapper .banner .logo {
	position: absolute;
	left: 10px;
	top: 0px;
}
#wrapper .banner .nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	position: absolute;
	left: 10px;
	top: 75px;
}
#wrapper .footer .imprint {
	position: absolute;
	height: 30px;
	width: 100px;
	bottom: 1px;
	left: 663px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
#wrapper #content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	height: 500px;
	width: 800px;
	position: absolute;
	top: 103px;
	left: 0px;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
#wrapper .ind_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	width: 323px;
	left: 50px;
	top: 250px;
	text-align: justify;
}

#wrapper .contact_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	width: 293px;
	left: 50px;
	top: 222px;
	height: 122px;
}

#wrapper .footer {
	height: 33px;
	width: 800px;
	position: absolute;
	left: 0px;
	bottom: -1px;
}


.yellow {
	color: #FC0;
	font-weight: bold;
}
#wrapper .contact {
	position: absolute;
	height: auto;
	width: 363px;
	left: 395px;
	top: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}
#wrapper .contact .thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FC0;
}
#wrapper .contact .form #contactForm .warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
#wrapper .tel {
	font-size: large;
	font-weight: bold;
	color: #FC0;
}
#wrapper .img {
	position: absolute;
	left: 427px;
	top: 186px;
	width: 272px;
	height: 225px;
}

