body {
	margin: 0px auto;
	background-color: white;
	font-family: verdana, arial, sans-serif;
}

h1, h2, h3 {
	color: navy;
}

h1 {
	font-size: 200%;
}

header {
	position: relative;
	padding-left: 10%; padding-right: 10%;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.main {
	padding-left: 10%; padding-right: 10%;
	width: 80%;
	margin:auto;
	position: relative;
	margin-top: 1px;
	min-height: 200px;
	clear: both;
	background-color: #eee;
	overflow: hidden;
}

#logo {
	float: left;
	padding-left: 5%;
	width: 40%;
}

#logo a {
	text-decoration: none;
}

#logo #abbr {
	font-size: 380%;
}

#logo #text {
	font-size: 100%;
}

#logo #hint {
	padding-left: 100px;
	font-size: 100%;
	color: #eee;
}

#logo #active-hint {
	padding-left: 100px;
	font-size: 100%;
	background-color: navy;
	color: #eee;
}

#logo #name {
	color: green;
}
#logo #angebot {
	color: white;
	background-color: navy;
}
#logo #job {
	color: navy;
}

#top-menu {
	margin: 0;
	font-size: 100%;
	color: navy;
	position: absolute; right: 10%; bottom: 0px;
}
#top-menu a {
	text-decoration: none;
	color: navy;
}

#bot-menu {
	margin: 0;
	font-size: 75%;
	color: navy;
	float: left;
}

#bot-menu a {
	text-decoration: none;
	color: navy;
}

.teaser{
	position: relative;
	width: 50%;
	float: left;
}

.teaser h1 {
	color: navy;
	font-size: 400%;
}

.teaser .button {
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-size: 200%;
	width: 60%;
	color: white;
	background-color: green;
	margin: 50px auto 50px auto;
}
.teaser .button a {
	color: white;
	text-decoration: none;
}

.visualization {
	position: relative;
	width: 50%;
	float: left;
}

html body section.main div.visualization div.fake-screen-frame {
	width: 440px;
	height: 280px;
	float: right;
	background-color: #333;
	border-radius: 10px;
	border-color: silver;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
}
.fake-screen-display {
	width: 440px; height:280px;
	background-color: white;
}

.quote {
	font-style: italic;
	font-size: 150%;
	color: #666;
}

p {
	color: #333;
}

footer {
	clear: both;
	padding-left: 10%; padding-right: 10%;
	padding-top: 10px; padding-bottom: 10px;
	margin-top: 1px;
}	
#bottom {
	background-color: silver;
}

.author {
	text-align: right;
	font-size: 75%;
}