body	{
	background-image:url("../media/bg.jpg");
	margin:0px auto;
	background-repeat:repeat;
	font-family:Verdana;
	color:#2e2e2e;
	padding-bottom:0px;
	margin-bottom:0px;
	height:100%;
}

body a, body a:visited	{
	color:#242424;	
	text-decoration:underline;
}

body a:hover	{
	color:#06F;	
	text-decoration:underline;
}

body img	{
	border:0px;	
}

.main	{
	width:850px;
	--min-height:100%;
	margin-bottom:0px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:150px;
	background-image:url("../media/main.png");
	border:0px solid grey;
	position:relative;
}

.header {
  	width:850px;
  	height:150px;
  	border:0;
	overflow:hidden;
	margin:0px auto;
	position:relative;
	background-image:url("../media/banner.png");
}

.title	{
	width:850px;
	height:100px;
	border:0px inset grey;
	background-image:url("../media/sun.png");
	background-repeat:no-repeat;
	position:relative;
	font-size:50px;
	line-height:50px;
	padding-left:100px;
	display:table-cell;
	vertical-align:middle;
}

.menu {
	background-image:url("../media/menu.png");
	text-align:center;
  	width:850px;
  	height:50px;
	font-size:20px;
	line-height:50px;
	color:#fff;
	position:relative;
}

.menu a, .menu a:visited	{
	color:#2e2e2e;	
	text-decoration:none;
}

.menu a:hover	{
	color:#dd2c4d;
	text-decoration:none;
	cursor:pointer;	
}

.container  {
  	width:650px;
  	margin:0 auto;
	text-align:left;
	position:relative;
	font-size:16px;
	line-height:20px;
}

.caption	{
	width:650px;
	height:50px;
	border:0px solid black;
	font-size:25px;
	line-height:25px;
	margin-top:50px;
}

.footer	{
	width:850px;
	height:60px;
	position:absolute;
	margin:0px auto;
	margin-top:50px;
	padding-top:40px;
	text-align:center;
	margin-bottom:0px;
	bottom:0px;
	border:0px;
	font-size:10px;
	line-height:10px;
	background-image:url(../media/footer.png);	
}

.footer a, .footer a:visited	{
	color:#FFF;
	text-decoration:none;
}

.menubox	{
	position:absolute;
	width:325px;
	padding-left:25px;
	border:0px dotted #330033;
	top:100px;
	z-index:100;
	background-image:url(../media/menuitems_bg.png);
}

.menuboxitem, .menuboxitem a, .menuboxitem a:visited	{
	position:relative;
	width:290px;
	height:40px;
	font-size:16px;
	line-height:20px;
	float:none;
	border:0px solid white;
	padding:5px;
	color:#2e2e2e;
	text-decoration:none;
}

.menuboxitem a:hover	{
	color:#dd2c4d;	
	text-decoration:none;
}

.kontaktformular	{
	width:350px;
	position:relative;
	float:left;
	border:0px solid #369;
	font-size:16px;
	line-height:20px;
	text-align:left;
}

.eingabefelder	{
	width:200px;	
}

.eingabefelder_nachrricht	{
	width:300px;
}