﻿body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #eeeeee;
}

p {
	margin-top: 2px;
	margin-bottom: 1px;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-style: none;
	border-collapse: separate;
	background-color: white;
}
th {
	color: #ffffff;
	background-color: #335599;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 0px;
}
td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px;
}

h1 {
	font-size: 16px;
	color: #ffffff;
	background-color: #335599;
	margin-top: 0px;
	padding: 4px;
}

div#impressum {
	position: fixed;
	font-size: 12px;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	border: thin dotted #000000;
	right: 5px;
	bottom: 5px;
}

p#impressum {
	font-size: 12px;
	margin-bottom: 8px;
}

div#wrapper {
	position:fixed;
	top: 5px;
	left: 180px;
	width: 600px;
	height: 592px;
	padding: 3px;
	text-align: center;
	border: thin solid #335599;
	background-color: #ffffff;
	overflow: auto;
}
div#googlead {
	position: fixed;
	background-color: #ffffff;
	top: 5px;
	left: 10px;
	width: 160px;
}

div#editorleft {
	position: fixed;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	width: 35%;
	padding: 0px;
	height: 100%;
	border: thin solid #335599;
	overflow: auto;
}
div#editormain {
	position:fixed;
	top: 0px;
	left: 35%;
	width: 65%;
	height: 100%;
	padding: 0px;
	overflow: auto;
	border: thin solid #335599;
	background-color: #efefef;
}

div#editorinner {
	padding: 5px;
}

div#mp3 {
	position: fixed;
	top: 5px;
	left: 600px;
	height: 250px;
	width: 250px;
}