body {
	padding: 0px;
	margin: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
    color: #977F65;
    font: 14px Arial,Helvetica,sans-serif;
   }

img {
	border: 0px;
   }


p {
	padding: 10px;
	margin: 0px;
    color: #977F65;
   }

#main {
    background: url("../img/bkg_main1.gif") no-repeat scroll 50% 0 #FFFFFF;
    display: none;
}

#container {
	background: url("../img/bkg_main2.gif") no-repeat scroll 0 0 #FFFFFE;
    margin: 0 auto;
    min-height: 700px;
    padding: 25px 25px 80px;
    text-align: left;
    width: 900px;
   }

.logo {
    background: url("../img/logo.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: none;
    height: 75px;
    margin: 0 auto 25px;
    overflow: hidden;
    text-indent: -9999px;
    width: 411px;
}

.slogan-holder {
    color: #978065;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 61px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.slogan {
    display: inline-block;
    text-align: right;
    text-shadow: 2px 2px 1px #CFCFCF;
}

div.left {
    clear: left;
}

div.mediumBox {
    display: inline;
    float: left;
    width: 140px;
}

div.mediumBox > input, div.mediumBox > select {
    width: 125px;
}

form div {
    margin-bottom: 10px;
    margin-right: 25px;
}

div.longBox {
    display: inline;
    float: left;
    width: 305px;
}

div.longBox > input {
    width: 290px;
}

fieldset {
    border: solid #977F65 1px;
}

.loading > * {
    opacity: 0.5;
}

.loading div#mask {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.loading div#mask div#spinner {
    opacity: 1.0;
    width: inherit;
    height: inherit;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}