body {
	margin-top: 1px;
	background: url(http://www.swingup.info/images/background.png) repeat;
}
TABLE TR TD {
	padding: 10px;	
}
INPUT, SELECT, TEXTAREA {
	border: 1px solid black;
	display: block;
	height: 20px;
	margin-bottom: 10px;
	width: 250px; /* Breite.*/
}
TEXTAREA {
	height: 120px;
}
INPUT[type=hidden] {
	display: none;
}
LABEL {
	display: block;
	float: left;
	margin-bottom: 10px;
	height: 20px;
	width: 250px; /* Breite.*/
}
A.list {
	display: block;
	margin-bottom: 5px;
	color: #000000;
	border-bottom: 1px solid #d90008;	
}

/* diverses */
.backnavi {
	display: block;
	padding-top: 10px;
}


/* Gaestebuch */
.vpgb_name, .vpgb_ort, .vpgb_datum {
	float: left;
	padding-right: 5px;	
}
.vpgb_eintrag {
	border-bottom: 1px solid #d90008;	
}



/* Seiten-Layout Aufbau */
#leftwrapper {
	float:left;
	width: 170px;
	height: 680px;
}
#leftwrapper_shadow {
	float:left;
	width: 7px;
	background: url(http://www.swingup.info/images/rechts_von_menu.png) repeat-y;
}
#leftwrapper_shadow_unten {
	float: left;
	width: 6px;
	height: 680px;
	background: -1px 670px url(http://www.swingup.info/images/rechts_von_menu_unten.png) no-repeat;	
}
#left_bottom {
	width: 170px;
	background: 1px -1px url(http://www.swingup.info/images/left_unten.png) no-repeat;
	height:10px;
}
#mainwrapper {
	width: 690px;
	min-height: 670px;
	padding-left: 176px;
	background: 176px 1px url(http://www.swingup.info/images/content.png) repeat-y;
}
#content_bottom {
	width: 860px;
	min-height: 600px;
	background: 176px -1px url(http://www.swingup.info/images/content_unten.png) no-repeat;
}
#topwrapper {
	width: 699px;
	background: 6px -2px url(http://www.swingup.info/images/content.png) repeat-y;
	height: 170px;
	overflow: hidden;
}
#content_top {
	width: 690px;
	height: 9px;
	overflow: hidden;
	background: -1px -1px url(http://www.swingup.info/images/untermenu.png) no-repeat;
}
#content {
	width: 594px;
	padding: 40px;
}