*, html, body {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100.2%;
}

body {
}

/*	*	Id 
*		Hier werden die einzelnen Id deklariert
*		Das stellt das Grundgerüst des Designs dar.
*/

#container {
	height: 101%;
	margin: 0px auto;
	background-color: rgba(213,189,123,1);
}

#headercontainer {
	height: 110px;
	background-color: rgba(53,27,21,1);
	background-image: url("../images/headerback.png");
	background-repeat: no-repeat;
    background-position: 95% 0px;
	overflow: visible;
}

#header {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
}

#headerwrap {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
}

#menu {
	position: fixed;
	overflow: hidden;
	margin: 110px 0px 0px 900px;
	padding: 20px 0px 0px 5px;
	width: 200px;
	height: 75px;
	color: rgba(53,27,21,1);
	transition: margin 1s, width 1.3s, height 1s, background-color 1s, color 1s;
	transition-delay: 0.5s;
	z-index: 4;
}

#menu:hover {
	margin-left: 695px;
	margin-top: 112px;
	width: 398px;
	height: 300px;
	background-color: rgba(23,23,23,0.8);
	color: #ffffff;
	z-index: 4;
}

#logo {
	position: fixed;
	margin-left: -100px;
	width: 200px;
	height: 100px;
	background-color: rgba(255,255,255,0);
	transition: margin 2s, width 1s, height 1s,background-color 1.5s;
	transition-delay: 0.4s;
	z-index: 5;
}

#logo img {
	height: 100px;
	margin: 0px auto;
}

#logo:hover {
	margin-top: 75px;
	margin-left: -100px;
	width: 1200px;
	height: 600px;
	background-color: rgba(255,255,255,1);
	z-index: 5;
}

#slogan {
	width: 900px;
	height: 53px;
	margin: 0px auto;
	margin-left: 100px;
	padding: 20px 0px 0px 20px;
	background-color: rgba(23,23,23,0.1);
}

#breadcrumb {
	width: 900px;
	height: 27px;
	margin: 0px auto;
	margin-left: 100px;
	color: #ffffff;
	background-color: rgba(23,23,23,0.1);
}

#contentcontainer {
	height: auto;
	background-color: rgba(23,23,23,0.1);	
	background-image: url("../images/back.png");
	transform: rotate(180deg);
	background-repeat: repeat-y;
    background-position: center top;
	position: relative;
	z-index: 1:
}

#content {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	background-color: rgba(232,218,179,1);
	background-image: url("../images/contback.png");
	background-repeat: no-repeat;
    background-position: center 200px;
	transform: rotate(180deg);
	position: relative;
	z-index: 1:
}

#contentwrap {
	width: 890px;
	min-height: 790px;
	margin: 0px auto;
	padding: 73px 50px 50px 50px;
	background-color: rgba(23,23,23,0.1);
	position: relative;
	overflow: hidden;
	z-index: 1:
}

#footercontainer {
	height: 52px;
	background-color: rgba(53,27,21,1);
	background-image: url("../images/footerback.png");
	background-repeat: no-repeat;
    background-position: 500px -20px;
	background-size: 150px auto;
}

#footer{
	width: 1200px;
	height: 52px;
	margin: 0px auto;
	background-color: rgba(23,23,23,0.1);
}

#footerwrap{
	width: 700px;
	height: 52px;
	margin: 0px auto;
	margin-left: 400px;
	background-color: rgba(23,23,23,0.1);
	color: rgba(213,189,123,1);
	text-align: center;
	border: 1px solid #ff0000;
}

/*	*	Tag
*		Hier werden die einzelnen Tag deklariert
*		Das stellt das Aussehen folgender Elemente des Designs dar:
		-	Schriftbild
		-	Bildformation
*/

p {
	font-size: 1.2em;
}

h1 {
	color: #ffffff;
	font-size: 2.5em;
}
h2 {}
h3 {}

h4 {
	margin: 12px 0px 0px 0px;
	font-size: 1.5em;
}

ul {
	margin: 25px 0px 0px 75px;
}

li {
	font-size: 1.2em;
}

#menu li a, #menu ul {
	margin: 45px 0px 0px 50px;
	color: rgba(213,189,123,1);
}

#menu img {
	float: left;
	margin: 20px 50px 0px 20px;
}
#contentwrap img {
	float: left;
	margin: 20px 50px 0px 20px;
	height: 150px;
}

#contentwrap img:hover{
	float: left;
	margin: 20px 50px 0px 20px;
	width: 100%;
	height: auto;
}