body { background: #fff; color: #1b1b1b; font-size: 14px; line-height: 18px; font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif; }
html { overflow-y: scroll; /* fixes bouncing effect, does not validate but is ok */ }
:focus { -moz-outline-style:none; outline:none; }

#backtoblog a { line-height: 15px; }
#backtoblog a:hover { text-decoration: underline !important; }

.login h1 a {
	background:url(images/logo-login.png) left top no-repeat;
	height: 70px;
	width: 380px;
}

#login {
	width: 100%;
	max-width: 380px;
}
.login #nav a {
	display: inline-block;
	padding: 2px;
	color: #1b1b1b !important;
	text-decoration: underline;
	font-style: italic;
	text-shadow: none;
}
.login #nav a:hover {
	color: #1b1b1b !important;
	background-color: #f9ed36;
}
form .forgetmenot label {
	float: left;
	font-size: 13px;
	line-height: 23px !important;
	margin-top: 3px;
}
#rememberme {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	cursor: pointer;
}
label {
	color: #1b1b1b !important;
	cursor: pointer;
	font-weight: normal !important;
}
p.submit .button-primary, .mu_register input[type="submit"] {
	height: 28px;
  width: auto;
  overflow: visible;
	line-height: 28px !important;
	color: #1b1b1b !important;
	background:url(images/button.png) right top no-repeat !important;
	border: 0;
	padding: 0 15px 1px 15px;
	text-indent: 0;
	margin-right: 3px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 14px;
	font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	font-weight: bold;
	text-shadow: none;
	cursor: pointer;
}
div.error, .login #login_error {
	border-color: #d10000;
}
p.submit .button-primary, .mu_register input[type="submit"], .wp-core-ui .button-primary {
	box-shadow: none !important;
}

/* register */

#wpadminbar, #footer, hr { display: none; }

#login { margin-bottom: 3em !important; }

.mu_register { width: 100%; margin:0 auto; }
.mu_register form { margin-top: 1em; margin-bottom: 16px; padding: 0 16px 70px 16px; color: #787878; font-size: 12px;}

#content a { color: #1b1b1b; text-decoration: underline; font-style: italic; }
#content a:hover { background-color: #f9ed36; }
#content h2, h2 { font-size: 14px; margin-left: 18px; color: #1b1b1b; }
#content h2+p { margin-top: 16px; margin-left: 18px; }
#content p+p, p.lead-in, p.view, #signup-welcome p:first-child { margin-top: 16px; margin-left: 18px; }

.mu_register input {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 24px;
	margin-bottom: 8px;
	margin-right: 6px;
	margin-top: 2px;
	padding: 3px;
	width: 97%;
}
.mu_register p.error { -moz-border-radius: 3px 3px 3px 3px; font-weight:normal; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #d10000; margin-bottom: 2px !important; }
.mu_register .prefix_address,
.mu_register .suffix_address {font-size: 18px;display:inline; }
.mu_register label { font-weight:normal; font-size:15px; display:block; margin:15px 0 10px 0; }
.mu_register label.checkbox { display:inline; }
.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
.mu_register p.submit {  margin-top: 1em !important; }
.mu_register input[type="submit"] { float: left; }
.mu_register .mu_alert { margin-bottom: 20px; }
.mu_register form { padding-bottom: 1em; }

/* sprachwahl */

#language {
	float: right;
}

#language a, #language span {
	display: inline-block;
	float: left;
	height: 30px;
	width: 28px;
	padding-top: 4px;
	text-indent: 2px;
	margin-left: 1px;
	margin-right: 1px;
	color: #1b1b1b;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
#language a:hover, #language span.selected, #language a.selected {
	background:url(images/flag-sprachwahl-short.png) 0 0 no-repeat;
}
#language span.selected, #language a.selected {
	font-weight: bold;
	cursor: default;
}
#language span.disabled {
	color: #787878;
}