/* = general
-------------------------------------------------- */
* {
	border: 0;
	font-size: 100%;
	font-family: arial, sans-serif;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #333;
	background: #fff;
	font-size: .6875em;
	height: 100%;
}

h3 {
	font-size: 1.8181em;
	margin-bottom: 15px;
}

h4 {
}
	h4 a {
		text-decoration: none;
	}

h5 {
	font-size: 1.2727em;
}

h6 {
	font-size: 1.2727em;
}

ul {
	list-style: none;
}

dl dt,
dl dd {
	float: left;
}

a {
	color: #00e;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

table {
	background: #fff;
	width: 100%;
}
	table input {
		border: 0;
	}

input,
select,
textarea,
input.text {
	border: 1px solid #ccc;
}
input.text,
textarea {
	padding: 3px 5px;
}

.button {
	background: url(../images/elements/bg_button_left.gif) left top no-repeat;
	display: block;
	float: left;
	height: 25px;
	padding-left: 3px;
}
    .button button,
	.button input,
	.button a {
		background: #c00 url(../images/elements/bg_button_right.gif) right top no-repeat;
		border: 0;
		color: #fff;
		cursor: pointer;
		font-size: 1.0909em;
		font-weight: bold;
		height: 25px;
		padding: 0 14px 0 11px !important;
		text-align: center;
		text-decoration: none;
		width: auto;
	}
	.button a {
		display: block;
		height: 20px;
		padding-top: 5px !important;
	}

#main #search .switch,
.switch {
	bottom: -1px;
	height: 23px;
	left: 14px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#main #search .switch input,
.switch input {
	float: none;
	margin: 0;
}

.switch img {
	position: relative;
	right: -5px;
	top: 2px;
}

label {
	clear: left;
	float: left;
}

.checkbox {
	border: 0;
	cursor: pointer;
	display: inline;
	float: none;
}

input.checkbox {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

#main {
}

.hidden {
	display: none;
}

.error {
	color: #f22;
}
input.error {
	background: #ffe5e5;
	border: 1px solid #f22;
}

/* clearfix */
#main:after,
#userlist .user:after,
.controls:after,
#teaserbox:after,
#teaserbox .box:after,
#teaserbox .row:after,
#lightbox:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* /general */

/* = head
-------------------------------------------------- */

#head {
	background: #c00 url(../images/elements/head_gradient.png) left top repeat-x;
	border-bottom: 10px solid #eee;
	height: 118px;
	margin-bottom: 30px;
}
	#head h1 {
		float: left;
		height: 89px;
		margin-right: 40px;
		padding-top: 20px;
		padding-left: 20px;
	}
	#head h2 {
		font-size: 1.4545em;
		height: 54px;
		padding-top: 35px;
	}
		#head h2 strong {
			font-size: 20px;
		}

/* = head-navigation
-------------------------------------------------- */
#head-nav {
	clear: both;
	position: relative;
	background-color: #c00;
	padding-left: 240px;
	position: relative;
	width: 740px;
}
	#head-nav h3 {
		font-size: 1.0909em;
		position: absolute;
		right: 15px;
		top: -12px;
	}
	#head-nav a {
		background: url(../images/icons/geschlossen.gif) left 0 no-repeat;
		color: #000;
		margin-right: 15px;
		padding-left: 26px;
		text-decoration: none;
	}
/* /head-navigation */

/* /head */

/* = login
-------------------------------------------------- */
	.login {
		background: url(../images/elements/bg_login_top.gif) left top no-repeat;
        width: 359px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
	}
		.login fieldset {
			background: url(../images/elements/bg_login_bottom.gif) left bottom no-repeat;
			padding: 15px 20px 20px;
			position: relative;
		}
			.login fieldset h3 {
				margin-bottom: 15px;
			}
			.login fieldset h3,
			.login fieldset label,
			.login fieldset a {
				padding-left: 10px;
			}
			.login fieldset .form-item {
				border-bottom: 1px solid #ddd;
				margin-bottom: 5px;
				padding-bottom: 5px;
			}
				.login fieldset label {
					padding-top: 3px;
					width: 106px;
				}
				.login fieldset input {
					padding: 2px 3px 4px;
					width: 190px;
				}
				.login fieldset span.error {
					display: block;
					margin: 5px 0 0 116px;
					width: 196px;
				}
				.login fieldset .button { /* see also ie.css */
					margin-right: 5px;
					float: right
				}
					.login fieldset input.submit {
						width: auto;
					}
			.login fieldset a {
				color: #c00;
			}
/* /login */

/* = content left
-------------------------------------------------- */
#content-left {
	float: left;
	margin: 0 40px 0 14px;
	overflow: hidden;
	width: 186px;
}

/* = navigation
-------------------------------------------------- */
#nav {
	margin-bottom: 20px;
}
	#nav ul {
		width: 186px;
	}
		#nav ul li {
			background: #c00;
			display: block;
			float: left;
			margin-bottom: 20px;
			width: 186px;
		}
			#nav ul li a {
				color: #fff;
				display: block;
				font-size: 1.1818em;
				font-weight: bold;
				padding: 2px 4px 2px 26px;
				text-decoration: none;
			}
			#nav ul li.expanded a {
				background: url(../images/icons/menu_expanded.gif) 5px no-repeat;
			}
			#nav ul li.collapsed a {
				background: url(../images/icons/menu_collapsed.gif) 5px no-repeat;
			}

			#nav ul li ul {
			}
			#nav ul li.collapsed ul {
				display: none;
			}
				#nav ul li ul li {
					background: #ddd;
					border-bottom: 1px solid #fff;
					margin-bottom: 0;
				}
				#nav ul li ul li.active {
					background: #fff;
				}
					#nav ul li ul li a {
						color: #000;
						float: left;
						font-size: 1.0909em;
						font-weight: normal;
						padding: 3px 5px;
					}
					#nav ul li.expanded ul li a,
					#nav ul li.collapsed ul li a {
						background: 0;
					}
					#nav ul li ul li a.new {
						background: url(../images/icons/neues_dokument.gif) left top no-repeat;
						display: block;
						float: right;
						height: 16px;
						margin: 3px 3px 0;
						padding: 0;
						text-indent: -8000px;
						width: 16px;
					}
					#nav ul li ul li.active strong {
						color: #999;
						display: block;
						float: left;
						font-size: 1.0909em;
						font-weight: normal;
						padding: 3px 5px;
					}
/* /navigation */

/* = legend
-------------------------------------------------- */
#legend h3 {
	font-size: 1.2727em;
	margin: 0 0 10px 5px;
}
#legend dl {
	border-top: 1px solid #dedede;
	float: left;
	width: 100%;
}
	#legend dt {
		background: #dedede;
		height: 36px;
		width: 24px;
	}
		#legend dt img {
			margin: 4px;
		}
	#legend dd {
		border: solid #dedede;
		border-width: 0 1px 1px 0;
		font-size: 0.8181em;
		height: 30px;
		padding: 6px 5px 0 4px;
		width: 59px;
	}
/* /legend */

/* /content left */

/* = content
-------------------------------------------------- */
#content {
	float: left;
	width: 800px;
}
/* = search / filter
-------------------------------------------------- */
#search {
	background: #ddd;
	border-bottom: 3px solid #c00;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
	#search fieldset {
		border-left: 1px solid #fff;
		float: left;
		height: 24px;
		padding: 14px;
	}
		#search fieldset input {
			float: left;
			margin-right: 10px;
			padding: 5px;
			width: 290px;
		}
		#search fieldset .button {
			float: left;
		}
			#search fieldset .button input {
				width: auto;
			}
		#search fieldset label {
			font-size: 1.0909em;
			margin: 5px 14px 0 0;
		}
		#search fieldset select {
			font-size: 12px !important;
            float: left;
		}
        #search fieldset select option {
            font-size: 12px !important;
        }
#search.extended {
	position: relative;
	margin-bottom: 0;
}
	#search.extended fieldset {
		border: none;
		height: auto;
	}
		#search.extended fieldset input {
			margin-bottom: 10px;
		}
	#search.extended p {
		border-left: 1px solid #fff;
		float: left;
		height: 45px;
		padding: 14px;
		width: 260px;
	}
/* /search / filter */

/* = simple table
-------------------------------------------------- */
#table {
	clear: left;
}
	#table .button {	/* see also ie.css */
		margin: 0 0 15px 14px;
	}
	#table form {
		clear: both;
	}
	#table fieldset {
		background: #eee;
		border-bottom: 3px solid #c00;
		padding-bottom: 20px;
	}
		#table table {
			margin-bottom: 20px;
		}
		#table thead {
			background: #c00;
			color: #fff;
		}
			#table thead strong {
				float: left;
			}
			#table thead a {
				float: right;
				margin: 5px 0 0 2px;
			}

			#table tr td {
				padding: 5px 14px;
			}
			#table tbody tr td {
				border: solid #dedede;
				border-width: 0 1px 1px 0;
			}
			#table tr td.icons {
				background: #dedede;
				border-bottom: 1px solid #fff;
				padding-right: 4px;
				white-space: nowrap;
				width: 1%;
			}
				#table tr td.icons a {
					margin-right: 10px;
				}
			#table tr td.compact {
				white-space: nowrap;
				width: 1%;
			}
		#table fieldset label {
			font-size: 1.0909em;
			margin: 8px 10px 0 14px;
		}
		#table fieldset select {
			float: left;
			margin: 5px 10px 0 0;
		}
		#table fieldset .button {
			margin: 0;
		}
		#table fieldset.actions .button {
			float: right;
			margin-right: 10px;
		}

		#table fieldset table label {
			margin: 0 5px 0 0;
		}
/* = edit form
-------------------------------------------------- */
#form {
	clear: both;
}
	#form fieldset {
		margin: 0;
		/*padding-bottom: 20px;*/
	}
			#table h4,
			#form h4,
			#sedcard h3 {
				background: #c00;
				clear: both;
				color: #fff;
				padding: 5px 14px;
			}
			#form .form-item {
				border-bottom: 1px solid #ddd;
				float: left;
				line-height: 20px;
				min-height: 20px;
				padding: 4px 14px;
				width: 692px;
			}
				#form fieldset label {
					margin-top: 4px;
					width: 214px;
				}
					#form fieldset label.inline-label {
						clear: none;
						float: none;
						font-size: 1em !important;
					}
				#form input {
					padding: 3px 5px;
				}
				#form input.text,
				#form textarea {
					width: 320px;
				}
				#form input.small {
					width: 30px;
				}
				#form input.wide {
					width: 60px;
				}
				#form input.small,
				#form input.wide {
					margin-left: 6px;
				}
				#form a.calendar {
					margin: 0 23px 0 6px;
					position: relative;
					top: 3px
				}
				#form select,
				#form select option {
					padding: 1px 0 0 3px;
				}
				#form select option {
					padding-right: 5px;
				}
				#form input.radio {
					border: 0;
					margin: 0 5px;
					position: relative;
					top: 2px;
				}
				#form input.open-end {
					margin: 0 2px 0 20px;
					top: 2px;
				}
				#form .form-item strong {
					float: left;
					margin-top: 4px;
					width: 330px;
				}
				#form .form-item span.button {
					display: inline-block;
					float: right;
				}
				#form span.error {
					display: block;
					margin: 5px 0 0 214px;
					width: 330px;
				}
	#form fieldset.actions {
		background: #eee;
		/*border-bottom: 3px solid #c00;*/
		/*margin-top: -20px;*/
		padding: 15px;
	}
    #form fieldset.nextActions {
        width:auto;
        display: inline-block
    }

	#form fieldset.nextActions label {
            width:120px;
			float:left;
            clear:none;
	}
    #form fieldset.nextActions input{
        margin-right:5px;
    }

	#form fieldset.actions .button {
			float: right;
			/*margin-top: 15px;*/
	}

	#form fieldset.extended {
		background: #eee;
		margin-bottom: 25px;
		margin-top: -20px;
		padding: 14px;
	}
		#form fieldset.extended .form-item {
			border: none;
			padding-left: 0;
			padding-right: 0;
		}
/* / edit form */
/* /simple table */

/* = pagination
-------------------------------------------------- */
.pager {
	float: right;
	margin: 0 14px 15px 0;
}
	.pager li {
		display: inline;
		float: left;
		font-size: 1.2727em;
		padding: 0 .2em;
	}
		.pager li a {
			color: #333;
			text-decoration: none;
		}
		.pager li a:hover {
			color: #c00;
		}
		.pager li.pager-first a,
		.pager li.pager-previous a,
		.pager li.pager-last a,
		.pager li.pager-next a {
			display: block;
			height: 19px;
			margin: 0;
			text-indent: -6500px;
			width: 19px;
		}
		.pager li.pager-first a {
			background: url(../images/icons/blaettern_links_ende.gif) left top no-repeat;
		}
		.pager li.pager-previous a {
			background: url(../images/icons/blaettern_links.gif) left top no-repeat;
		}
		.pager li.pager-last a {
			background: url(../images/icons/blaettern_rechts_ende.gif) left top no-repeat;
		}
		.pager li.pager-next a {
			background: url(../images/icons/blaettern_rechts.gif) left top no-repeat;
		}
		.pager li strong {
			color: #c00;
		}
/* /pagination */

/* = userlist
-------------------------------------------------- */
#userlist {
	clear: both;
	background: #fff;
	border-collapse: collapse;
}

#userlist thead tr th {
	background: #c00;
	color: #fff;
	padding: 7px 5px 5px 5px;
	text-align: right;
}

#userlist thead tr th .selectall {
	float: left;
	margin-top: -2px;
}

#userlist thead tr th strong,
#userlist thead tr th a {
	float: none;
}

#userlist thead tr th strong {
	padding-left: 1em;
}

#table fieldset label.checkbox {
	font-size: 1em;
	margin: 0;
}

#userlist tbody tr td {
	border: 0;
	padding: 10px 5px 0 5px;
	width: 50%;
}

#userlist tbody tr td input.checkbox {
	float: left;
	padding: 0;
}

#userlist .user {
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
	padding-bottom: 9px;
}

#userlist .user ul.actions {
	background: #ddd;
	float: left;
	height: 90px;
	padding: 5px 0;
	padding-bottom: 0;
}

#userlist .user ul.actions li {
	display: block;
	margin-bottom: 5px;
	padding: 0 5px;
}

#userlist .user ul.actions li.separate {
	border-top: 1px solid #fff;
	padding-top: 5px;
}

#userlist .user ul.actions li a,
#userlist .user ul.actions li a img {
	display: block;
	height: 16px;
	margin: 0;
	overflow: hidden;
	width: 16px;
}

#userlist .user ul.extra {
	margin-left: -10px;
	margin-right: 10px;
}

#userlist .user ul.extra li.round {
	font-size: 2.6em;
	text-align: center;
}

#userlist .user .media {
	float: left;
	margin-right: 10px;
	position: relative;
}

#userlist .user .media .role {
	position: absolute;
	right: 1px;
	top: 1px;
}

#userlist .user a {
	color: #333;
}

#userlist .user p,
#userlist .user h4 {
	margin-bottom: 1.2em;
}

#userlist .user h4 {
	background: transparent;
	clear: none;
	color: #333;
	padding: 0;
}

#userlist .user h4 a {
	text-decoration: underline;
}

#userlist .user ul {
	padding-bottom: .8em;
}

#userlist .user ul li {
	display: inline;
	padding-right: 5px;
}

#userlist .user ul li a img {
	margin-bottom: -3px;
}

#userlist .user p.date {
	margin-bottom: .5em;
	margin-top: -1em;
}

#userlist .user dl {
	overflow: auto;
}

#userlist .user dl dt,
#userlist .user dl dd {
	float: left;
	padding: .1em 0;
}

#userlist .user dl dt {
	clear: left;
	width: 20%;
}

#userlist .user dl dd {
	color: #c00;
}

#userlist .user dl dd img {
	margin: -3px 0;
}
/* /userlist */

/* = templatelist
-------------------------------------------------- */
#templatelist {
	border-collapse: collapse;
	border-top: 1px solid #dedede;
	font-weight: bold;
}

#templatelist strong {
	color: #c00;
}

.controls {
	padding: 20px 14px 0 14px;
}

#table .controls label,
.controls label {
	float: left;
	margin: 0 3em 0 0;
}

.actions ul,
.controls ul {
	float: left;
}

.actions ul li,
.controls ul li {
	display: inline;
	padding-right: 1.5em;
}

.actions ul li input.checkbox,
.controls ul li input.checkbox {
	position: relative;
	top: 2px;
	margin: 0 2px 0 0;
}

#table .controls ul li label,
#form .actions ul li label,
.controls ul li label {
	float: none;
	font-size: 1em;
}

.controls .button {
	float: right;
}

#teaserbox {
	background: #323232 url(../images/elements/teaserbox.png) repeat-x left bottom;
	border: 10px solid #323232;
	border-width: 0 10px 10px 10px;
	margin: 20px 0;
	min-height: 330px;
	position: relative;
}

#teaserbox .col-left {
	border-right: 10px solid #323232;
	float: left;
	width: 380px;
}

#teaserbox .col-right {
	border-left: 10px solid #323232;
	float: left;
	margin-left: -10px;
	width: 310px;
}

#teaserbox .row {
	background: url(../images/elements/teaserbox_row.png) repeat-x left top;
	border-top: 10px solid #323232;
	clear: both;
	margin-left: -10px;
	*width: 710px;
}

#teaserbox .row .box {
	border-left: 10px solid #323232;
	float: left;
	margin-top: -10px;
	width: 167px;
}

#teaserbox .box {
	background: #eee;
	border-top: 10px solid #323232;
	min-height: 101px;
}

#teaserbox .box h4 {
	margin-bottom: 14px;
}

#teaserbox .box p {
	margin: 14px;
}

#teaserbox .box .button {
	clear: both;
	float: right;
	margin: 0 14px 10px 0;
}

#teaserbox .inactive h4 {
	background: #ddd;
	color: #333;
}

#teaserbox .special {
	border-left: 10px solid #323232;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 310px;
}
/* /templatelist */

/* = rolelist
-------------------------------------------------- */
#rolelist {
	border-collapse: collapse;
}

#table #rolelist .icons label {
	padding-right: 2em;
}
/* /rolelist */

/* = casting-steps
-------------------------------------------------- */
ul.casting-steps {
	float: left;
	margin-bottom: 20px;
}
	ul.casting-steps li {
		border-left: 1px solid #fff;
		display: block;
		float: left;
		font-size: 1.1818em;
		padding: 16px 5px 16px 70px;
		width: 164px;
	}
		ul.casting-steps li h4 {
			font-size: 1.5385em;
		}
	ul.casting-steps li.active {
		background: #c00;
		color: #fff;
	}
	ul.casting-steps li.first {
		background: #ddd url(../images/icons/casting_anlegen_1_inaktiv.gif) 14px 16px no-repeat;
		border: 0;
		width: 165px;
	}
	ul.casting-steps li.first.active {
		background: #c00 url(../images/icons/casting_anlegen_1_aktiv.gif) 14px 16px no-repeat;
	}
	ul.casting-steps li.second {
		background: #ddd url(../images/icons/casting_anlegen_2_inaktiv.gif) 14px 16px no-repeat;
	}
	ul.casting-steps li.second.active {
		background: #c00 url(../images/icons/casting_anlegen_2_aktiv.gif) 14px 16px no-repeat;
	}
	ul.casting-steps li.third {
		background: #ddd url(../images/icons/casting_anlegen_3_inaktiv.gif) 14px 16px no-repeat;
	}
	ul.casting-steps li.third.active {
		background: #c00 url(../images/icons/casting_anlegen_3_aktiv.gif) 14px 16px no-repeat;
	}

	.authorization {
		border: 1px solid #ccc;
		float: left;
		height: 200px;
		overflow: auto;
		padding: 5px;
		width: 320px;
	}
		.authorization ul li {
			border-bottom: 1px solid #ccc;
		}
		.authorization ul li.active {
			background: #c66;
			color: #fff;
		}
			.authorization input {	/* see also ie.css */
				margin: 1px 10px 5px 3px;
				top: 2px;
			}
/* /casting-steps */

/* /content */

/* = sedcard
-------------------------------------------------- */
#sedcard {
	float: left;
	padding: 10px;
	width: 500px;
}
	#sedcard .head {	/* see also in ie.css */
		background: #ddd;
		float: left;
		margin-bottom: 10px;
		padding: 15px 10px 10px;
		position: relative;
		width: 480px;
	}
		#sedcard .head label {
			font-size: 1.0909em;
			margin: 7px 20px 0 0;
		}
		#sedcard .head select {
			float: left;
			margin: 3px 10px 0 0;
			padding: 1px 0 0 2px;
		}
			#sedcard .head select option {
				padding: 1px 0 0 2px;
			}
		#sedcard .head ul {
			clear: both;
			float: left;
			margin-top: 5px;
		}
			#sedcard .head ul li {
				height: 16px;
				margin-top: 10px;
				width: 190px;
			}
			#sedcard .head ul li a {
				background: url(../images/icons/notiz_verfassen.gif) left top no-repeat;
				color: #333;
				display: block;
				height: 16px;
				line-height: 16px;
				padding-left: 20px;
			}
		#sedcard .print {
			position: absolute;
			right: 10px;
			bottom: 15px;
		}
	#sedcard h3 {
		font-size: 1em;
		font-weight: normal;
		margin: 0 0 5px;
		text-align: left;
	}
	#sedcard dl {
		float: left;
		margin: 10px 0 20px;
	}
		#sedcard dt {
			clear: left;
			margin: 0 15px 5px;
			width: 105px;
		}
		#sedcard dd {
			margin-bottom: 5px;
			width: 350px;
		}
			#sedcard dd a {
				color: #999;
			}
	#sedcard h4 {
		background: #ddd;
		clear: both;
		font-weight: normal;
		padding: 3px 15px;
		text-transform: uppercase;
	}
/* /sedcard */

/* = lightbox
-------------------------------------------------- */
#lightbox {
	background: #fff;
	padding: 10px;
	position: relative;
	width: 413px;
}

#lightbox h4 {
	background: #c00;
	clear: both;
	color: #fff;
	padding: 5px 14px;
}

#lightbox fieldset.last {
	margin-bottom: 15px;
}

#lightbox fieldset.highlight {
	background: #eee;
}

#lightbox fieldset.box {
	background: #eee;
	padding: 10px;
}

#lightbox fieldset.box dl dt {
	float: none;
}

#lightbox fieldset.box dl dd {
	float: none;
	margin-bottom: 10px;
}

#lightbox fieldset.box textarea {
	margin-bottom: 10px;
}

#lightbox .box .button {
	margin: 0;
}

#lightbox .form-item {
	border-bottom: 1px solid #ddd;
	float: left;
	line-height: 20px;
	min-height: 20px;
	padding: 4px 10px;
}

#lightbox fieldset.highlight .form-item {
	border: none;
}

#lightbox .form-item label {
	padding-top: 4px;
	width: 77px;
}

#lightbox .form-item textarea,
#lightbox .form-item .text { /* see ie.css */
	width: 304px;
}

#lightbox .form-item select.text {
	margin-top: 2px;
	width: 316px;
}

#lightbox .button { /* see ie.css */
	float: right;
	margin-right: 10px;
}

#lightbox #search {
	background: #ddd;
	float: none;
	margin-bottom: 10px;
	width: auto;
}

#lightbox #search .text,
#lightbox #search .button {
	float: left;
}

#lightbox #search .button {
	margin: -2px 0 0 10px;
}

#lightbox table {
	border-spacing: 0;
}

#lightbox table td.select {
	padding: 2px;
	width: 13px;
}

#lightbox table td.cat {
	width: 75px;
}

#lightbox table td.date {
	width: 60px;
}

#lightbox .scrollbox {
	margin: 0 0 10px 0;
	max-height: 335px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#lightbox .scrollbox table {
	margin: 0;
}

/* #lightbox .scrollbox table tbody {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 1px;
	max-height: 304px;
	height: 304px;
} */

#lightbox .close {
	position: absolute;
	right: 10px;
	top: 10px;
}

#lightbox.delete {
	overflow: hidden;
	text-align: center;
	width: 340px;
}
	#lightbox.delete p {
		background: #eee url(../images/icons/warnicon_loeschen.gif) 20px 15px no-repeat;
		font-size: 1.2727em;
		margin-bottom: 10px;
		padding: 20px 0 20px 74px;
		text-align: left;
	}
	#lightbox.delete .button {
		float: left;
		margin: 0 -70px 0 80px;
	}
/* /lightbox */
