﻿a {
	color:white;
	text-decoration:none;
}


a:hover {
	background-color:#d50b8b;
	text-decoration:none;
}


body {
	background-color:black;
	font-family:Arial, Helvetica, Sans-Serif;
}


#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:40px;
	top:40px;
}


#kopf1 {
	position:absolute;
	background-image: url('img/guyb.png');
	background-repeat: no-repeat;
	margin-top:0px;
	margin-left:20px;
	height:100px;
	width:88px;
	z-index:0;
}

#kopf1 a {
	color:#d50b8b;
	text-decoration:none;
	}

#kopf1 a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: white;
}


#title {
	position:absolute;
	margin-top:20px;
	padding-left:30px;
	margin-left:100px;
	color:#d50b8b;
	font-size:40px;
	width: 350px;
	z-index:1;
}


#subtitle {
	position:absolute;
	color:#00b07d;
	font-size:40px;
	margin-left: 510px; width: 250px;margin-top:20px;height:auto;
	z-index:0;
}


#b-menu {
	position:absolute;
	background-color:#00b07d;
	background-repeat:repeat-x;
	width:800px;
	height:40px;
	z-index:2;
	margin-top:100px;
	text-align:center;
	font-size:35px;
	word-spacing:50px;


}

#b-menu-cl {
	background-image:url('img/corner-left1.png');
	background-repeat:no-repeat;
	background-position:left;
	width:27px;
	height:21px;
	z-index:3;
	position:absolute;
	margin-left:0px;
	margin-top:100px;
}

#b-menu-cr {
	background-image:url('img/corner-right1.png');
	background-repeat:no-repeat;
	background-position:right;
	width:27px;
	height:21px;
	z-index:3;
	position:absolute;
	margin-left:773px;
	margin-top:100px;
}


#menu {
	position:absolute;
	color:white;
	text-align:center;
	display:inline;
	margin-left:0px;
	margin-right:auto;
	z-index:4;
	font-size:35px;
	height:36px;width:800px;
	left:0px;
	word-spacing:50px;
}

#border-bottom {
	position:absolute;
	margin-top:640px;
	background-color:#365845;
	width:800px;
	height:30px;
	z-index:1;
	}

#border-left {
	position:absolute;
	margin-top:140px;
	background-color:#00b07d;
	background-repeat:repeat-y;
	height:500px;
	width:40px;
}


#content {
	position:absolute;
	font-size: large;
	color: white;
	height: 490px;
	width: 500px;
	margin-left:45px;
	margin-top:150px;
	text-align: justify;
	z-index:5;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	overflow:auto;
		}
		
#content img {
	padding:5px;
}

#border-right {
	position: absolute;
	background-color: #00b07d;
	width: 240px;
	height: 500px;
	margin-top: 140px;
	margin-left: 560px;
}

#castle {
	position:absolute;
	background-position: bottom;
	background-image: url('img/schloss.png');
	background-repeat: no-repeat;
	margin-top: 360px;
	margin-left: 560px;
	z-index:3;
	width:246px;
	height:327px;
}

#castle1 {
	position:absolute;
	background-position: bottom;
	background-image: url('img/schloss1.png');
	background-repeat: no-repeat;
	margin-top: 360px;
	margin-left: 560px;
	z-index:3;
	width:246px;
	height:327px;
}


#box {
	border-width:thin;
	border-style:dashed;
	border-color:#d50b8b;
	text-align:center
}



#contenth a {
	margin-left:50px;
	text-align:left;
	font-size:25px;
	color:#d50b8b;
	}
	
#contenth h1 {
	padding:0px;
	margin-bottom:0px;
}

#contenth p {
	margin-top:10px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

#contenth a:hover {
	background-color: transparent;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: white;

	}
	
#contenth img {
	padding:10px;
	border:0px;
	float:right;
	color:#000000;
}