﻿@import "text.css";

body {
	margin-top: 0;
	color: #000000;
	font: 9pt Tahoma, Verdana, Arial, sans-serif;
	background-color: #eeeeee;
	text-align: center;
	min-width: 750px;
	}

#spacer {
	height: 40px;
	}

#container {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	border-top: 1px solid #000000;
	}

#header {
	text-align: left;
	padding-left: 62px;
	padding-top: 48px;
	background-image: url(grafiken/header.png);
	background-repeat: no-repeat;
	min-height: 20px;
	background-color: #ffff66;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#main {
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	background-image: url(grafiken/newplum.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffff66;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*border-top: 1px solid #ffff66;*/
	}

#footer {
	border-top: 1px solid black;
	font: 9pt Tahoma, Verdana, Arial, sans-serif;
	padding: 3px;
	clear: both;
	background-color: #eeeeee;
	}
