*{
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
/* 	font-size: 10px; */
}

a{
	text-decoration: none;
}

#site{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -443.5px;
	margin-top: -273px;
	display: block;
}

#logo{
	background: url("../pict/logo.png") no-repeat;
	margin-left: 30px;
	height: 546px;
	width: 326px;
	position: absolute;
	left: 0px;
}

#kasten{
	width: 887px;
	height: 470px;
	background-color: #d1d3d4;
}

#text{
	text-align: right;
	margin-right: 20px;
	font-size: 20pt;
	font-style: oblique;
	color: #942923;
}

#text strong{
	background-color: #942923;
	width: 100px;
	color: white;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#links{
	margin-top: 20px;
	text-align: right;
}

#links a{
	font-style: oblique;
	color: #942923;
}

/* #links a:first-child{ */
#links #impressum_link{
	cursor:pointer;
}

#menu{
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -25px;
	margin-left: 10px;
	font-size: 12pt;
}

#menu a{
	cursor:pointer;
	color: gray;
}

#menu a:hover{
/* 	text-decoration:underline; */
	border-bottom: 4px solid #bebdbb;
}

#advertising{
/*	border: 1px dashed silver;
	background-color: #f9f9f9;
	padding: 10px;

	width: 176px;
	height: 285px;*/

	position: relative;
	left: 50px;
	top: 50px;
}

.content{
	display: none;
	position: absolute;

	width: 30%;
	height: 80%;

	border: 1px dashed silver;
/* 	border: 1px dashed #942923; */
	background-color: #f9f9f9;

	padding: 15px;

/* 	overflow: auto; */
}

.content img{
	display: block;
	margin: 0 auto;
}

#impressum{
	z-index: 2;
	position: absolute;
	top: 100px;
	right: 27px;
	width: 300px;
	height: 350px;
}

#kontakt{
	z-index: 1;
	position: relative;
	top: 100px;
	right: 27px;
	font-size: 15pt;
	text-align: right;
}

#kontakt strong{
	color: #942923;
	font-size: 20pt;
}

#fachhandel{
	right: 15;
}

#projekt{
/* 	padding-top: 15px; */
	left: 15;
}

#projekt p{
	left: 300px !important;
}

#projekt a{
	cursor: pointer;
}

#projekt div{
	display: none;
}

#projekt img{
	width: 250px;
	height: 187px;
}

#fachhandel p{
	border-top:none;
	border-bottom:dashed 1px silver;
	padding-bottom: 4px;
	background-color: #e8e8e8;
	padding: 4px;
}

#fachhandel div{
	display: none;
}

#fachhandel a{
	cursor: pointer;
}

#weiter{
	right: 0;
}