@charset "UTF-8";
/* CSS Document */

body {
	background-color: #101920;
	background-image: url(images/linie.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#mainbox {
	position: relative;
	top: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: green;
}
#header {
	position: absolute;
	width: 1000px;
	height: 509px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(images/grey_01.jpg);
	top: 0px;
	left: 0px;
}
#open {
	position: absolute;
	font-weight: normal;
	font-family: 'Handlee', cursive;
	text-align: center;
	letter-spacing: 1px;
	width: 220px;
	height: 200px;
	right: 20px;
	top: 0px;
	z-index: 2;
}
#text {
	position: absolute;
	top: 519px;
	left: 0px;
	width: 528px;
	height: 182px;
	background-repeat: no-repeat;
	background-image: url(images/textfeld.jpg);
	background-color: #397100;
	color: white;
	font-family: 'Handlee', cursive;
	font-size: 17px;
	letter-spacing: 1px;
}
.text:hover {
	text-shadow: 1px 1px 10px #87ff00,  2px 2px 10px #87ff00;
}
.text {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.text2:hover {
	text-shadow: 1px 1px 10px red,  2px 2px 10px red;
}
.text2 {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.text3:hover {
	text-shadow: 1px 1px 10px white,  2px 2px 10px white;
}
.text3 {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.text4:hover {
	text-shadow: 1px 1px 10px white,  2px 2px 10px #244a01;
}
.text4 {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#illustrationen {
	position: absolute;
	width: 458px;
	height: 303px;
	background-image: url(images/bar.jpg);
	right: 0px;
	top: 519px;
	border: 1px solid #397100;
}
#illu1 a{
	position: absolute;
	top: 710px;
	left: 0px;
	width: 125px;
	height: 112px;
	background-image: url(images/1.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu1 a:hover{
	position: absolute;
	top: 710px;
	left: 0px;
	width: 125px;
	height: 112px;
	background-image: url(images/1sw.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu2 a{
	position: absolute;
	top: 710px;
	left: 134px;
	width: 125px;
	height: 112px;
	background-image: url(images/2.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu2 a:hover{
	position: absolute;
	top: 710px;
	left: 134px;
	width: 125px;
	height: 112px;
	background-image: url(images/2sw.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu3 a{
	position: absolute;
	top: 710px;
	left: 268px;
	width: 125px;
	height: 112px;
	background-image: url(images/3.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu3 a:hover{
	position: absolute;
	top: 710px;
	left: 268px;
	width: 125px;
	height: 112px;
	background-image: url(images/3sw.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu4 a{
	position: absolute;
	top: 710px;
	left: 401px;
	width: 125px;
	height: 112px;
	background-image: url(images/4.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#illu4 a:hover{
	position: absolute;
	top: 710px;
	left: 401px;
	width: 125px;
	height: 112px;
	background-image: url(images/4sw.jpg);
	border: 1px solid #397100;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#copyright {
	position: absolute;
	width: 458px;
	height: 30px;
	right: 0px;
	top: 830px;
	color: #67747b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
}

#menu {
	position:absolute;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	width:420px;
	height:30px;
	margin:0px;
	padding:0px;
	left: 20px;
	border: 0px;
	top: 470px;
	z-index:10;
}
#menu ul {
	list-style: none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#menu a.button1 {
	left: 0px;
	text-align: center;
	position: absolute;
	text-decoration: none;
	border: 1px solid #8ace3d;
	color: #8ace3d;
	display: block;
	background-color: none;
	height: 28px;
	width: 160px;
	line-height: 30px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#menu a:hover.button1 {
	left:0px;
	text-align:center;
	position:absolute;
	text-decoration: none;
	border:1px solid white;
	color:white;
	display:block;
	background-color:none;
	height: 28px;
	width:160px;
	line-height: 30px;
	text-shadow: 1px 1px 10px white,  2px 2px 10px #244a01;
}
#menu a.button2 {
	left:168px;
	text-align:center;
	position:absolute;
	text-decoration: none;
	border: 1px solid #8ace3d;
	color: #8ace3d;
	display:block;
	background-color:none;
	height: 28px;
	width:80px;
	line-height: 30px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#menu a:hover.button2 {
	left:168px;
	text-align:center;
	position:absolute;
	text-decoration: none;
	border:1px solid white;
	color:white;
	display:block;
	background-color:none;
	height: 28px;
	width:80px;
	line-height: 30px;
	text-shadow: 1px 1px 10px white,  2px 2px 10px #244a01;
}
#menu a.button3 {
	left:256px;
	text-align:center;
	position:absolute;
	text-decoration: none;
	border: 1px solid #8ace3d;
	color: #8ace3d;
	display:block;
	background-color:none;
	height: 28px;
	width:80px;
	line-height: 30px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#menu a:hover.button3 {
	left:256px;
	text-align:center;
	position:absolute;
	text-decoration: none;
	border:1px solid white;
	color:white;
	display:block;
	background-color:none;
	height: 28px;
	width:80px;
	line-height: 30px;
	text-shadow: 1px 1px 10px white,  2px 2px 10px #244a01;
}
	
