/* CSS Document */

body
{
	font-family: Tahoma;
	font-size: 12px;
	color: #717171;
};

.titel
{
	font-family: Arial;
	font-size: 16px;
	color: #585858;
};

.funktionen
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
};

a:hover
{
	color: #FAB939;
};

.tf_kontakt {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Tahoma 
	COLOR: #717171; 
	text-decoration: none;
	border-color:#FAB939; 
	border-style:solid; 
	border-width:thin; 
	width:180px;
}

.bt_kontakt {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Tahoma; 
	COLOR: #717171; 
	text-decoration: none;
	border-color:#FAB939; 
	border-style:solid; 
	border-width:thin; 
	width:186px;
};




/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }