﻿#Main 
{
	background-image:url('../img/hintergrund.png');
	background-repeat:no-repeat;
	line-height:13px;
	height: 500px;
	width: 859px;
	left: 33px;
	top: 33px;
	position: absolute;
}

body
{
	background-image:url('../img/backgr.png');
	background-repeat: repeat;
	line-height:13px;
}

p
{
	margin-top:0px;
	margin-bottom:5px;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#967181;
	text-decoration:underline;
}

a:hover
{
	color:#BF398A;
}

.link_footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#967181;
	text-decoration: underline;
}

.link_footer:hover
{
	color:#BF398A;
}

.HeadText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#a3b601;
	margin-bottom:18px;
}

.MainText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

.FootText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#808080;

}

.Link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;	
	text-decoration:none;
}

.Link_activ
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#a3b601;	
	text-decoration:none;
}

.Link:hover
{
	color:#a3b601;	
}

#ContentBox
{
	position: absolute;
	top: 116px;
	left: 496px;
	width: 373px;
	height: 373px;
	overflow:auto;
	padding-right:11px;
}

#Footer
{
	position: absolute;
	top: 540px;
	left: 33px;
	width: 865px;
	text-align: center;
	height: 17px;
}

#Menu
{
	position: relative;
	top:20px;
	left:443px;
	width: 410px;
	height: 20px;
}

#Foto
{
	width: 112px;
	height: 81px;
	position: absolute;
	top:334px;
	left:518px;
}

.menuItem
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #7a2000;
    display: block;
    height: 12px;
    width: 100px;
    padding: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.menuItem:hover
{
	color:#a3b601;	
}
