/* Zentrale Format-Datei Erstellt am 05.06.2000 von Tobias Pross*/

/* Angaben fuer Appartements */

b.gross { font-size:14pt; font-weight:bold; }
b.normal { font-size:10pt; font-weight:bold; }
small.klein { font-size:8pt; font-weight:normal} 
small.normal { font-size:10pt; font-weight:normal}

/* Angaben fuer gesamte Seite */

/* Hyperlinks */
a:link { 
	font-weight: bold;
	font-style: italic;
	color: #CC9933;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	font-style: italic;
	color: #7C0D2C;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-style: italic;
	color: #CC9933;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	font-style: italic;
	color: #CC9933;
	text-decoration: overline;
}

a:focus {
	font-weight: bold;
	font-style: italic;
	color: #CC9933;
	text-decoration: underline;
}

/* Seitenende */
p.copyright {
	font-size: 8pt;
	font-style: italic;
}

/* Bilder */
img.around {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* Seitenhintergrund */
body.fresco {
	background-image: url(../../../images/Fresco.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px 250px;
}

/* Seitenlayout Basislayer*/
div.bg {
	position:absolute;
	left:50px;
	top:0px;
	width:90%;
	height:80%;
	padding-top:10%
}

/*
body { 
  scrollbar-base-color:#400000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-darkshadow-color:#FF0000;
	scrollbar-face-color:#00FF00;
	scrollbar-highlight-color:#00FFFF;
	scrollbar-shadow-color:#0000FF;
	scrollbar-track-color:#0FFFF0;
}
*/	