﻿@charset "utf-8";
/* CSS Document */
div {
	left:50%;
	margin-left:-200px;
	top:50px;
	height:600px;
	width:400px;
	display:block;
	z-index:100;
	position:absolute;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-image: url(bg01.jpg);

}

p {
  color: #674d3a;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

a {
   border: none;
}

a:link {
  color: #FFCC99
  font-family: Verdana, sans-serif;
  text-decoration: underline;
}

a:hover{
  color: #666666;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}

.inhalt {
  color: #674d3a;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;  
}