* {
	margin: 0;
	padding: 0;
	border: 0;
}

img, div {
	behavior: url(/css/iepngfix.htc);
}

body { 
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 70.01%;
    line-height: 1.5em;
    position: relative;        
    background-color: #bc0e0e;
    background:url(/img/dose_bg.gif);
	background-position: bottom center;
	background-attachment: fixed;
    text-align: left;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

textarea, input {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
}

h1 {
	margin-bottom: 30px;
	line-height: 1.1em;
}

a {
	color: #bc0e0e;
}

input.submit {
	width: 120px;
	background-color: #bc0e0e;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	font-size: 12px;
}

input.submit:hover {
	background-color: #ff0000;
}

div#menu {
	position: absolute;
	top: 140px;
	left: 40px;
	cursor: pointer;
}

div#menu ul li {
	list-style-type: none;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	background-color: #fff;
	font-size: 1.1em;
	width: 150px;
}

div#menu ul li.sub {
	margin-left: 15px;
}

div#menu ul li.subsub {
	margin-left: 30px;
}

div#menu ul li a {
	text-decoration: none;
	color: #000;
}

div#menu ul li.active, div#menu ul li.active a {
	background-color: #bc0e0e;
	color: #fff;
}

div#menu ul li:hover, div#menu ul li a:hover {
	background-color: #bc0e0e;
}

div#content, div#cms {
	position: absolute;
	font-size: 1.1em;
	top: 90px;
	left: 255px;
	width: 620px;
	background-color: #fff;
	padding: 50px;
	margin-bottom: 50px;
}

table {
	border-spacing: 1px;
}

div td {
	vertical-align: middle;
	padding: 5px 25px 5px 10px;
}

div td.name {
	padding-right: 10px;
}

.nospace td {
	margin: 0;
	padding: 0 5px 0 0;
	border-spacing: 1px;
}

div td.answer {
	vertical-align: top;
	width: 1px;
	padding: 5px 0px 0px 0px;
}

div#content p, div#cms p {
	margin: 10px 0px 0px 0px;
}

div#content input {
	width: 200px;
}

div#content .sternchen {
	margin-top: 30px;
	font-size: 0.8em;
	color: #999;
}

div#content .error {
	margin-bottom: 20px;
	color: #bc0e0e;
}

div#content textarea {
	width: 320px;
	height: 80px;
}

div#cms textarea {
	width: 610px;
	height: 360px;
}

div tr.output td.beitrag {
	width: 300px;
	vertical-align: middle;
	background-color: #f8e6e6;
}

td span {
	font-size: 0.7em;
	color: #aaa;
}

div#gaestebuch_eintrag {
	float: right;
}

div#special {
	position: absolute;
	top: 460px;
	left: 630px;
}

div#button1 {
	top: 10px;
	left: 420px;
}

div#button2 {
	left: 180px;
	top: 600px;
}

div#button3 {
	left: 720px;
	top: 460px;
}

div.button h1 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.2em;
}

div.button {
	position: absolute;
	background-image: url(/img/button2.png);
	width: 370px;
	height: 370px;
}

div#button2, div#button3 {
	background-image: url(/img/button.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.button a {
	color: #f99;
}

div.button a:hover {
	color: #fdd;
}

div.button table, div.button table tr {
	height: 95%;
	width: 100%;
	text-align: center;
	color: #fff;
}

div.bild {
	position: relative;
	width: 180px;
	padding: 10px;
	text-align: center;

	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}

.rechts {
	float: right;
	margin: 10px 0px 10px 10px;
}

.links {
	float: left;
	margin-left: 10px 10px 10px 0px;
}

div.bild img {
	width: 180px;
	margin-bottom: 0px;
}

div.bild p {
	width: 180px;
	margin-top: 0px;
	font-size: 0.9em;
}

.hidden {
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
	visibility: hidden;
}

tr.adresses td {
	padding-right: 0px;
}









