body{
	text-align:center;
	background-color: #F0F0F0;
	background-image: url("newbg.png");
	background-position: -20px -20px;
	background-attachment: fixed;
	/*background-color:#900;*/
}

a {
	border: 0px;
}

img {
	border: 0px;
}

#wrap{
	width: 790px;
	margin: 0px auto;
}

*{padding:0; margin:0;}

#head{
	width: 790px;
	height: 228px;
	margin-top:20px;
	background:url(newhead.png);
	/*border-top: 1px solid black;
	border-right: 1px solid black;
	border-left:1px solid black;*/
}

#content{
	width: 750px;
	min-height: 200px;
	background-color:#FFF;
	padding: 10px 20px 20px 20px;
	text-align:left;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #cc0000;
	/*border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left:1px solid black;*/
}

#footer{
	width:790px;
	height: 35px;
	/*border-right: solid 1px black;
	border-left:1px solid black;
	border-bottom: 1px solid black;*/
	margin-bottom: 20px;
	background: url(footer.png);
}

#menuebox {
	position:relative;
	height: 40px;
	/*border-right: 1px solid black;
	border-left:1px solid black;*/
	width:790px;
}

#menue {
	position:absolute;
	left: 0;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 158px;
	height: 40px;
	font-weight: normal;
	text-align: center;
	line-height:42px;
	background: url(bg-menu.png);
	color: #000;
	font-family:sans-serif;
	font-size:13px;
}

#menue .aussen:hover {
	height: auto;
	background: url(hover-new.png);
	color: #fff;
}

a.innen{
	display: block;
	width: 158px;
	height:38px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	background: #e3e3e3;
	color: #000;
	text-align:center;
	font-family:sans-serif;
	font-size:13px;
}

a.hidden {
	display: none;
}

a:hover.innen{
	background:url(hover-new.png);
	color: #fff;
}

a:visited.außen,
a:visited.innen{
	text-decoration: none;
}

span.menutag {
	height: 40px;
	display: block;
}

.link-aussen{
	text-decoration: none;
}

form > span {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	display: block;
	margin-top: 5px;
}

input.in {
	width: 350px;
}

textarea {
	width: 400px;
	height: 250px;
}

.gbookhead {
	background: #eee;
	border-left: 1px #999 dashed;
	border-top: 1px #999 dashed;
	border-right: 1px #999 dashed;
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.gbooktext {
	background: #ccc;
	border: 1px #999 dashed;
	padding: 5px;
}
