/* -------- Allgemein -------- */

body
	{
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #A3A7AB;
	scrollbar-3dlight-color: #A3A7AB;
	scrollbar-darkshadow-color: #A3A7AB;
	scrollbar-face-color: #F1F5FA;
	scrollbar-highlight-color: #F1F5FA;
	scrollbar-shadow-color: #F1F5FA;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	}

.adresse
	{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #815B5B;
	margin-top: 0;
	text-decoration: none;
	letter-spacing: 1px;
	}

a.adresse:hover
	{
	color: #AE61A2;
	}

#copy
	{
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
	}

#copy,.copy
	{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 0;
	text-decoration: none;
	}

#starttext
	{
	display: none;
	}







