/* Zusatz-Stylesheet für die Anmeldeseite des PG-CMS */

.neue-zeile {
	padding-top: 2em;
}

select {
	font-size: 100%;
}


#cms-optionen {
	list-style: none;
	padding: 0;
}

#cms-optionen select {
	display: block;
	margin: 0 0 0 25px;
}


#login {
	float: left;
	margin: 0 0 30px 10px;
	padding: 15px;
	text-align: right;
	font-weight: bold;
}

#login input {
	border: 1px solid black;
	width: 100px;
	padding: 0 3px;
}

#login input.button ,
#pw-optionen input.button ,
input.button {
	font-weight: bold;
	font-size: 11px;
	width: 88px;
	height: 20px;
	border: none;
	padding-bottom: 2px;
	background: url(../js/tiny_mce/themes/advanced/skins/default/img/buttons.png) -3px -54px no-repeat;
	cursor: pointer;
}

input.button.button-rot {
	background: url(../js/tiny_mce/themes/advanced/skins/default/img/buttons.png) -3px -2px no-repeat;
}

#hilfe-hinweis {
	float: right;
	width: 200px;
	border: 1px solid #dfdfdf;
	background: #dfdfff;
	margin: 0 20px 0 0;
	padding: 10px;
}

#pg-cms-info-link {
	vertical-align: middle;
}

#abmelde-button {
	background-position: -3px -2px;
}

#pw-optionen {
	list-style: none;
	width: 400px;
	margin: 0 auto 0 0;
}

#pw-optionen li {
	list-style: none;
	margin: 0 0 5px 0;
	text-align: right;
}

#pw-optionen li.linksbuendig {
	width: 75%;
	margin: 1em 0 0 40px;
}

#pw-optionen li label {
	font-weight: bold;
}

#pw-optionen li input {
	border: 1px solid black;
	padding: 0 3px;
}

#pw-optionen select {
	width: 150px;
	border: 1px solid black;
}

#abbruch-link {
	float: right;
	font-weight: bold;
	font-size: 12px;
	width: 88px;
	height: 17px;
	border: 1px solid black;
	padding: 3px 0px 0px 0px;
	background: url(../js/tiny_mce/themes/advanced/skins/default/img/buttons.png) -3px -2px no-repeat;
	cursor: pointer;
	color: black !important;
	text-align: center;
}

#pw-optionen #abbruch-link {
	border: none;
	font-size: 11px;
	padding: 1px 0px;
	height: 19px;
}

#abbruch-link:hover {
	text-decoration: none;
}

#cms-navi {
	position: absolute;
	top: 36px;
	right: 25px;
	margin: 0 1px 0 0;
	z-index: 100;
}

#cms-navi #abbruch-link {
	display: block;
	float: none;
	margin: 0 0 5px 0;
}

#cms-navi #abmelde-link {
	display: block;
	float: none;
	width: auto;
	height: auto;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: bold;
	border: 1px solid black;
	padding: 0 3px 0 20px;
	background: #ffffff url(../images/cms/logoff.gif) 2px center no-repeat;
	color: black !important;
	font-size: 12px;
	text-align: center;
}

#cms-navi #abmelde-link:hover {
	text-decoration: none;
}

#benutzerverwaltung p {
	clear: both;
}

#benutzerliste {
	list-style: none;
	width: 650px;
	float: left;
	margin: 0 0 15px 15px;
}

#benutzerliste li {
	margin: 2px;
	padding: 0px;
	float: left;
	width: 318px;
	border: 1px dotted #dfdfdf;
}

#benutzerliste li input {
	float: left;
}

#benutzerliste li span.user {
	float: left;
	width: 290px;
	margin: 0 0 0 5px;
}

#loesch-button {
	border: 1px solid red;
	background: #fff0f0 url(../images/cms/x16x16.gif) 1px 1px no-repeat;
	padding: 0 0 0 18px;
}

