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

a{
	text-decoration: none;
}

ul li{
	list-style-position: inside;
}

.bildergalerie img{
	border: 1px solid silver;
	background-Color: white;
	padding: 4px;
	padding-bottom: 10px;
}

#infotext{
	color: green;
	font-size: 17pt;
}

#formular input, #formular textarea{
	border: 1px solid silver;
}

#header, #logo, #ani{
	position: absolute;
	top: 0;
}

#aussen #header{
	background-image: url("../pict/header.jpg");
	background-repeat: no-repeat;
	width: 451px;
	height: 553px;
}

#aussen #logo{
	background-image: url("../pict/logo.gif");
	background-repeat: no-repeat;
	width: 338px;
	height: 96px;
	left: 500px;
	top: 10px;
}

#aussen #ani{
	background-image: url("../pict/bild2.gif");
	background-repeat: no-repeat;
	width: 178px;
	height: 124px;
	left: 900px;
	top: 26px;
/* 	margin-top: 26px; */
/* 	display: inline-block; */
/* 	position: relative; */
/* 	top: 26px; */
/* 	left: 100px; */
}

#aussen #ani:hover{
	background-image: url("../pict/bild2_.gif");
}

#aussen #links{
	position: absolute;
	top: 300px;
	left: 200px;
}

strong{
	color: #c73d0d;
}

.img_gross { border: solid 1px black }
.img_klein { border: dashed 1px gray }

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

#kasten{
	padding: 10px;
/* 	width: 887px; */
	width:770px;
	min-height: 470px;
	background-color: #fdd7b5;
	border: 1px dashed gray;
}

#text{
	background-color: #f3f3f3;
	text-align: right;
	border: 1px solid #ded9d9;
	color: gray;
	padding: 2px;
	font-size: 10pt;
}



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

#links .current{
	color: green;
}

/* #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;

	-moz-border-radius:15px;
/* 	border-radius:15px; */
	-webkit-border-radius:15px;

/* 	overflow: auto; */
}

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

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

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

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