@charset "utf-8";
#top {
	background-image: url(images/bck_top.jpg);
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

#overlaytop {
	background-image: url(images/overlay_top.png);
	width: 100%;
	height: 30px;
	top: 100px;
	left: 0px;
	position: absolute;
	z-index: 3;
}
#menuBOX {
	width: 800px;
	height: 20px;
	top: 5px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	z-index: 4;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	width: 350px;
	height: 20px;
	top: 0px;
	right: 20px;
	text-align: right;
	position: absolute;
	z-index: 5;
}
#menu a{
	color: #FFF;
	text-decoration: none;
}
#menu a:visited{
	color: #FFF;
	text-decoration: none;
}
#menu a:hover{
	color: #f6f602;
	text-decoration: none;
}

#container {
	width: 800px;
	height: 635px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	z-index: 2;
}

#logo {
	width: 180px;
	height: 73px;
	top: 10px;
	left: 20px;
	position: absolute;
	z-index: 4;
}
#background {
	width: 800px;
	height: 535px;
	top: 100px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

#content {
	background-image: url(images/bck_content.png);
	width: 400px;
	height: 300px;
	top: 220px;
	right: 50px;
	position: absolute;
	z-index: 5;
}
#content_contact {
	background-image: url(images/bck_content.png);
	width: 210px;
	height: 430px;
	top: 175px;
	left: 50px;
	position: absolute;
	z-index: 5;
}
#titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f6f602;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 5;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	top: 40px;
	left: 10px;
	position: absolute;
	z-index: 5;
}
#text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	top: 40px;
	left: 10px;
	position: absolute;
	z-index: 5;
}

#link {
	width: 150px;
	height: 100px;
	position: absolute;
	z-index: 5;
}

#project {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 100px;
	height: 65px;
	position: absolute;
	z-index: 5;
}
#project a{
	color: #FFF;
}
#project a:visited{
	color: #FFF;
}
#project a:hover{
	color: #f6f602;
}

#bottom {
	background-image: url(images/bck_bottom.jpg);
	width: 800px;
	height: 19px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	padding-top: 3px;
	text-align: center;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
}

.input {
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	overflow: hidden;
}
.sendbutton {
	background:none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f602;
	text-decoration: underline;
}

#left_arrow {
	top: 320px;
	left: 0px;
	position: absolute;
	z-index: 6;
}
#right_arrow {
	top: 320px;
	right: 0px;
	position: absolute;
	z-index: 6;
}

#projectoverlay {
	background-image: url(images/bck_content.png);
	width: 800px;
	height: 45px;
	bottom: 22px;
	left: 0px;
	position: absolute;
	z-index: 6;
}
