/* Grundkörper */
body {
	background-color:	#F9F9F9;
	font-family: 		Verdana;
	font-size: 			11px;
}
	 a:link		{color:#002AFF; text-decoration:none;}
 	 a:visited	{color:#002AFF; text-decoration:none;}
 	 a:hover	{color:#002AFF; text-decoration:underline;}
 	 a:active	{color:#002AFF; text-decoration:none;}

#inhalt {
	width:		812px;
	margin:		0px	auto;
	text-align:	center;
}

#banner1 {
	background-image:	url(gfx/homepage-entwurf_v2_01.jpg);
	width:	812px;
	height:	131px;
}

#banner2 {
	background-image:	url(gfx/homepage-entwurf_v2_02.jpg);
	width:	812px;
	height:	135px;
}

#content {
	background-image:	url(gfx/homepage-entwurf_v2_03.jpg);
	width:				660px;
	padding-left:		102px;
	padding-right:		50px;
	padding-bottom: 	55px;
	padding-top: 		5px;
	text-align:			left;
}
		#content_left {
			float: 			left; 
			margin-top: 	0px; 
			margin-bottom:	0px;
		}
		#content_right {
			float:			right; 
			width:			499px; 
			margin-top:		0px; 
			margin-bottom:	0px; 
			padding-left:	0px;
		}

#footer {
	background-image:	url(gfx/homepage-entwurf_v2_13.jpg);
	width: 	812px;
	height: 	33px;
}
/* // Grundkörper */

/* Menükörper */
.menu_button {
	margin-bottom:		4px;
	margin-top:			0px;
}

.menu_inbutton {
	margin-bottom:		4px;
	margin-top:			0px;
	margin-left:		10px;
}
/* // Menükörper */

/* Gästebuch */
.div_formular {
  width:			480px;
  text-align:	center
}
.formular {
    text-align: center;
}
.formular  ol {
    list-style-type: none;
    margin: 2px;
    padding: 5px;
}
.formular  ol  li {
    vertical-align: top;
}
.formular * label:after {
    content: ":";
}

.guestbook {
  border:1px solid #494968; /*151565*/
  background-color:#C5C4C4;
  width:480px;
}

.guestbook .left {
  width:97px;
  float:left;
  padding-left:3px;
}
.guestbook .right {
  float:right;
  width:376px;
  min-height:25px;
  padding-left:3px;
  padding-bottom:5px;
  border-left: 1px solid #494968;
}
.guestbook .foot {
  border-top:1px solid #494968;
  float:right;
  width:376px;
  padding-left:3px;
  padding-bottom:2px;
  border-left:1px solid #494968;
}
/* // Gästebuch */