a {
  color: rgb(0,0,0);
}

body {
/* BEGIN Christoph Walser, 2007/12/20 */	
	background: rgb(220,220,220); 
	background-image: url(frame_farbverlauf.gif);
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* END Christoph Walser, 2007/12/20 */	
}

#all {
	width: 705px;
	margin: auto;
	border: 2px rgb(50,50,50) solid;
}

#content {
/* BEGIN Christoph Walser, 2007/12/20 */	
	background: rgb(200,200,200); 
	background-image: url(content_farbverlauf.gif);
	background-repeat: repeat-x;
	
	font-size: small;
/* END Christoph Walser, 2007/12/20 */	
	padding: 10px;
}

#navigation {
/* BEGIN Christoph Walser, 2007/12/20 */	
	background: rgb(50,50,50); 
	background-image: url(navigation_farbverlauf.gif);
	background-repeat: repeat-x;
	
	font-size: small;
	text-align: center;
	
/* END Christoph Walser, 2007/12/20 */	
	border-bottom: 2px rgb(50,50,50) solid;
/* 	height: 100px; */
/* 	position: absolute; */
/* 	margin-top: 2px 0; */
	width: 100%;
	padding: 5px 0;
}

#navigation a {
/* 	background: rgb(150,0,0); */
	text-decoration: none;
	padding: 0 10px;
	color: rgb(255,255,255);
/* BE	GIN Christoph Walser, 2007/12/20 */	
	font-weight: bolder;
/* END Christoph Walser, 2007/12/20 */	
}

/* BEGIN Christoph Walser, 2007/12/20 */	
#navigation a.selected {
	color: rgb(255,255,20);
}

#navigation a:hover {
	color: rgb(255,255,20);
}
/* END Christoph Walser, 2007/12/20 */	

#title {
/* BEGIN Christoph Walser, 2007/12/20 */	
	background: rgb(255,255,50); 
	/*background-image: url(titel_farbverlauf.gif);*/
	background-image: url(titelbanner.png);
	background-repeat: repeat-x;
	height: 100px;
	padding: 5px 10px;
/* END Christoph Walser, 2007/12/20 */	
/* 	border-bottom: 2px rgb(50,50,50) solid; */
}

#title h2 {
	font-style: italic;
	font-size: large;
/* BEGIN Christoph Walser, 2007/12/20 */	
	font-family: Times New Roman;
/* END Christoph Walser, 2007/12/20 */	
}

#content td {	font-size: small; }

#content a.gaestebuch { color: black; }

#content a.gaestebuch:hover { color: rgb(255,255,0); }

#content span.gaestebuch { color: #666666; }


/*fuer tabs*/
.ui-tabs-nav {
	list-style-type: none;
}
.ui-tabs-nav li{
	list-style-type: none;
	float: left;
}

#fragment-1, #fragment-1 {
	clear: both;
}

.ui-tabs-hide {
	display: none !important;
}
