
BODY {
    PADDING: 0px;
    MARGIN: 0px;
    background-color: #e5e5e5;
    background-image: url(/global/images/Background.jpg);
}

#Main {
	POSITION: relative;
	width: 950px;
	height:623px;
	margin: auto auto;
	text-align: left;
}
#Content {
    position:absolute;
    margin:-312px 0px 0px -450px;
    top: 50%; 
    left: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
	text-align: left;
	width: 900px;    height: 623px;
    z-index: 1;
    background-image: url(/global/images/Background_Main.jpg);

}
#FensterInnen {
    border: 1px dotted #555555;
    background-color: #eeeeee;
    display: none;
    height: 500px;
    width: 700px; 
    position: absolute; 
    display: none;
    margin:-250px 0px 0px -350px;
    top: 50%; 
    left: 50%;
    z-index: 2;
    filter:Alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity: 0.95;
    FONT-FAMILY: Courier New, Courier;
}

#Footer {
	POSITION: relative;
	width: 882px;
	text-align: right;
	padding: 0px;
	margin: 0 auto;
}

.Menue {
    text-align: right;
    margin: 10px;
    width: 134px;
}
.Menue_Selected {
    text-align: right;
    margin: 10px;
    width: 134px;
}
img {
    filter:Alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
#dhtmltooltip{
    position: absolute;
    width: auto;
    border: 1px solid #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
    background-color: #999999;
    Color: #222222;
    font-size: 0.7em;
    visibility: hidden;
    z-index: 100;
    filter:Alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity: 0.85;
}

