@charset "UTF-8";
/* CSS Document */

body {
	background-color:#c8c896;
	background-image:url(../bilder/Logo_d64.png);
	background-repeat:no-repeat;
	padding-top:175px;
	margin:0;
	z-index:0;
	overflow-x:hidden;
	overflow-y:scroll;
	}

.zur_uebersicht {
	background-image:url(../bilder/button_index_d64.png);
	background-repeat:no-repeat;
	position:absolute;
	top:42%;
	width:100px;
	height:100px;
	z-index:1;
	float:right;
	right:48%;
	}
	
a:hover {
	text-decoration:none;
	background-image:url(../bilder/button_index_d64_hover_unscharf.png);
	background-repeat:no-repeat;
	position:absolute;
	top:42%;
	width:100px;
	height:100px;
	z-index:1;
	float:right;
	right:48%;
	outline:none;
	}
		
a:active {
	text-decoration:none;
	background-image:url(../bilder/button_index_d64_visited_unscharf.png);
	background-repeat:no-repeat;
	position:absolute;
	top:42%;
	width:100px;
	height:100px;
	z-index:1;
	float:right;
	right:48%;
	outline:none;
	}
	
a:visited {
	outline:none;
	}

.headline_1 {
	font-family: 'Droid Sans', serif;
  	font-size: 22px;
	font-weight:bold;
  	text-decoration: none;
  	text-transform: uppercase;
  	letter-spacing: 0.15em;
  	word-spacing: 0em;
  	line-height: 1em;
  	color: #555555;
	padding-top:50px;
	padding-bottom:20px;
  	}

.headline_2 {
	font-family: 'Droid Sans', serif;
  	font-size: 18px;
	font-weight:bold;
  	text-decoration: none;
  	text-transform: none;
  	letter-spacing: 0.08em;
  	word-spacing: 0em;
  	line-height: 1em;
  	color: #555555;
	padding-top:40px;
  	}	

.headline_3  {
	position:absolute;
	top:175px;
	left:190px;
	width:417px;
	height:20px;
	
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
		
	color:#e7e7b3;
	letter-spacing:0.2em;
	word-spacing:0.07em;
	line-height:20px;
	z-index:2;
  	}

/*p, pre  {
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
	letter-spacing:0.05em;
	word-spacing:0.07em;
	line-height:20px;
	}

.p_bold  {
	font-family: 'Droid Sans', serif;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	letter-spacing:0.05em;
	word-spacing:0.07em;
	line-height:20px;
	}*/
	
.abstaende_trennstriche {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
	padding: 1.3em 1.3em;
	}