/*

Farbwerte

Pink: #e3006a
Dunkelgrau: #57514b
Hellgrau: #bbb0ab

*/

a {
	text-decoration: underline;
	color: #57514b;
}

a:hover, a:visited {
	color: #bbb0ab;
}

a[name=ahoi] {
	position: absolute;
	left: 0px;
	top: 0px;
}

body, td {
	font-family: 'Arial', Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #57514b;
}

body {
	background-color: #fff;
}

body, html {
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
}

div#Projektion {
	position: fixed;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	min-width: 920px;
	min-height: 620px;
	
	background: url('../medien/grafiken/opa_80.png') repeat;
	
	display: none;
	z-index: 2;
}

div#Startseite {
	position: absolute;
	left: 280px;
	top: 120px;
	
	width: 510px;
	
	padding-bottom: 30px;
	
	z-index: 1;
}

div#Navigation {
	position: fixed;
	left: 30px;
	top: 154px;
	
	width: 240px;
	
	line-height: 10px;
	
	border-left: 10px solid #fff;
	
	z-index: 1;
}

div#Navigation img {
	margin-bottom: 4px;
}

div.article:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.article .aside {
	width: 200px;
	margin-top: 30px;
	margin-right: -240px;
	float: right;
}

div.Arbeitsprobe {
	position: absolute;
	left: 50%;
	top: 50%;

	width: 900px;
	height: 600px;
	
	margin: -300px 0px 0px -450px;
	
	display: none;
	z-index: 4;
}

div.Arbeitsprobe img {
	position: absolute;
}

div.Box {
	position: absolute;
	width: 230px;
	display: none;
}

div.Spalte {
	float: left;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #57514b;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	overflow: hidden;
}

h3 {
	margin-top: 30px;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #e3006a;
}

h4:before {
	content: '>> ';
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 19px 0px 20px 0px;
	
	color: #999;
	background-color: #999;
}

img {
	border: 0px;
	display: inline-block;
	vertical-align: bottom;
	
	padding: 0px;
	margin: 0px;
}

img#Ahoi {
	position: absolute;
	left: 940px;
	top: 40px;
	
	z-index: 1;
}

img#Close {
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -315px 0px 0px -465px;
	
	z-index: 5;
}

img#Loader {
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -8px 0px 0px -8px;
	
	z-index: 3;
}

img#Profil {
	border: 1px solid #000;
}

img#Titel {
	position: fixed;
	left: 40px;
	top: 30px;
	
	z-index: 1;
}

li {
	margin-left: 12px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

td.Index {
	vertical-align: top;
	padding-top: 6px;
}

ul {
	list-style-image: url('../medien/grafiken/bullet.gif');
	list-style-position: outside;

	margin: 0px 0px 12px 0px;
	padding: 0px;
}

ul#Arbeitsproben a {
	font-weight: bold;
}

.Clear {
	clear: both;
}

.Absatz {
	margin-top: 20px;
}

.Geist {
	width: 0;
	height: 0;
	
	padding: 0;
	margin: 0;
	
	visibility: hidden;
}

.Index {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.Hell {
	color: #bbb0ab;
}

.Pink {
	color: #e3006a;
}

.Weiss {
	color: #fff;
}
