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

html {
	height: 100%;
}

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

h1,
h2 {
	font-size: 1.0909em;
	margin: .55em 0 .6em 10px;
	text-transform: uppercase;
}
h2.sub {
	font-weight: normal;
	text-transform: none;
	font-size: 1.2727em;
}
	.content-full h1,
	.content-left h1,
	.content-right h1,
	.content-full h2,
	.content-left h2,
	.content-right h2 {
		margin-left: 0;
		margin-top: 0;
	}
	.content-full .content-right h2 {	/* see also in ie.css */
		margin: .55em 0 5px;
	}

h3 {
	background: #000;
	clear: left;
	text-transform: uppercase;
	padding: 2px 100px 2px 5px;
	position: relative;
}
	h3 a {
		color: #fff !important;
		text-decoration: none;
	}
	h3 em {	/* auch in ie6.css definiert */
		color: #fff;
		float: right;
		font-style: normal;
		position: absolute;
		right: 5px;
		top: 2px;
	}
.box-small h3 {
	padding-right: 5px;
}

h4 {
	font-size: 1.2727em;
	margin: .3571em 0;
}
h4.teaser {
	margin-top: 1.8em;
}
	h4.teaser a {
		text-decoration: none;
	}
h4.sub {
	font-weight: normal;
}
	h4 span {
		font-size: .7857em;
		font-weight: normal;
	}

h6 {
	font-size: 1.2727em;
	font-weight: normal;
	margin: -.5em 0 .2857em 0;
}

ul {
	list-style: none;
}

dl dt,
dl dd {
	float: left;
}

a {
	color: #fff;
	outline: 0;
	text-decoration: underline;
}
	.box-wrapper p a {
		text-decoration: none;
	}
	.staticpage a {
		color: #f60;
	}

a:hover,
a:focus,
a:active {
	color: #6cf;
	text-decoration: none;
}

table {
	background: #122a3c;
	width: 100%;
}
	table tr td {
		padding: 2px 5px;
	}

#main-wrapper {
	margin: 0 auto;
	position: relative;
	width: 835px;
}

#main {	/* see also ie6.css */
	background: #000;
	min-height: 100%;
	width: 835px;
	position: relative;
}

.hidden {
	display: none;
}

.error {
	color: #cf1e19;
}

span.error {
	display: block;
}

/* clearfix */
#nav:after,
#subnav:after,
#content .box-wrapper dl:after,
#content .job:after,
#content .text-form p:after,
#search-head:after,
#search-result:after,
.box:after,
.box-jury h6:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* /general */

/* = skiplinks & jumplinks
-------------------------------------------------- */
#skip {
	position: absolute;
}

#skip li a {
	display: block;
	position: absolute;
	top: -1000em;
	left: 4em;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	outline: none;
}

#skip li a:hover,
#skip li a:focus,
#skip li a:active {
	top: 10.5em;
}

.jumplinks {
	display: none;
}
/* /skiplinks & jumplinks */

/* = header
-------------------------------------------------- */
#head {	/* see also ie.css */
	background: url(../images/head.jpg) no-repeat;
	margin-bottom: 10px;
	min-height: 140px;
	position: relative;
}
	/* logo */
	#head #logo {	/* see also ie.css */
		min-height: 125px; /* see ie6.css */
		padding: 15px 0 0 15px;
		margin-bottom: 10px;
		margin-top: 0;
	}
		#head #logo a {
			display: block;
			height: 95px;
			width: 220px;
		}
			#head #logo a img {
				display: none;
			}

	#head a.logo-ufa {
		display: block;
		height: 55px;
		position: absolute;
		right: 28px;
		text-indent: -8000em;
		top: 55px;
		width: 60px;
	}

	#head fieldset p input {
		background-image: url(../images/elements/input_head.png);
	}

	#head .button-about {
		left: 250px;
		position: absolute;
		top: 5px;
	}

	#head .button-register {
		left: 325px;
		position: absolute;
		top: 5px;
	}

	#head .button-logout {
		right: 10px;
		position: absolute;
		top: 5px;
	}

	#head .button-account {
		right: 110px;
		position: absolute;
		top: 5px;
	}

	#head .link-own-sedcard {
		right: 225px;
		position: absolute;
		top: 9px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;
	}

/* /header */

/* = navigation
-------------------------------------------------- */
#nav {
	float: left;
	margin: 0 10px 10px;
}
	#nav li {
		float: left;
	}
		#nav li a,
		#nav li strong {
			background-repeat: no-repeat;
			background-position: 0 0;
			display: block;
			float: left;
			font-weight: bold;
			padding: 5px 0;
			text-decoration: none;
			text-indent: -1000em;
			text-transform: uppercase;
			width: 89px;
		}
			#nav li a strong {
				margin-top: -5px;
				padding: 0 0 5px;
			}
			#nav li.icon a strong {
				margin-top: 0;
			}
		#nav li a:hover,
		#nav li a:focus {
			background-position: 0 -100px;
		}
		#nav li a:active,
		#nav li strong {
			background-position: 0 -200px;
		}
		#nav li.nav-home a,
		#nav li.nav-home strong {
			background-image: url(../images/controls/nav_home.png);
		}
		#nav li.nav-castings a,
		#nav li.nav-castings strong {
			background-image: url(../images/controls/nav_castings.png);
		}
		#nav li.nav-sedcards a,
		#nav li.nav-sedcards strong {
			background-image: url(../images/controls/nav_sedcards.png);
		}
		#nav li.nav-mixedvideos a,
		#nav li.nav-mixedvideos strong {
			background-image: url(../images/controls/nav_mixedvideos.png);
		}
		#nav li.nav-magazine a,
		#nav li.nav-magazine strong {
			background-image: url(../images/controls/nav_magazine.png);
			margin-right: 10px;
		}
		#nav li.icon a,
		#nav li.icon strong {
			background-repeat: no-repeat;
			background-position: 0 0;
			border: 0;
			height: 24px;
			margin-right: 4px;
			overflow: hidden;
			padding: 0;
			text-indent: -1000em;
			width: 24px;
		}
		#nav li.icon a:hover,
		#nav li.icon a:focus {
			background-position: 0 -100px;
		}
		#nav li.icon a:active,
		#nav li.icon strong {
			background-position: 0 -200px;
		}
		#nav li.guidedtour a,
		#nav li.guidedtour strong {
			background-image: url(../images/controls/nav_guidedtour.png);
		}
		#nav li.help a,
		#nav li.help strong {
			background-image: url(../images/controls/nav_help.png);
		}
		#nav li.calendar a,
		#nav li.calendar strong {
			background-image: url(../images/controls/nav_calendar.png);
		}
/* /navigation */

/* = subnavigation
-------------------------------------------------- */
#subnav { /* see also in ie6.css */
	clear: both;
	height: 15px;
	margin: 0 10px;
	padding: 5px 0 0;
	position: relative;
}
	#subnav h2,
	.box-pagination h2 {
		float: left;
		font-size: 1em;
		margin: 0 0 0 .5em;
	}
	.box-pagination h2 {
		color: #fff;
		margin: 5px 50px 0 .5em;
	}
	#subnav ul {
		list-style: none;
	}
		#subnav ul li {
			float: left;
			background: url(../images/elements/separator.png) no-repeat left center;
		}
		#subnav ul li.first {
			background: none;
		}
			#subnav ul li a {
				display: block;
				float: left;
				padding: 0 .4em 0 .6em;
				text-decoration: none;
				text-transform: uppercase;
			}
			#subnav ul li.first a {
				padding-left: .1em;
			}
			#subnav ul li strong {
				color: #808080;
				font-weight: normal;
			}
			#subnav ul li a:hover strong {
				color: #66ccff;
				cursor: pointer;
			}
	#subnav .box-pagination {
		margin: 0 0 0 15px;
	}
	#subnav .box-pagination,
	.player .box-pagination {
		float: right;
		width: auto;
	}
	.player .box-pagination {
		margin: 0 0 1em;
	}
		#subnav .box-pagination ul,
		.player .box-pagination ul {
			float: left;
			padding: 0;
			margin: -5px 0 -5px 10px;
		}
			#subnav .box-pagination ul li,
			.player .box-pagination ul li {
				position: static;
			}
				#subnav .box-pagination ul li a,
				.player .box-pagination ul li a {
					padding: 0;
				}
	#subnav fieldset,
	#subnav p {
		left: 455px;
		position: absolute;
	}
		#subnav p .button { /* see also in ie6.css */
			float: left;
			margin-top: -5px;
		}
	#subnav fieldset {
		margin-top: -2px;
	}
		#subnav fieldset select {
			width: 180px;
		}

	#subnav .button-createsedcard-signal1 {
		float: right;
		margin-top: -5px;
	}
/* /subnavigation */

/* = search
-------------------------------------------------- */
#search {
	float: right;
	margin-left: 10px;
	margin-right: 6px;
}
#search fieldset input,
#search fieldset select {
	float: left;
	margin-right: 4px;
}
#search fieldset select {
	margin-top: 2px;
}
#search  fieldset .button {
	background-image: url(../images/controls/ok_default2.png);
	width: 24px;
}
/* /search */

/* = login
-------------------------------------------------- */
#login {
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 322px;
}
#login fieldset {
	margin-bottom: 5px;
}
#login fieldset p {
	margin: 0 5px 0 0;
	width: 121px;
}
#login span.error-messages {
	display: block;
	padding-bottom: 5px;
}
#login fieldset p a,
#login fieldset p input.checkbox {
	margin-left: 2px;
}
#login fieldset p input.checkbox {
	clear: left;
}
#login fieldset p label.checkbox {
	color: #fff;
	margin-right: 0;
}
#login .button {
	float: left;
}
/* /login */

/* = content
-------------------------------------------------- */
#content {
	border-top: 1px solid #fff;
	clear: both;
}
#content.noborder,
#content.wrapper {
	border: 0;
}
	#content .content-left {
		float: left;
		margin: 0 7px 0 10px;
		overflow: hidden;
		width: 448px;
	}
	#content .content-left .content-left-top .button {
		margin: 0 0 -1em;
	}
	#content .content-full .content-left .content-left-top .button {
		margin: 0;
	}
	#content .content-right {
		float: left;
		overflow: hidden;
		width: 363px;
	}
	#content .content-right .content-right-top .button {
		margin: 0 0 -1em;
	}
	#content .content-full {
		clear: both;
		margin: 0 10px;
	}
		#content .content-full .content-left,
		#content .content-full .content-right {
			margin: 0;
		}
		#content .content-full .content-left {
			width: 450px;
		}
		#content .content-full .content-right {
			width: 355px;
		}
		.wrapper .content-full {
			margin-right: 0 !important;
		}

	.odd {
		background: #122a3c;
	}
	.text-box .box .even,
	.even {
		background: #27628e;
	}
	.abuse {
		margin-bottom: 1em;
		text-align: right;
	}

#content ul.contentnav {
	float: none;
	margin: 0 0 1em 10px;
	padding-bottom: 1em;
	display: block;
}
#content ul.contentnav li {
	background: url(../images/elements/separator.png) no-repeat left center;
	margin: 0;
	padding: 0 .5em 0 .7em;
}
#content ul.contentnav li.first {
	background: none;
	padding-left: 0;
}
#content ul.contentnav li strong {
	color: #3380ff;
	font-weight: normal;
}

#content ul.contentnav li strong {
	color: #3380ff;
	font-weight: normal;
}
/* /content */

/* = variable boxes
-------------------------------------------------- */
.box,
.wrapper .box .box .box {
	clear: both;
	padding: 0 0 10px;
	position: relative;
	z-index: 0;
}
.wrapper .box .box .box {
	background: url(../images/elements/bg_shadow.png) right bottom repeat-y;
	padding-right: 3px;
}
	.box .box,
	.wrapper .box .box .box .box {
		background-image: none;
		padding: 0;
	}

	.box .box-content-top .button {
		margin: 0 0 -1em;
	}

	.box .box-footer .button {
		float: right;
		margin: 5px 5px 5px 0;
	}

/* small boxes homepage */
.box-small {
	clear: none;
	float: left;
	margin-right: 10px;
	width: 175px;
}
.box-last {
	margin-right: 0;
}
	.box-small .box {	/* see ie6.css */
		background: #000;
		min-height: 145px;
	}
		.box-small .box .box-wrapper {	/* see ie6.css */
			background: #000;
		}
			.box-small .box-wrapper img {
				float: none;
				margin: 0;
			}
			.box-small .box-wrapper p {
				background: #000;
				padding: 2px 0 5px 5px;
			}
/* /small boxes homepage */

/* featured sed-cards homepage */
.box-featured {
	clear: none;
	float: left;
	margin-right: 10px !important;
	width: 260px;
}
	.box-featured .box {	/* see ie6.css */
		margin-bottom: -5px;
	}
		.box-featured .box ul {	/* see ie.css and ie6.css */
			margin-left: -5px;
		}
			.box-featured .box ul li {
				margin-bottom: 0;
			}
/* /featured sed-cards homepage */

.box .user,
.wrapper .box .box .user {
	margin-bottom: -5px;
	text-align: center;
}

.wrapper .box-wrapper {
	padding: 2px 0;
}

.wrapper .box-wrapper, x:-moz-any-link {
	padding: 0;
}

.text-content .box-wrapper .box-wrapper,
.wrapper .text-content .box-wrapper .box-wrapper {
	padding: 5px 0 5px 5px !important;
}


.box-wrapper,
.wrapper .content-left .box-wrapper,
.wrapper .content-right .box-wrapper {	/* see also in ie.css and ie6.css */
	clear: left;
	height: auto;
	overflow: hidden;
	padding: 3px 5px;
	position: relative;
	z-index: 1;
}
	.box-wrapper .box-wrapper,
	.wrapper .content-left .box-wrapper .box-wrapper,
	.wrapper .content-right .box-wrapper .box-wrapper {
		padding: 0;
	}
		.box-wrapper .user h3 {
			text-align: left;
		}
		.box-wrapper a.teaser-image {
			float: left;
		}
			.box-wrapper img {
				float: left;
				margin-right: 10px;
			}
				.box-wrapper em img {
					float: none;
					margin: 0 1px;
					position: relative;
					top: 2px;
				}
		.box-wrapper .user img {
			float: none;
			margin: 0;
		}
		.box-wrapper p,
		.box-wrapper dl {
			padding: 0 10px 1em 0;
		}
		p.profile-image-upload {
			padding: 5px 0 10px 2px;
		}
			.box-wrapper dl.user-data {
				padding-bottom: 0;
			}
		.box-wrapper dl dt,
		.box-wrapper dl dd {
			float: left;
			margin-bottom: .1em;
		}
		.box-wrapper dl dt {
			clear: left;
			width: 25%;
		}
		.box-wrapper dl dd {
			width: 75%;
		}

	.box-wrapper .content { /* necessary only for firefox */ /* see also in ie.css */
		position: relative;
		z-index: 1;
	}
	.box-wrapper .content. box {
		position: relative;
		z-index: 1;
	}

		/* Declare for FF3 */
		.box-wrapper, x:-moz-any-link, x:default {
			width: auto;
		}
		/* /Declare for FF3 */

		/* Declare for Opera and Webkit - Firefox 3.5.2 picks this up too */
		@media screen and (min-width: 0px){
			.box-wrapper {
				background-image: url(../images/elements/box/black/gradient.png);
				-o-background-size: 100% 100%;
				-webkit-background-size: 100% 100%;
				/* required for Firefox 3.5.2 */
				-moz-border-image: url(../images/elements/box/black/gradient.png) 0 0 0 0;
				background-repeat:  no-repeat;
				width: auto;
			}
			.box-style-br .box-wrapper,
			.box-style-black-red .box-wrapper {	/* auch in ie.css definiert */
				background-image: url(../images/elements/box/black-red/gradient.png);
				/* required for Firefox 3.5.2 */
				-moz-border-image: url(../images/elements/box/black-red/gradient.png) 0 0 0 0;
			}
			.box-style-ob .box-wrapper,
			.box-style-orange-blue .box-wrapper {	/* auch in ie.css definiert */
				background-image: url(../images/elements/box/orange-blue/gradient.png);
				/* required for Firefox 3.5.2 */
				-moz-border-image: url(../images/elements/box/orange-blue/gradient.png) 0 0 0 0;
			}
			.box-style-pink .box-wrapper {
				background-image: url(../images/elements/box/pink/gradient.png);
				/* required for Firefox 3.5.2 */
				-moz-border-image: url(../images/elements/box/pink/gradient.png) 0 0 0 0;
			}
		}
		/* /Declare for Opera and Webkit */

		.box-style-color-pink .box-wrapper {
			background: #750c3d;
		}

	.gradient {	/* auch in ie.css definiert */
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		z-index: 0;
		width: 100%;
	}
		.box-wrapper .box-wrapper .gradient { /* necessary only for firefox */
			z-index: -1;
		}

	/* Declare for Opera and Webkit - Firefox 3.5.2 picks this up too */
	@media screen and (min-width: 0px){
		.gradient {
			display: none;
		}
	}
	/* /Declare for Opera and Webkit */

		.gradient img {
			height: 100%;
			margin: 0;
			width: 100%;
		}

.text-box {
	/* margin-bottom: 10px; */
}
	.text-box .box {
		background: #122a3c;
		margin: 0;
	}
		.text-box .text {
			background: #122a3c;
			padding: 10px;
		}
			.text-box .text img {
				margin-right: 15px;
				margin-bottom: 15px;
			}
			.text-box .text .signature {
				float:right;
				font-style: italic;
			}
	#content .text ul {
		list-style: disc;
		margin-left: 15px;
	}
		#content .text ul li {
			float: none;
		}

.fold h3 {
	background: #27628d;
	border-bottom: 3px solid #122a3c;
	padding: 0;
	text-transform: none;
}
	.fold h3 a {
		display: block;
		padding: 2px 5px;
		text-decoration: underline;
	}
	.fold h3 a:hover,
	.fold h3 a:focus,
	.fold h3 a:active {
		text-decoration: none;
	}
	.fold h3 a.on {
		background: url(../images/elements/fold.png) no-repeat 5px 5px;
		padding-left: 20px;
	}
	.fold h3 a.off {
		background: url(../images/elements/fold.png) no-repeat 5px -96px;
		padding-left: 20px;
	}

.job {
	border-bottom: 1px solid #88949d;
	border-top: 1px solid #88949d;
	clear: both;
	margin-bottom: -1px;
	padding: 0 5px 0 10px;
}
	#main #content .job h4 {
		font-size: 1em;
		padding: 5px 0 0 0;
		margin-bottom: 0;
		position: relative;
		float: left;
	}
	#main #content .job h4.with-job-actions {
		width: 240px;
	}
	#main #content .job .job-actions {
		position: relative;
		width: 75px;
		float: right;
	}
	#main #content .job .job-actions .edit {
		right: 25px;
	}
	#main #content .job .job-actions .delete {
		right: 0;
	}
	.job dl {
		/*float: left; @nancy. es gibt momentan nur eine spalte */
		margin-bottom: .5em;
		padding-bottom: 0;
	}
	.job .first {
		/*width: 41%; @nancy. es gibt momentan nur eine spalte */
		clear: both;
	}
	.job .second {
		width: 55%;
		padding: 0;
	}
		.job .first dt,
		.job .second dt {
			padding-right: .3em;
			width: auto;
		}
		.job .first dd,
		.job .second dd {
			width: auto;
		}

.new-message {
	border-top: 1px solid #88949d;
	clear: both;
	margin: 10px;
	padding: 2px 0;
}

	.new-message p {
		padding-left: 0 !important;
	}
	.new-message label {
		display: none !important;
	}
	.new-message .full input,
	.new-message .full textarea	{
		float: none !important;
		background-image: url(../images/elements/input_410.png) !important;
		width: 402px !important;
	}
	.new-message .full textarea	{
		background-image:url(../images/elements/textarea_410.png) !important;
	}


.text-box .user-pic {
	background: #000;
	float: left;
	height: 185px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	width: 160px;
}
	.text-box .user-pic img {
		float: none;
		margin: 0;
	}

dl.user-data dt,
dl.user-data dd {
	clear: none;
	float: none;
	width: auto;
}
dl.user-data dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .8em;
	padding-top: .8em;
}
dl.user-data dd.action {
	margin-top: 1em;
}
dl.user-data dd.action .button {
	margin-bottom: 10px;
}

/* tag cloud */
#content .tagcloud {
	list-style: none;
	margin-bottom: .5em;
	text-align: center;
}
	#content .tagcloud li {
		display: inline;
		float: none;
		padding: 0 .2em;
		position: static;
	}
		#content .tagcloud li a {
			text-decoration: none;
		}
		#content .tagcloud li strong {
			font-size: 1.3636em;
			font-weight: normal;
			line-height: 1;
		}
			#content .tagcloud li strong strong {
				font-size: 1.2em;
			}

/* search result page */
#search-head {
	background: #333;
	margin-bottom: -5px;
	padding: 5px;
}
	#search-head .controls {
		float: right;
		padding-left: 50px;
	}
		#search-head .controls p {
			clear: both;
			width: 170px;
		}
			#search-head .controls p label {
				float: left;
				width: 70px;
			}
			#search-head .controls p select {
				float: left;
				width: 100px;
			}
#search-result {
	margin-bottom: -5px;
	padding: 5px 0 0 5px;
}
	#search-result li {
		background: #122a3c;
		margin: 0 5px 5px 0;
		padding: 5px;
		width: 385px;
	}
		#search-result li dl {
			clear: both;
			padding: 5px 0 0 0;
		}
		#search-result li dl dt {
			font-weight: bold;
			white-space: nowrap;
		}
		#search-result li dl dt,
		#search-result li dl dd { /* see ie.css */
			padding-right: .3em;
			width: auto;
		}
			#search-result li dl dd ul li {
				display: inline;
				float: none;
				margin: 0;
				padding: 0;
				width: auto;
			}
		#search-result li .info {
			float: left;
		}
			#search-result li .info h4 {
				background-position: 0 0;
				background-repeat: no-repeat;
				font-size: 1em;
				font-weight: normal;
				padding-left: 52px;
			}
				#search-result li .info h4 strong {
					display: block;
					font-size: 1.2727em;
				}
			#search-result li.video h4 {
				background-image: url(../images/icons/40x40/video.png);
			}
			#search-result li.photo h4 {
				background-image: url(../images/icons/40x40/photo.png);
			}
			#search-result li.audio h4 {
				background-image: url(../images/icons/40x40/audio.png);
			}
			#search-result li.sedcard h4 {
				padding-left: 0;
			}
			#search-result li .info dl {
				width: 100%;
			}
				#search-result li .info dl img {
					float: none;
					margin: -2px 0;
				}

/* rounded corners */
.tl-corner {	/* auch in ie.css definiert */
	background: #58585a url(../images/elements/box/black/tl_corner.gif) no-repeat left top;
	clear: left;
}
.tr-corner {
	background: url(../images/elements/box/black/tr_corner.gif) no-repeat right top;
	padding: 2px 0 0;
}
.bl-corner {
	background: #1b181c url(../images/elements/box/black/bl_corner.gif) no-repeat left bottom;
}
.br-corner {
	background: url(../images/elements/box/black/br_corner.gif) no-repeat right bottom;
	padding: 0 0 2px;
}
	/* grey */
	.wrapper .tl-corner,
	.content-full .content-left .tl-corner {	/* auch in ie.css definiert */
		background: url(../images/elements/box/grey/tl_corner.gif) no-repeat left top;
	}
	.wrapper .tr-corner,
	.content-full .content-left .tr-corner {
		background: url(../images/elements/box/grey/tr_corner.gif) no-repeat right top;
	}
	.wrapper .bl-corner {
		background: url(../images/elements/box/grey/bl_corner.gif) no-repeat left bottom;
	}
	.wrapper .br-corner {
		background: url(../images/elements/box/grey/br_corner.gif) no-repeat right bottom;
	}
	/* /grey */
/* /rounded corners */

/* no rounded corners */
.content-full .content-right .tl-corner,
.box-style-nopixel .tl-corner {
	background: 0;
}
.content-full .content-right .tr-corner,
.box-style-nopixel .tr-corner {
	background: 0;
	padding: 0;
}
.content-full .content-left .bl-corner,
.content-full .content-right .bl-corner,
.box-style-nopixel .bl-corner {
	background: 0;
}
.content-full .content-left .br-corner,
.content-full .content-right .br-corner,
.box-style-nopixel .br-corner {
	background: 0;
	padding: 0;
}
/* /no rounded corners */
/* /variable boxes /

/* = pagination
-------------------------------------------------- */
.box-pagination {
	margin-top: 5px;
	position: relative;
	width: 100%;
}

.content-full .content-right .box-pagination {
	margin-top: 0;
}

	.box-pagination ul {
		font-size: 1.2727em;
		height: 22px;
		padding: 6px 10px;
		position: relative;
	}
		.box-pagination ul li {
			display: inline;
			float: none !important;
			margin: 0 !important;
		}
		.box-pagination ul li.prev,
		.box-pagination ul li.next {
			position: absolute;
			right: 5px;
			top: 5px;
		}
		.box-pagination ul li.prev {
			right: 28px;
		}
			.box-pagination ul li strong {
				text-decoration: none;
				font-weight: normal;
			}
			.box-pagination ul li.prev a,
			.box-pagination ul li.next a {
				background-image: url(../images/controls/pager.gif);
				display: block;
				text-indent: -8000px;
			}
			.box-pagination ul li.prev a {
				background-position: 0 0;
				height: 24px;
				width: 22px;
			}
			.box-pagination ul li.next a {
				background-position: 23px 0;
				height: 24px;
				width: 23px;
			}
			.box-pagination ul li.prev a:hover {
				background-position: 0 -100px;
			}
			.box-pagination ul li.next a:hover {
				background-position: 23px -100px;
			}
			.box-pagination ul li.prev a:active {
				background-position: 0 -200px;
			}
			.box-pagination ul li.next a:active {
				background-position: 23px -200px;
			}

	.box-pagination a.become-fan {
		line-height: 11px;
		margin: 0;
		position: absolute;
		right: 60px;
		top: 5px;
		width: 42px;
	}
/* /pagination /

/* = tab-boxes
-------------------------------------------------- */
ul.tab-box {	/* see also in ie.css */
	float: left;
	margin-bottom: -3px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
	ul.tab-box li {
		float: left;
		height: 28px;
		margin: 0 !important;
		text-align: center;
		text-transform: uppercase;
	}
	ul.tab-box li.active {
		background: #333 url(../images/elements/box/black/tab_left.png) no-repeat left -35px;
	}
	ul.tab-box li.first {
		background: transparent url(../images/elements/box/black/tab_left.png) no-repeat left -65px;
	}
	ul.tab-box li.first-active {
		background-color: transparent;
		background-position: 0 0;
	}
		ul.tab-box li a {
			background: #333 url(../images/elements/box/black/tab_right.png) no-repeat right top;
			display: block;
			height: 20px;
			/*margin: 0 7px 0 0;*/
			padding: 5px 0 0;
			text-decoration: none;
		}
		ul.tab-box li.first a {
			margin-left: 4px;
		}
		ul.tab-box li.before-active a {
			background: #333;
		}
		ul.tab-box li.active a {
			background-position: right -29px;
			margin-left: 7px;
			padding: 5px 7px 3px 0;
		}
		ul.tab-box li.last a { /* see also in ie.css */
			background-color: transparent;
			background-position: right -65px;
			margin-right: -4px;
			padding-right: 4px;
		}
		ul.tab-box li.last-active a { /* see also in ie.css */
			background-position: right -92px;
		}

		ul.tab-box li span {
			cursor: pointer;
			display: inline-block;
			padding-bottom: 1px;
		}
		ul.tab-box li span.photo {
			background: url(../images/icons/photo.png) no-repeat left top;
			padding-left: 16px;
		}
		ul.tab-box li a:hover span.photo {
			background-position: 0 -20px;
		}
		ul.tab-box li span.video {
			background: url(../images/icons/video.png) no-repeat left 2px;
			padding-left: 20px;
		}
		ul.tab-box li a:hover span.video {
			background-position: 0 -15px;
		}
		ul.tab-box li span.audio {
			background: url(../images/icons/audio.png) no-repeat left top;
			padding-left: 20px;
		}
		ul.tab-box li a:hover span.audio {
			background-position: 0 -16px;
		}
		ul.tab-box li span.documents {
			background: url(../images/icons/documents.png) no-repeat left top;
			padding-left: 18px;
		}
		ul.tab-box li a:hover span.documents {
			background-position: 0 -17px;
		}

			.box-wrapper ul li {
				float: left;
				position: relative;
			}
				.box-wrapper ul li p {
					padding: 5px 5px 0 0;
				}
/* /tab-boxes */

/* = main-tabs
-------------------------------------------------- */

ul.main-tabs {
	position: absolute;
	right: 0;
	top: 0;
	width: 374px;
	overflow: hidden;
	z-index: 10;
}

@media screen and (min-width: 0px){	/* Declare for Opera and Webkit - Firefox 3.5.2 picks this up too */
	ul.main-tabs {
		right: -1px;
	}
}

	ul.main-tabs li {
		float: left;
		height: 28px;
		margin: 0;
		text-align: center;
	}
	ul.main-tabs li.first {
		background: url(../images/elements/box/grey/big_tab_active.gif) left top no-repeat;
	}
	ul.main-tabs li.active {
		background: url(../images/elements/box/grey/big_tab_left.gif) left top no-repeat;
	}
	ul.main-tabs li.first-active {
		background: #585659;
		background-image: none;
	}

		ul.main-tabs li a {
			background: #252525 url(../images/elements/box/grey/big_tab.gif) right top no-repeat;
			display: block;
			height: 20px;
			padding-top: 8px;
			text-decoration: none;
		}
		ul.main-tabs li.first a {
			margin-left: 7px;
		}
		ul.main-tabs li.before-active a {
			background-image: none;
		}
		ul.main-tabs li.active a {
			background: url(../images/elements/box/grey/big_tab_active.gif) right top no-repeat;
			margin-left: 7px;
			padding-right: 7px;
		}
		ul.main-tabs li.last a {
			background: #262626;
		}
		ul.main-tabs li.last-active a {
			background: #585659;
		}
/* /main-tabs */

/* attendees zapping */

#attendees-pagination {
	width: 170px;
	float: right;
	margin: 0;
}
	#attendees-pagination h3 {
		color: #000;
		margin: 0;
		height: 1.3em;
		line-height: 2.2em;
	}
	#attendees-pagination ul {
		padding: 0;
	}
		#attendees-pagination ul li {
			top: 0;
		}
		#attendees-pagination ul li.prev {
			right: 23px;
		}
		#attendees-pagination ul li.next {
			right: 0;
		}

/* /attendees zapping */


/* = media/filmstrip
-------------------------------------------------- */
ul.media,
ul.filmstrip {	/* see also in ie.css */
	float: left;
	left: -5px;
	margin-right: -5px;
	position: relative;
	text-align: justify;
	width: auto;
}
.content-right ul.filmstrip {	/* see also in ie.css */
	left: -3px;
	margin: 5px 0;
}
	.content-right ul.filmstrip li {	/* see also in ie6.css */
		margin-left: 6px;
	}
ul.filmstrip {
	background: url(../images/elements/bg_filmstrip.gif) repeat left top;
	padding: 10px 0 0;
}
	ul.media li,
	ul.filmstrip li { /* see ie.css */
		float: left;
		height: 105px;
		overflow: hidden;
	}
	ul.filmstrip li {
		height: 80px;
		margin-bottom: 16px;
	}
	ul.media li,
	ul.filmstrip li,
	ul.fan-stars li,
	.box-featured ul li {
		margin: 0 0 5px 5px;
	}
	ul.filmstrip li {
		margin-bottom: 16px;
	}
		a.edit
		/*ul.media li a,
		ul.filmstrip li a*/ {
			background: url(../images/controls/edit.gif) no-repeat left top;
			display: block;
			height: 20px;
			position: absolute;
			right: 0;
			text-indent: -8000px;
			top: 0;
			width: 20px;
		}
		a.edit:hover,
		a.edit:focus,
		ul.media li a:hover,
		ul.media li a:focus,
		ul.filmstrip li a:hover,
		ul.filmstrip li a:focus {
			background-position: 0 -20px;
		}
		ul.media li img,
		ul.filmstrip li img,
		ul.fan-stars li img,
		.box-featured ul li img {
			float: none;
			margin: 0;
		}

/* / media/filmstrip */

/* = Sedcard Media
-------------------------------------------------- */
li.participant,
li.jury {
	height: 99px !important;
	width: 99px;
	z-index: 1;
}
ul.filmstrip li.participant,
ul.filmstrip li.jury {
	height: 74px !important;
}
.content-right ul.filmstrip li.participant,
.content-right ul.filmstrip li.jury {
	width: 104px;
}
li.participant {
	border: 3px solid #df1626;
}
li.jury {
	border: 3px solid #3380ff;
}
	li.participant img,
	li.jury img {
		left: 0;
		position: absolute;
		top: 0;
	}

dl.media-legend {
	float: left;
	margin: 0;
	padding: 8px 0;
}
	dl dt.participant,
	dl dt.jury {
		clear: none;
		height: 13px;
		margin: 0 5px;
		width: 13px;
		text-indent: -8000px;
	}
	dl dt.participant {
		border: 2px solid #df1626;
	}
	dl dt.jury {
		border: 2px solid #3380ff;
	}
	dl.media-legend dd {	/* see also in ie.css */
		margin: 1px 5px 0 0;
		text-transform: uppercase;
		width: auto;
	}

/* /Sedcard Media */

/* = Sedcard Fan and Stars
-------------------------------------------------- */
	a.delete {	/* see ie6.css */
		background: url(../images/controls/delete.gif) no-repeat left top;
		display: block;
		height: 20px;
		position: absolute;
		right: 0;
		text-indent: -8000px;
		top: 0;
		width: 20px;
	}
	a.delete:hover,
	a.delete:focus,
	ul.fan-stars li a:hover,
	ul.fan-stars li a:focus {
		background-position: 0 -20px;
	}
	ul.media li a.edit,
	ul.filmstrip li a.edit {
		right:21px;
	}
/* /Sedcard Fan and Stars */

/* = Article List - Press and Magazine
-------------------------------------------------- */
ul.article-list {	/* see in ie.css */
}
	ul.article-list li,
	ul.odd-even-list li {
		clear: left;
		display: block;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}
	ul.odd-even-list li {
		padding: 5px 0;
	}
		ul.article-list li img {
			float: left;
			margin-right: 10px;
		}
		ul.article-list li h4,
		ul.article-list li p,
		ul.odd-even-list li p {
			margin: 0;
		}
		ul.article-list li h4 {
			padding: 1.25em 0 0.3571em;
		}

		ul.odd-even-list li p,
		ul.odd-even-list li a {
			display: block;
			padding-left: 5px;
		}
/* /Article List - Press and Magazine */

/* = jury/partner lists
-------------------------------------------------- */
ul.odd-even-pic-list {
	float: left;
}
	ul.odd-even-pic-list li {
		padding: 5px 10px 5px 5px;
	}
		ul.odd-even-pic-list li p {
			padding-top: 0;
		}

.box-jury {
	clear: both;
	padding-top: 10px;
}
	.box-jury h6 {
		background: #122a3c;
		font-size: 11px;
		margin: 0;
		padding: 2px 5px;
	}
	.box-jury ul {
		background: #27628e;
		float: left;
		padding: 5px 5px 5px 0;
	}
		.box-jury ul li {
			padding-left: 10px;
		}
		.box-jury ul li.first {
			padding-left: 5px;
		}
			.box-jury ul li img {
				margin: 0;
			}

/* /jury lists */

/* = image and text marginalright f.e. winner
-------------------------------------------------- */
.winner {
	float: left;
	width: 230px;
	padding-bottom: 1em;
}
	a.become-fan {
		background: url(../images/controls/fan.png) no-repeat left top;
		display: inline-block;
		height: 26px;
		line-height: 26px;
		margin-top: 10px;
		/* margin-left: 5px; sonst Fehler in Short Info bei VideoZapping*/
		padding-left: 32px;
	}
	.box-content .box-wrapper a.become-fan-spaced {
		margin-left: 5px;
	}
		a.become-fan,
		x:-moz-any-link {
			padding-bottom: 4px;
			padding-top: 8px;
		}
		a.become-fan,
		x:-moz-any-link, x:default {
			padding-bottom: 0;
			padding-top: 0;
		}
	a.become-fan:hover {
		background-position: 0 -27px;
	}
	a.become-fan:active {
		background-position: 0 -54px;
	}

	a.button-sedcard {
		background: url(../images/controls/sedcard.png) no-repeat left top;
		float: none !important;
		line-height: 26px;
		margin: 4px 0 0 !important;
		padding-left: 32px;
		text-indent: 0;
	}
/* /image and text marginalright f.e. winner */

/* = forms
-------------------------------------------------- */
#content fieldset {
	clear: left;
	/* padding-top: .5em; */
}
fieldset p,
#content fieldset p {
	float: left;
	margin-bottom: .5em;
	padding: 0;
}
#content fieldset p {
	margin: 0;
	padding: .5em 0;
}
#content fieldset p label {
	display: block;
	padding-bottom: 2px;
}
fieldset input {
	background: #fff url(../images/elements/input.png) no-repeat;
	padding: 3px 4px 4px;
	width: 113px;
}
fieldset select option {
	background: #fff;
	padding-right: 10px;
}

#content fieldset p input,
#content fieldset p textarea {
	background-color: transparent;
	margin-right: 5px;
	width: 202px;
}
#content fieldset.lock-form p textarea {
	background: #fff;
	float: left;
	margin-left: -5px;
	width: 210px;
}
#content fieldset.lock-form p select#birthdate-day,
#content fieldset.lock-form p select#birthdate-month,
#content fieldset.lock-form p select#birthdate-year {
	float: left;
	margin: 0 6px 0 0;
	width: 66px;
}
#content fieldset.lock-form p select#birthdate-day {
	margin: 0 5px 0 -5px;
}
#content fieldset p.full {
	width: 100%;
}
#content fieldset p.full input {
	background-image: url(../images/elements/input_full.png);
	width: 417px;
}
#content fieldset p.full textarea {
	background-image: url(../images/elements/textarea_full.png);
	height: 168px;
	overflow-y: auto;
	padding: 3px 4px 4px;
	width: 417px;
}
#content fieldset p.large input {
	background-image: url(../images/elements/input_large.png);
	width: 307px;
}
#content fieldset p.small input {
	background-image: url(../images/elements/input_small.png);
	width: 97px;
}
#content fieldset.compact {
	padding: .5em 0;
}
	#content fieldset.compact h4 {
		font-size: 1em;
		margin-bottom: .8em;
		margin-top: 0;
		padding-left: 10px;
	}
		#content fieldset.compact h4 a {
			font-weight: normal;
			position: absolute;
			right: 1em;
		}
	#content fieldset.compact p,
	#content fieldset.compact .p {
		padding-bottom: 1px;
		padding-top: 1px;
	}
#content .text-box fieldset.compact {
	padding-left: 5px;
}
form fieldset .checkbox,
form fieldset .button {
	X_width: auto;
}
form fieldset .checkbox {
	background: none !important;
	float: left;
	padding: 0;
	width: auto !important;
}
form fieldset label.checkbox {
	margin-right: 10px;
}
form fieldset input.checkbox { /* see ie.css */
	margin-right: 5px;
}
#content fieldset .inactive,
#content fieldset .inactive label {
	color: #7a7e81;
}

#content fieldset.text-form .box-pagination .control {
	bottom: 9px;
	left: 30%;
	position: absolute;
	text-transform: uppercase;
	z-index: 100;
}
	#content fieldset.text-form .box-pagination .control label {
		float: left; /* eigener account bewerber nachrichten - auswahl */
		padding-top: 4px;
		/* padding-bottom: 2px; */
	}
	#content fieldset.text-form .box-pagination .control .button {
		/* float: none; */ /* eigener account bewerber nachrichten - l�schen */
		margin: 0 5px;
		margin-bottom: -4px;
	}
/* form with text background */
#content .content-right .text-form {
	background: #122a3c;
}
	#content .text-form h4,
	#content .text-form p,
	#content .text-form .p {
		float: none;
		padding-left: 10px;
		clear: both;
	}
		#content .text-form p label,
		#content .text-form .p label,
		#content .text-form p input,
		#content .text-form p select {
			float: left;
		}
		#content .text-form p label,
		#content .text-form .p label {
			padding-top: 3px;
			width: 125px;
		}
		#content .text-form p label.checkbox {
			padding-top: 0;
		}
		#content .content-right .text-form p input,
		#content .content-right .text-form p select {
			margin-left: -5px;
		}
	#content .text-form .button {
		margin: 10px 10px 10px -5px;
	}
	#content .content-right .text-form .button {
		margin: 10px 10px 10px -5px !important;
	}

	#content .content-left .text-form h4 {
		margin-top: 1em;
	}
	#content .content-left .text-form h4,
	#content .content-left .text-form p {
		padding-left: 10px;
	}
		#content .content-left .text-form p label {
			width: 175px;
		}
		#content .content-left .text-form p img {
			padding: 5px 0;
		}
	#content .content-left .text-form .button {
		float: left;
		margin: 10px 5px 10px 185px;
	}
	#content .text-form .job {
		margin: 0 10px;
	}

/* form with locks */
		#content .lock-form p label,
		#content .lock-form .p label {
			width: 105px;
		}
			#content .lock-form p label.sum,
			#content .lock-form .p label.sum {
				width: 100%;
			}
		#content .lock-form p select {
			margin-right: 5px;
			padding: 3px 2px 2px;
			width: 210px;
		}

/* button positions */
#content fieldset .button {
	float: right;
	margin-top: .5em;
	margin-right: 6px;
}
#content .buttons .button {
	margin-right: 0;
}
#content .box-wrapper .box-wrapper .text-form .new-message .button {
	float: right;
	margin: 5px;
}
.button-createsedcard-absolute {
	position: absolute;
	right: 209px;
	top: 182px;
}

/* legend */
#content ul.legend {
	margin-left: 5px;
}
	#content ul.legend li {
		float: left;
		margin-right: .4em;
		margin-top: .7em;
		padding: 2px 0;
		text-transform: uppercase;
	}
/* lock icon button */
#main #content fieldset input.lock {
	background: url(../images/controls/lock.gif) no-repeat;
	cursor: pointer;
	float: left;
	height: 18px;
	margin: 2px 0 0 0;
	text-indent: -1000em;
	width: 18px;
}
#main #content fieldset span.lock {
	background: url(../images/controls/lock.gif) no-repeat;
	display: block;
	float: left;
	height: 18px;
	margin: 2px 0 0 0;
	text-indent: -1000em;
	width: 18px;
}
#content ul.legend li.lock {
	background: url(../images/controls/lock.gif) no-repeat;
	padding-left: 22px;
}
fieldset input.open {
	background-position: 0 0;
}
#content ul.legend li.closed,
#main #content fieldset input.closed {
	background-position: 0 -100px;
}
#content ul.legend li.locked,
#main #content fieldset span.locked {
	background-position: 0 -200px;
}
/* /forms */

/* = footer
-------------------------------------------------- */
#foot {
	clear: both;
	margin: 0 10px 10px 10px;
	padding-bottom: 20px;
}

#partner h2 {
	left: -8000px;
	position: absolute;
	top: -8000px;
}

#partner ul,
#meta-nav {
	color: #fff;
	margin-bottom: .1em;
	text-align: center;
}
#partner img {
	margin-bottom: 5px;
}
	#partner ul li,
	#meta-nav li {
		background: url(../images/elements/separator.png) no-repeat left center;
		display: inline;
		padding: 0 3px 0 7px;
	}
	#partner ul li.first,
	#meta-nav li.first {
		background: none;
	}

#copyright {
	text-align: center;
}

/* /footer */

/* = specials
-------------------------------------------------- */
#userinfo .box-wrapper .box-wrapper {
	background: #122a3c;
	min-height: 235px;
	_height: 235px;
}
#userinfo table td {
	width: 50%;
}
#userinfo .ui-box-tab-content-userinfo .box-wrapper .box .box-wrapper .js-pager-update-container {
	background: #122a3c;
	min-height: 235px;
}

/* = lightbox
-------------------------------------------------- */
#lightbox {
	/*empty*/
}

	#lightbox .lightbox-loading-indicator {
		background: url(../images/elements/loading_big.gif) no-repeat #ffffff;
		border: 1px solid #999;
		height: 32px;
		position:absolute;
		left: 50%;
		text-indent: -9999px;
		top: 190px;
		width: 32px;
		z-index: 9999;
	}

	#lightbox #lightbox-background {
		background-color: #000000;
		filter: alpha(opacity=50);
		height: 100%;
		left: 0px;
		opacity: 0.6;
		position:absolute;
		top: 0px;
		width: 100%;
		z-index: 9990;
	}

	/* lightbox */
	#lightbox #lightbox-content {
		background: #fff;
		border: 1px solid #999;
		color: #333;
		height: 150px;
		left: 50%;
		margin: 0 0 0 -180px;
		padding: 10px;
		position: absolute;
		top: 190px;
		width: 340px;
		z-index: 9999;
	}

	#lightbox h2 {
		margin: 0 0 .5em 0;
		text-transform: none;
	}
	#lightbox p {
		margin: 0 0 .5em 0;
	}
	#lightbox em {
		color: #f00;
		font-style: normal;
	}
	#lightbox .buttons {
		margin-left: 98px;
		padding: 10px 0;
	}
		#lightbox .buttons .button {
			float: left;
			margin-right: 10px;
		}
	#lightbox .button-icon-close {
		position: absolute;
		right: 5px;
		top: 5px;
	}
/* /specials */

/* = register
-------------------------------------------------- */
#lightbox #lightbox-content.register {
	height: auto;
	margin: 0 0 0 -240px;
	overflow: hidden;
	padding: 0 15px 15px;
	top: 190px;
	width: 480px;
}
	#lightbox .register h2 {
		border-bottom: 1px solid #999;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	#lightbox .register fieldset p {
		float: none;
		width: 100%;
	}
	#lightbox .register fieldset p.right {
		margin-left: 130px;
	}
		#lightbox .register fieldset p.right input {
			border: 0;
		}
	#lightbox .register a {
		color: #333;
	}
		#lightbox .register fieldset p label {
			float: left;
			padding-top: 4px;
			width: 130px;
		}
			#lightbox .register fieldset p.right label {
				width: 300px;
			}
			#lightbox .register fieldset p.full label {
				width: 470px;
			}
				#lightbox .register fieldset p.full input {
					border: 0;
					margin-bottom: 20px;
				}

			#lightbox .register fieldset p label span {
				color: #cf1e19;
			}
		#lightbox .register fieldset p input,
		#lightbox .register fieldset p select {
			background: 0;
			border: 1px solid #999;
			width: 202px;
		}
		#lightbox .register fieldset p input.error,
		#lightbox .register fieldset p select.error {
			border-color: #cf1e19;
		}
		#lightbox .register fieldset p select {
			padding: 3px 3px 2px;
			width: 212px;
		}
		#lightbox .register fieldset p select#birthdate-day,
		#lightbox .register fieldset p select#birthdate-month,
		#lightbox .register fieldset p select#birthdate-year {
			margin-right: 7px;
			width: 64px
		}
	#lightbox .register fieldset p.captcha {
		float: left;
		padding-top: 0;
		width: 240px;
	}
		#lightbox .register fieldset p.captcha label {
			width: auto;
		}
		#lightbox .register fieldset p.captcha input {
			margin-left: 130px;
			width: 90px;
		}
	#lightbox .register fieldset img {
		float: left;
		margin: 5px 5px 0 0;
	}
	#lightbox .register .button {
		float: left;
		margin: 0 0 0 200px;
	}
	#lightbox .register .button-request-new-password {
		margin: 5px 0 0 130px;
	}

#lightbox #lightbox-content.confirm {
	padding: 15px;
}
	#lightbox .confirm div {
		padding-bottom: 10px;
	}
		#lightbox .confirm img {
			float: left;
			margin-right: 15px;
		}
		#lightbox .confirm div h2 {
			border: 0;
			clear: none;
			margin-top: 0;
			padding-top: 10px;
		}

	#lightbox .confirm h2 {
		clear: left;
	}
/* /register */

/* = Upload
-------------------------------------------------- */
#lightbox #lightbox-content.upload { /* see also in ie6.css */
	height: auto;
	margin-left: -220px;
	padding: 14px;
	width: 435px;
}
	#lightbox .upload div {
		clear: left;
	}
	#lightbox .upload h2 {
		border-bottom: 1px solid #999;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	#lightbox .upload h3 {
		background: #276283;
		color: #fff;
		margin-top: 7px;
		padding: 5px 7px;
	}
		#lightbox .upload h3 a {
			color: #fff;
			padding-left: 20px;
			text-decoration: underline;
		}
		#lightbox .upload h3 a.on {
			background: url(../images/elements/fold.png) no-repeat 3px 3px;
		}
		#lightbox .upload h3 a.off {
			background: url(../images/elements/fold.png) no-repeat 3px -98px;
		}

	#lightbox .upload input.text {
		background: 0;
		border: 1px solid #bfbfbf;
		display: block;
		float: left;
		margin: 0 5px 5px 0;
		width: 340px;
	}
	#lightbox .upload input.button-ok {
		margin-bottom: 5px;
	}
	#lightbox .upload p {
		background: #bfbfbf;
		color: #4c4c4c;
		clear: both;
		float: none;
		margin: 0 0 5px;
		padding: 5px 7px;
		position: relative;
	}
	#lightbox .upload p.legal {
		background: transparent;
		clear: left;
		color: #333;
		margin-bottom: 15px;
		padding: 0;
		position: static;
	}
		#lightbox .upload p a.prev {
			background: url(../images/elements/prev.gif) left 4px no-repeat;
			padding-left: 12px;
		}
		#lightbox .upload p a.next {
			background: url(../images/elements/next.gif) right 4px no-repeat;
			padding-right: 12px;
			position: absolute;
			right: 7px;
		}
		#lightbox .upload p span {
			margin-left: 135px;
		}
		#lightbox .upload span.error {
			clear: left;
			display: block;
			margin: 0 0 10px;
			width: 425px;
		}
		#lightbox .upload p a.add {
			color: #4c4c4c;
			position: absolute;
			right: 7px; /* see also in ie6.css */
			top: 5px;
		}
			#lightbox .upload div div ul {	/* see also in ie6.css */
				background: #bfbfbf;
				float: left;
				margin: 0 0 5px;
				padding: 5px 7px;
				width: 421px;
			}
				#lightbox .upload div div ul li {
					float: left;
					margin-right: 3px;
				}

	#lightbox .upload a {
		color: #333;
	}
	#lightbox .upload a.back {
		float: left;
		margin-bottom: 15px;
	}
	#lightbox .upload input.check {
		background: 0;
		clear: left;
		float: left;
		margin-right: 4px;
		width: auto;
	}
	#lightbox .upload label {
		float: left;
		margin: 4px 4px 0 0;
	}
	#lightbox .upload label.check {
		margin: 0 0 15px;
		width: 405px;
	}
	#lightbox .upload .flash-upload {	/* see also ie6.css */
		border: 1px solid #bfbfbf;
		clear: left;
		float: left;
		margin-bottom: 10px;
		width: 433px;
	}
		#lightbox .upload .flash-upload p {
			float: left;
		}
			#lightbox .upload .flash-upload p span {
				display: block;
				float: left;
				margin: 0;
			}
			#lightbox .upload .flash-upload p span.filename {
				width: 172px;
			}
			#lightbox .upload .flash-upload p span.filesize {
				width: 82px;
			}
			#lightbox .upload .flash-upload p span.bar {	/* see alsi ie6.css */
				width: 165px;
			}

	#lightbox .upload ul#uploadQueue {
		background: 0;
		clear: left;
		margin: 5px 0 0;
	}

		#lightbox .upload ul#uploadQueue li.progressElement { 
			border: 1px solid #BFBFBF; 
			clear: left; 
			float: none; 
			margin: 5px 5px 20px 0px; 
			padding: 5px; 
			position: static; 
		}
			ul#uploadQueue li.progressElement p.error {
				background: 0;
				clear: left;
				color: #cf1e19;
				float: none;
				margin: 0;
				padding: 5px 0 0;
			}
		ul#uploadQueue .progressFilename { 
			clear: left;
			float: left; 
			width: 93%;
			overflow: hidden;
			margin-top: 3px;
		}
		ul#uploadQueue .progressCancel {
			background: transparent url(../images/controls/cancel.gif) left top no-repeat;
			clear: none;
			display: block;
			float: right;
			height: 18px;
			position: relative;
			top: -2px;	/* see also ie.css */
			width:18px;
		}
		ul#uploadQueue .progressFilesize { 
			clear: left;
			float: left; 
			width: 100%;
			border-top: 1px solid #ccc;
			margin-top: 5px;
		}
		ul#uploadQueue .progressBarContainer { 
			clear: left;
			float: left;
			width: 90%;
			margin-top: 5px; 
		}
		ul#uploadQueue .progressBar {
			float: left; 
			height: 13px;
			width: 100%;
			background: #fff url(../images/controls/progressbar.png) no-repeat scroll -440px top;
		}
		ul#uploadQueue .progressBar.running { 
			background-position: -410px top; 
		}
		ul#uploadQueue .progressBar.complete { 
			background-position: left top;
		}
		ul#uploadQueue .progressBar.complete:after { 
			content:"Datei ist in Verarbeitung ..."; 
			color: #fff;
			padding-left: 5px; 
		}
		ul#uploadQueue .progressStatus { 
			clear: none; 
			float: right; 
			margin-right: -40px; 
		}
		ul#uploadQueue .progressClear {
			display: block;
			clear: both;
		}


	#lightbox .upload .button-abort-default2 {
		float: left;
	}
	#lightbox .upload .button-upload-default2,
	#lightbox .upload .button-upload-default2-inactive,
	#lightbox .upload .button-nextstep-signal1,
	#lightbox .upload .button-nextstep-signal1-inactive,
	#lightbox .upload .button-add-signal1,
	#lightbox .upload .button-add-signal1-inactive {
		float: right;
		margin: 0;
	}
	#lightbox .upload .button-upload-default2,
	#lightbox .upload .button-upload-default2-inactive,
	#lightbox .upload .button-nextstep-signal1,
	#lightbox .upload .button-nextstep-signal1-inactive {
		margin-left: 5px;
	}
	#lightbox .upload textarea {
		border: 1px solid #bfbfbf;
		float: right;
		height: 40px;
		margin: 5px 0;
		overflow: auto;
	}
	#lightbox .upload .button-save-default1 {
/*		clear: both;*/
		float: right;
	}
	/*#lightbox .upload ul {
		margin: 7px -5px 0 0;
	}*/
		#lightbox .upload ul li {
			position: relative;
		}
			#lightbox .upload ul li a.edit {
				right: 21px;
			}
	#lightbox .upload ul.documents {
		margin-left: 5px;
	}
		#lightbox .upload ul.documents li {
			background: url(../images/icons/upload_documents.gif) left top no-repeat;
			height: 20px;
			margin-bottom: 5px;
			padding: 8px 0 0 30px;
		}
/* /Upload */

/* = Processing 
-------------------------------------------------- */
#lightbox .processing #processing-indicator {
	background: url(../images/elements/loading_big.gif) no-repeat #ffffff;
	height: 32px;
	width: 32px;
	margin: auto;
	margin-top: 2em;
	text-indent: -9999px;
}
/* /Processing */

/* = Tags 
-------------------------------------------------- */
#lightbox form#js-tags-tag-input textarea#fe-tags {
	float: none;
	width: 100%;
}
/* /Tags */

/* = Child welfare
-------------------------------------------------- */
#lightbox #lightbox-content.child-welfare {
	height: 200px;
	margin-left: -300px;
	padding: 30px;
	width: 600px;
}
		#lightbox .child-welfare img {
			float: left;
			margin: 0 25px 120px 0;
		}
		#lightbox .child-welfare h2 {
			padding-top: 70px;
		}
		#lightbox .child-welfare a {
			color: #122a3c;
		}
/* /Child welfare */

/* = New message
-------------------------------------------------- */
#lightbox #lightbox-content.new-message {
	height: auto;
	margin-left: -250px;
	padding: 30px;
	width: 402px;
}
/* /New message */

/* = View message
-------------------------------------------------- */
#lightbox #lightbox-content.view-message {
	height: auto;
	margin-left: -320px;
	padding: 30px;
	width: 582px;
}
	#lightbox #lightbox-content.view-message h2 {
 		border-bottom: 1px solid black;
	}
	#lightbox #lightbox-content.view-message p.message-header {
 		margin-bottom: 1.8em;
	}
/* /View message */

/* = Account deletion
-------------------------------------------------- */
#lightbox #lightbox-content.account-delete {
	height: 190px;
}
	#lightbox #lightbox-content.account-delete h2 {
			border-bottom: 1px solid #999;
			margin-top: 15px;
			padding-bottom: 5px;
		}
	#lightbox #lightbox-content.account-delete fieldset p {
		float: none;
		width: 100%;
		padding: 0.5em 0;
	}
		#lightbox #lightbox-content.account-delete fieldset p.full label {
			float: left;
			padding-top: 4px;
			width: 60px;
		}
		#lightbox #lightbox-content.account-delete fieldset p.full input {
			background: 0;
			border: 1px solid #999;
			width: 268px;
		}
/* /Account deletion */

/* = Abuse notification
-------------------------------------------------- */
#lightbox #lightbox-content.abuse-notify {
	height: auto;
	margin: 0 0 0 -240px;
	overflow: hidden;
	padding: 0 15px 15px;
	top: 190px;
	width: 480px;
}
	#lightbox .abuse-notify h2 {
		border-bottom: 1px solid #999;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	#lightbox .abuse-notify fieldset p {
		float: none;
		width: 100%;
	}
		#lightbox .abuse-notify fieldset p label {
			float: left;
			padding-top: 1.3em;
		}
			#lightbox .abuse-notify fieldset p.full label {
				width: 470px;
			}
				#lightbox .abuse-notify fieldset p.full input {
					border: 0;
					float: left;
					margin-right: 0.5em;
				}

			#lightbox .abuse-notify fieldset p label span {
				color: #cf1e19;
			}
			#lightbox .abuse-notify fieldset p label span.grey {
				float: left;
				margin-left: 1.7em;
				color: grey;
			}
		#lightbox .abuse-notify fieldset p input {
			background: 0;
			border: 1px solid #999;
			width: 202px;
		}
		#lightbox .abuse-notify fieldset p input.error {
			border-color: #cf1e19;
		}
		#lightbox .abuse-notify fieldset p textarea {
			border: 1px solid #bfbfbf;
			height: 40px;
			margin: 5px 0;
			overflow: auto;
		}
			#lightbox .abuse-notify fieldset p.full textarea {
				border: 1px solid #bfbfbf;
				height: 40px;
				width: 100%;
			}
			#lightbox .abuse-notify fieldset p.full textarea.error {
				border-color: #cf1e19;
			}
	#lightbox .abuse-notify input.button-send-default2 {
		margin: 1em auto 0pt;
	}

/* /Abuse notification */

/* = Information (Alert)
-------------------------------------------------- */
#lightbox #lightbox-content.alert {
	height: auto;
}
	#lightbox .alert h2 {
			border-bottom: 1px solid #999;
			margin-bottom: 15px;
			padding-bottom: 8px;
	}
/* /Information (Alert) */

/* = Information (Confirm)
-------------------------------------------------- */
#lightbox #lightbox-content.confirm {
	height: auto;
}
	#lightbox .confirm h2 {
			border-bottom: 1px solid #999;
			margin-bottom: 15px;
			padding-bottom: 8px;
	}
	#lightbox .confirm .confirm-buttons {
		width: 50%;
		margin: 1.5em 25%;
	}
		#lightbox .confirm .confirm-buttons .button {
			float: left;
			margin: 0 0.2em;
		}
		#lightbox .confirm .confirm-buttons .button-ok {
			margin-left: 50px;
		}
/* /Information (Confirm) */

/* = iframe
-------------------------------------------------- */
.iframe {
	float: left;
	margin: 0 !important;
	width: 100%;
}
	.iframe .box {
		clear: none;
		float: left;
		padding: 0;
	}
		.iframe .box-wrapper {
			padding: 3px 4px 0;
		}
			* html .iframe .box-wrapper .box {
				margin: 6px 5px 0 4px;
			}
			.iframe .box-wrapper img {
				float: none;
				margin-right: 0;
			}
	.iframe .box-tabs {
		overflow: hidden;
		position: absolute;
		right: 0;
		width: 375px;
	}
	* html .iframe .box-tabs {
		width: 370px;
	}
		.iframe .box-tabs .box-wrapper .box-wrapper {
			height: 357px;
			padding: 10px 0 0 10px;
			width: 350px;
		}
		* html .iframe .box-tabs .box-wrapper .box-wrapper {
			height: 367px;
		}
			.iframe .box-tabs img {

			}
			.iframe .box-tabs h2 {
				border-top: 1px solid #787879;
				font-size: 1.2em;
				margin: 10px 10px .8em 0;
				padding-top: 10px;
			}
			.iframe .videos {
				bottom: 0;
				float: left;
				position: absolute;
			}
				.iframe .videos p {
					padding-bottom: 7px;
				}
				.iframe ul.filmstrip {
					background-image: url(../images/elements/bg_filmstrip_iframe.gif);
				}
					.iframe ul.filmstrip li {
						height: 60px;
					}
					* html .iframe ul.filmstrip li {
						padding-bottom: 16px;
					}
/* /iframe */

.delete-account {
	display: block;
	margin-top: 2em;
}

/* = highlight colours
-------------------------------------------------- */
.success {
	color: #286821;
}
/* /highlight colours */

/* = Banner
-------------------------------------------------- */
#superbaanner-container {
	background-color: #323232;
	text-align: right;
	height: 90px;
	padding-bottom: 5px;
	margin: 0 auto;
}

#skyyscraper-container {
	position: absolute;
	top: 95px;
	right: -165px;
}

#skyyscraper-container.wallpaper {
	top: 0;
}

#skyyscraper-container.expwallpaper {
	top: 90px;
}

#superbaanner-container.expwallpaper {
	margin-right: -165px;	
}

#contentaad-container {
	margin-bottom: 10px;
}

#js-file-browser-button-container,
#js-file-browser-button-container-mediathek {
	position: absolute;
	height: 25px;
	left: 128px;
	top: 221px;
	width: 100px;
}

form#upload .flash-open-file-browser-button-invisible { width: 0; height: 0; }

.itemdetails .text {
	clear: both;
	float: left;
	width: 100%;
}

.itemdetails .text img {
	margin-bottom: 0;
}

.itemdetails .text .details {
	display: block;
	float: left;
	margin-top: 40px;
}

span.js-dynamic-attribute-set-count {
	font-size: 1em;
	font-weight: bold;
}

#messagingBox .text-form p label.checkbox {
	width: 100%;
}

#user-profile h5 {
	margin-left: 5px;
	font-size: 12px;
}

#flashCalendar {
	margin-bottom: 10px;
}