* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #eae0d6;
	
	color: #e9c39c;
	font-family: arial;
	font-size: 12px;
}

#bodywrap  { 	
	margin: 0 auto; 
	width: 1000px;
}
#header {
	background: url(images/header_bg.png) no-repeat;
	height: 416px;
}
#logo {
	padding: 100px 0 0 290px;
}

#navigation {
	width: 1000px;
	margin: 75px 0 0 75px;
	z-index: 30
}
#navigation ul { 
}
#navigation li {
	background: url(images/button_2.png) no-repeat;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 20px;
}
#navigation li a {
	font-size: 14px;
	width: 100px;
	height: 20px;
	text-align:center;
	margin-top: 40px;
	display: block;
}

#slideshow {
	float: left;
	margin: 50px 0 0 150px;
}
.slider {
	float: left;
	background: url(images/picture_frame.jpg) no-repeat;
	width: 276px;
	height: 212px;
	margin-right: 120px;
}
.slider img {
	min-width: 233px;
	max-width: 233px;
	min-height: 168px;
	max-height: 168px;
	margin: 22px;
}

#contentwrap {
	background-color: #2a190c;
	min-height: 300px;
	padding: 180px 150px 100px;	
}
#content {
	height: 100%;
}


/* General Stuff */
h1 {
	font-weight: bold;
	font-size: 16px;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	text-decoration: none;
	list-style-type: none;
}
#content ul {
	margin: 10px 0 10px 20px;
}
#content li {
	list-style-type: disc;
	padding: 5px 0;
}
a {
	text-decoration: none;
	color: white;
}
a:hover, a:active {
	color: #AF9476;
}
#navigation li:hover, #navigation li:active {
	background: url(images/button_1.png) no-repeat;
	width: 100px;
	height: 100px;
}
.ms_img img {
	float: left;
	border: 5px solid #422A17;
	width: 45%;
	margin: 10px;
}
.clear {
	clear:both;
}



/****** DROPDOWN MENÜ CSS *******/
#menu div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #2A190C;
	width: 80px;
}

#menu div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #2A190C;
}
#menu div a:hover {	
	background: #AF9476;
	color: #FFF;
}