/* -------- Allgemein -------- */

body
	{
	padding: 0px;
	margin: 0px;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #7f7f7f;
	scrollbar-3dlight-color: #7f7f7f;
	scrollbar-darkshadow-color: #7f7f7f;
	scrollbar-face-color: #ededed;
	scrollbar-highlight-color: #ededed;
	scrollbar-shadow-color: #ededed;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	height: 100%;
	}



html
	{
	height: 100%;
	}



/* -------- Navigation -------- */

.navi, .naviaktiv, .enavi
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737574;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	}

a.navi:hover
	{
	color: #404040;
	}

a.enavi
	{
	color: #993300;
	}

a.enavi:hover
	{
	color: #7B2900;
	}

.adress, p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	}

.black
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	}

a.black:hover
	{
	color: #333333;
	}

.gray
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737574;
	text-decoration: none;
	line-height: 18px;
	}

a.gray:hover
	{
	color: #A9A9A9;
	}

a.adress:hover
	{
	color: #eeeeee;
	}

h1.adress
	{
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 21px;
	}

h1.gray
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #A3A4A6;
	text-align: right;
	margin: 40px 10px 10px 0px;
	}

h2.adress
	{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 18px;
	}

h2.gray
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4D4E4D;
	margin: 10px 0px 10px 0px;
	}

.copy
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C5C8C7;
	text-decoration: none;
	}

a.copy:hover
	{
	color: #eeeeee;
	}

#starttext
	{
	display: none;
	}








li, ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}













