﻿body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 13px;
	color: #000000;
}

#wrapper1 {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
    margin-top: -200px;
	text-align: center;
}

#wrapper2 {
	position: relative;
	width: 750px;
	height: 400px;
	margin: 0px auto;
	text-align: left;
}

#impressum {	
	color: #787878;
	text-decoration: none;
}

#contentframe {
	color: #FFFFFF;
	position: absolute;
	width: 750px;
	height: 320px;
	padding: 0px;	
	font-size: 1.1em;
	line-height: 15px;
	text-align: left;	
}

#contentframe a{
	color: #00C0BE;
	text-decoration: none;
}

#contentframe a:hover{
	color: #FFFFFF;
}

#contentleft {	
	background-color: #00C0BE;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	overflow: hidden;
}

#contentright {	
	background-color: #363636;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	overflow: hidden;
}

#navigation {
	width: 750px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 320px;
	clear: both;
	font-size: 1.5em;
}

#navigation a {
	color: #4a4a4a;
	text-decoration: none;
}

#navigation a:hover{
	color: #9e9e9e;
}

#footnav {
	width: 750px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 350px;
	font-size: 1.0em;
}

#footnav a{
	color: #363636;	
	text-decoration: none;
}

#footnav a:hover {
	color: #787878;
	text-decoration: underline;
}

img {
	border: none;
}

img.werke {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 3px;
	width: 160px;
	height: 200px;
	margin-bottom: 5px;
}

img.werke:hover {
	border-color: #00C0BE;	
}

table {
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	font-size: 1.0em;
}

th {
	width: 20%;
	vertical-align: top;	
}

td {
	vertical-align: top;
}

table.werke {	
	height: 100%;
	text-align: center;
}

td.werke {
	height: 100%;
	width: 160px;	
}

.paddingdiv {
	padding: 5px 10px 5px 15px;
}

input, textarea{
	width: 100%;
}

