

body {
	text-align: left !important;
	min-width: 100px !important;
	overflow: hidden;
}


.presse-outer {
	width: 600px;
	height: 650px;
	overflow: hidden;
	background: url(bg-presse.gif) repeat-x #fff;
}

.presse-outer a {
	color: #545454;
}

.presse-outer a:hover {
	color: #000;
}


.presse-header {
	position: relative;
	height: 61px;
	background: #fff;
}

.presse-logo {
	background: url(milon-logo.gif) no-repeat;
	position: absolute;
	left: 20px;
	top: 29px;
	width: 146px;
	height: 23px;
}

.presse-slogan {
	background: url(slogan-presseserver.gif) no-repeat;
	position: absolute;
	right: 9px;
	top: 38px;
	width: 130px;
	height: 13px;
}

.presse-header-image {
	width: 600px;
	height: 80px;
	background: url(header-image.jpg) no-repeat;
}

.presse-content {
	position: relative;
}

.presse-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	background: url(presse-close.gif) no-repeat;
}

.presse-content-inner {
	padding: 33px 20px 0px 20px;
	overflow: hidden;
}


/*
 * Registrierungsformular
 */

.presse-register {
	padding-left: 75px;
}

.presse-register-row {
	clear: both;
	margin-bottom: 7px;
	line-height: 16px;
	height: 16px;
	padding: 0px;
}

.presse-register label {
	clear: both;
	float: left;
	width: 172px;
}

.presse-register input {
	width: 205px;
	border: 1px solid #7f9db9;
}

.presse-register input.but-login {
	width: auto;
	float: none;
	margin-left: 172px;
	margin-top: 20px;
	border: none;
}

.presse-register select {
	width: 214px;
	border: 1px solid #7f9db9;
}

.presse-register .presse-field-title select {
	width: 79px;	
}


.presse-register #tx-srfeuserregister-pi1-zip { width: 70px; }

.presse-error-message {
	padding: 35px 20px;
	background: url(bg-error-message.gif) repeat-x;
}

.presse-required {
	border: 1px solid #cf6d6d !important;
}

/*
 * 
 * LOGIN FORM
 * 
 */
h1 { margin-bottom: 20px; }

.tx-felogin-pi1 { 
	margin: 25px -20px 0px -20px; 
	padding-top: 25px;
	height: 500px;
	background: url(bg-login-maske.gif) repeat-x;
}

.tx-felogin-pi1 h1,
.tx-felogin-pi1 h3 { text-align: center; margin-bottom: 20px; }


.login-links-outer {
	float: right;
	width: 230px;
}

.login-links {
	float: right;
	margin: 0px 28px 0px 0px;
}

.login-links a {
	line-height: 25px;
	vertical-align: middle;
	background: url(arrow-right.gif) no-repeat 0px 5px;
	padding-left: 16px;
}

.login-form {
	float: right;
	line-height: 25px;
	vertical-align: top;
}

.login-form .field-row {
	float: right;
}

.login-form label { 
	float: left;
	width: 66px;
}

.login-form .textfield {
	width: 145px;
}

.login-message {
	padding: 0px 20px 25px 20px;
}

.but-login {
	float: right;
	margin-right: 44px;
	margin-top: 15px;
}





