
BODY {
    PADDING: 15px;
    MARGIN: 0px;
 	BACKGROUND-COLOR: #eeeeee;
	background-image: url(/global/images/Background.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

.BodyClass
{
    PADDING: 0px;
    MARGIN: 0px;
 	BACKGROUND-COLOR: #eeeeee;
	background-image: url();
}
#Main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(/global/images/Head.jpg);
	background-repeat: no-repeat;
}

#MainStart {
	background-image: url(/global/images/Startbild.jpg);
	background-repeat: no-repeat;
    background-position: 50% 50%;
}
#Content {
	text-align: left;
	min-height: 400px;
	float: left;
	background-color: #ffffff;

	min-height: 300px;
	width: 700px;
	margin-top: 16px;
    padding-left: 10px;
}

#MenueLEFT {
	float: left;
	text-align: left;
	background-color: #ffffff;
	min-height: 300px;
	margin-top: 20px;

	min-height: 300px;
  	width: 200px;

    padding-left: 10px;
    padding-right: 10px;
}

