/* Allgemeines */

* {
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	}

body {
	background-color: #F4F1EF;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #A9998F;
	text-decoration: none;
	}

a:link {
	color: #A9998F;
	text-decoration: none;
	}

a:hover {
	color: #645750;
	text-decoration: underline;
	}

/* Flash */

div.flash {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -480px;
	z-index: 0;
	overflow: hidden;
	}

/* Trailer */

div.trailer {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -370px;
	z-index: 1;
	overflow: hidden;
	}

/* Typo */

div.text_brown {
	color: #645750;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	}

div.text_black {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	}

div.text_beige {
	color: #A9998F;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	}

div.text_small {
	color: #A9998F;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	}