/*	CSS DESPERADOS ABBBA	Startseite       */
/* --------------------------------------------- */
/*       Grundsätzliche Einstellungen            */
/* --------------------------------------------- */

body
	{
	background-color: #FFFFFF ;
	font-family: arial, geneva, helvetica;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container
	{
	top: 0px;
	height: 714px;
	width: 1004px;
	padding: 0;
	border: 0;
	margin: auto;
	z-index: left;
	text-align: left;
	}

#kopflinks
	{
	position: relative;
	left: 10px;
	top: 20px;
	height: 287px;
	width: 400px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 0;
	background: url(logo.jpg) no-repeat;
	}

#Aufbau
	{
	position: relative;
	left: 60px;
	top: 30px;
	height: 30px;
	width: 280px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}

#adresse
	{
	position: relative;
	left: 380px;
	top: -420px;
	height: 100px;
	width: 350px;
	text-decoration: none;
	color: #000000;
	font-family: arial, sans-serif;
	}

#kopfrechts
	{
	position: relative;
	left: 750px;
	top: -287px;
	height: 400px;
	width: 120px;
	color: #26266c;
	margin: 0;
	padding: 100px 0 0 10px;
	border-style: dashed;
	border-width: 0 0 0 1px;
	border-color: #999999;
	background-color: #fefefe;
	}

