@charset "utf-8";
/* CSS Document */

/* Body           */
/* ************************************** */
.Body {
	min-width: 800px;
	min-height: 600px;
}

/* Menue Elements */
/* ************************************** */
.MenuElement {
	position: absolute;
	top: 8px;
	left: 8px;
	padding-top:24px;
	cursor:pointer;
}
.MenuElementTop {
	text-align: center;
}
.MenuElementZurPersion {
	background-color: #CCFF00;
}
.MenuElementPferde {
	background-color: #33CCFF;
}
.MenuElementKosten {
	background-color: #CC99FF;
}
.MenuElementKontakt {
	background-color: #33FF99;
}

.MenuElementLeft {
	vertical-align: middle;
	text-align: left;
	padding-right: 24px;
	padding-left: 24px;	
}
.MenuElementHome {
	background-color: #99FFFF;
}
.MenuElementWasIstHPV {
	background-color: #FFFF00;
}
.MenuElementZielgruppen {
	background-color: #FF00FF;
}
.MenuElementWasBewirktHPV {
	background-color: #00FF00;
}
.MenuElementBilder {
	background-color: #33CCFF;
}

/* Menu to Content Transition */
/* ************************************** */
.MenuToContentTop
{
	position: absolute;
}
.MenuToContentLeft
{
	position: absolute;
}

/* Content Elements */
/* ************************************** */
.ContentBorder
{
	position: absolute;
	width: 60%;
	height: 80%;	
	min-width: 480px;
	min-height: 480px;
}
.Contents
{
	width:90%;
	height:100%;
	padding-left:24px;
}
