@charset "utf-8";

/* CSS Document */
html {
	background: #fdfdfd;
	overflow-x: hidden;
}
body {
	padding-top: 30px;
	font: 13px "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
	overflow-x: hidden;
}
h1 a {
	height:  100px;
	max-width: 350px;
	background:  transparent url(http://www.adg-gerichtshilfe.de/wp-content/uploads/2011/04/header_logo_login.png) no-repeat top center;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}
#loginform {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: rgba(0,0,0,0) 0 0 0;
	-webkit-box-shadow: rgba(0,0,0,0) 0 0 0;
	-khtml-box-shadow: rgba(0,0,0,0) 0 0 0;
	box-shadow: rgba(0,0,0,0) 0 0 0;
}
#login form p {
	margin-bottom: 0;
}
#loginform input[type=text], #loginform input[type=password] {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}
#loginform input[type=text]:focus, #loginform input[type=password]:focus {
	border: 1px solid #ddd;
}
#loginform .forgetmenot {
	font-weight: normal;
	float: left;
	margin-bottom: 0;
}
input.button-primary {
	margin-top: -3px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-size: 12px;
	font-family:  "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
	color: #777;
	background: #fff url(../images/comment/body_comment_button.png) repeat-x bottom;
	border: 1px solid #eee;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
	text-shadow:rgba(0,0,0,0) 0 0 0;
}
input.button-primary:hover {
	color: #666;
	border: 1px solid #999;
}
input.button-primary:active {
	color: #666;
	background: #fff url(../images/comment/body_comment_button.png) repeat-x bottom;
	border: 1px solid #999;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
input.button-primary:focus {
	color: #666;
	border: 1px solid #999;
}
label {
	color: #777;
	font-size: 13px;
}
form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}
form .submit,.alignright {
	float: right;
}
form p {
	margin-bottom: 24px;
}
#nav {
	margin: 0 0 0 8px;
	padding: 16px;
	text-shadow: rgba(0,0,0,0) 0 0 0;
	color: #aaa;
}
.login #nav a {
	color: #888!important;
	text-decoration: none;
}
.login #nav a:hover {
	color: #83b820!important;
}
#backtoblog {
	border-bottom: #eee 1px solid;
	background: #fff;
	-moz-box-shadow: rgba(200,200,200,0.4) 0 2px 10px;
	-webkit-box-shadow: rgba(0,0,0,0) 0 0 0;
	-khtml-box-shadow: rgba(0,0,0,0) 0 0 0;
	box-shadow: rgba(0,0,0,0) 0 0 0;
}
#backtoblog a {
	text-decoration: none;
	display: block;
	padding: 8px 0 0 15px;
}
#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#user_pass,#user_login,#user_email {
	border: 1px solid #f1f1f1;
	background: #fff;
}
input {
	color: #555;
	font-family:  "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
}
.clear {
	clear: both;
}
