﻿html {
	display: none;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font: 8pt Arial;
}
a {
	text-decoration: none;
	color: black;
	padding: 0px 2px;
	cursor: pointer;
}
a:hover {
	background-color: #DDDDDD;
}
#navigation {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background-image: url("img/raster.jpg");
}
#x-achse {
	width: 95%;
	margin: auto;
	height: 10px;
	background-color: #333333;
}
#content {
	color: white;
	font-family: Futura, Arial;
	text-align: center;
	position: absolute;
	right: 0;
	width: 0%;
	height: 100%;
	background-color: #333333;
}
#projekt_ansicht {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -120px;
	color: #EEEEEE;
}
h1 {
	font-size: 20px;
}
#tim a { 
	color: red;
}

#tim a:hover {
	color: red;
}

#tim {
	position: absolute;
	left: 30%;
	top: 40%;
	font: 10px Arial;
	color: red;
}
.projekt {
	position: absolute;
	font: 10px Arial;
	z-index: 0;
}
.text {
	padding: 10px;
	background-color: #ffdcdc;
	color: black;
	width: 150px;
	z-index: 50;
}
.link a {
	cursor: pointer;
}

#player {
	display: none;
}

#close {
	margin: 20px;
	font-size: 12px;
	cursor: pointer;
	display: none;
}

#close:hover {
	color: #ffdcdc;
}
