/* Staatspreis Wirtschaftsfilm Print Styles */


/*-----------------
  Layout
-----------------*/

body {
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 12px;
	color: #000;
}

@media only print {
	/* hide non standard expressions inside a media query */
	body {
		/* text-rendering is not a CSS standard, but a SVG property */
		text-rendering: optimizeLegibility;
	}
}

.noprint { display: none; }
.pagebreakafter { page-break-after: always; }

strong { font-weight: 600; }
em { font-style: italic; }

.quicknav { display: none; }

div#pagewrapper
{
	width: 100%;
	position: relative;
	vertical-align: top;
}

div#stplogo
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 12px;
	top: 0;
}
div#stplogo img
{
	height: 51px !important;
	width: auto;
}

div#topspacer { height: 80px; }
div#einreichungsspacer,
div#footer,
div#navigationbox,
div#button_einreichung,
div#button_preistraeger2011,
div#button_nobackground,
div#pagetrail
{
	display: none;
}

div#content,
div#widecontent,
div#content2
{
	clear: both;
	width: 514px;
	position: relative;
	padding: 0;
	margin: 0 0 0 136px;
}

/*
div#button_einreichung
{
	position: absolute;
	left: -4px;
	top: 65px;
	margin: 0;
	padding: 0;
	width: 121px;
	height: 121px;
	display: block;
	background-image: url(images/button_einreichen.jpg);
	background-repeat: no-repeat;
}
*/


div#bmwfjlogo
{
	position: absolute;
	right: 12px;
	top: 20px;
	margin: 0;
	padding: 0;
}
div#bmwfjlogo img
{
	width: 45px !important;
	height: 23px !important;
}
div#bmdwlogo
{
	position: absolute;
	right: 12px;
	top: 0;
	margin: 0;
	padding: 0;
}
div#bmdwlogo img
{
	width: 50px !important;
	height: 17px !important;
}


/*-----------------
  General content
-----------------*/

.content h1
{
	color: #cd0237;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 24px !important;
}

.content h2
{
	/* color: #97989c; */
	color: #85868a;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 1.5em;
}

.content h2.red { color: #cd0237; }
.content h2.big { font-size: 13px; }

.content p
{
	line-height: 18px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.content p.spaceafter { margin-bottom: 2em !important; }

.content ul
{
	list-style-type: square;
	margin-top: 1em;
	margin-bottom: 2em;
}
.content li
{
	line-height: 18px;
	margin-bottom: 2px;
}

.content a:link,
.content a:visited,
.content a:hover
{
	color: #cd0237;
	text-decoration: underline;
}
.content a:active
{
	color: #f60;
	text-decoration: underline;
}

.content a.link
{
	background-image: url(images/assets.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 7px;
}

.content a.backlink
{
	background-image: url(images/assets.gif);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	padding-left: 9px;
}

.content a.videolink
{
	background-image: url(images/assets.gif);
	background-repeat: no-repeat;
	background-position: 0 -47px;
	padding-left: 16px;
}

.content h3
{
	font-size: 12px;
	font-weight: normal;
	margin-top: 2.5em;
	margin-bottom: 1em;
	line-height: 18px;
}

td.logo_separator { width: 32px; }
.flow { line-height: 18px; }

div.linkbox
{
	margin-top: 3em;
	margin-bottom: 3em;
}

div.linkbox p
{
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

a.noline:link,
a.noline:visited
{ text-decoration: none; }
a.noline:hover,
a.noline:active
{ text-decoration: underline; }

a.notesign
{
	font-size: 16px;
	line-height: 10px !important;
	display: inline-block;
	margin-left: 2px;
}

.content h1 span.smallspace
{
	display: inline-block;
	width: 3px;
	min-width: 3px;
}


/*-----------------
  Jury
-----------------*/

h3.jury_name
{
	font-size: 12px;
	line-height: 18px;
	margin-top: 2em !important;
	margin-bottom: 0 !important;
	font-weight: normal;
}
p.jury_data
{
	margin-top: 0 !important;
	margin-bottom: 1em;
	margin-left: 1.2em;
	color: #4e4f51;
}

.inset { margin-left: 1.2em !important; }

/*-----------------
  Filmlists
-----------------*/

table.filmlist
{
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	margin-left: 1.2em;
}

table.filmlist td
{
	line-height: 18px;
	vertical-align: top;
	padding-bottom: 1px;
}
td.filmlist_separator { width: 21px; }
td.filmlist_caption
{
	white-space: nowrap;
	color: #85868a;
	font-weight: 600;
	font-size: 11px;
}
td.filmlist_winnerdata
{
	font-weight: 600;
	color: #d31920;
}
td.filmlist_title
{
	font-weight: 600;
}

/*-----------------
  Forms
-----------------*/

table.form_dvd td
{
	line-height: 18px;
	vertical-align: middle;
	padding-bottom: 4px;
}
table.form_einreichung td
{
	line-height: 18px;
	vertical-align: top !important;
	padding-bottom: 4px;
	page-break-inside: avoid;
}

td.form_checkbox
{
	text-align: right;
	padding-right: 1em;
}
td.form_checkboxdata_disabled {
	color: #707070 !important;
}
td.form_labeldata
{
	white-space: nowrap;
	min-width: 64px;
}
input.form_textbox,
input.form_textbox_plz,
input.form_textbox_ort,
input.form_textbox_time,
input.form_textbox_year,
input.form_textbox_single,
textarea.form_textbox
{
	color: #000;
	font-family: 'Lucida Grande',arial,helvetica,sans-serif;
	font-size: 11px;
}
input.form_textbox
{
	width: 330px;
}
input.form_textbox_plz
{
	width: 54px;
}
input.form_textbox_ort
{
	width: 262px;
}
.form_fieldseparator
{
	width: 8px;
	min-width: 8px;
	text-align: center;
	display: inline-block;
}
textarea.form_textbox
{
	width: 330px;
}
input.form_textbox_time
{
	width: 30px;
}
input.form_textbox_single
{
	width: 10px;
}
input.form_textbox_year
{
	width: 74px;
}
td.formnote
{
	padding-left: 6px;
	color: #85868a;
	font-size: 11px;
	line-height: 16px !important;
}
td.form_buttons { text-align: right; }
label.missing,
p.missing,
span.missing,
td.missing
{ color: #b8161c !important; }

/*
input.missing,
input.missing,
input.missing,
input.missing,
input.missing,
input.missing,
textarea.missing
{ border-color: #303030 !important; }
*/

td.form_labeldata_einreichung
{
	padding-right: 8px;
	width: 180px;
	min-width: 180px;
}
td.form_labeldata_einreichung small
{
	font-size: 10px;
	line-height: 14px;
}
td.form_inputdata
{
	width: 100%;
}
hr.form_divider
{
	width: 100%;
	border: 0;
	color: #dddee4;
	background-color: #dddee4;
	height: 1px;
}
hr.note_divider
{
	width: 58%;
	border: 0;
	color: #dddee4;
	background-color: #dddee4;
	height: 1px;
	margin-top: 2.2em;
}
p.formnote
{
	color: #85868a;
	font-size: 11px;
}

p.timestamp
{
	color: #85868a;
	font-size: 11px;
}

/*-----------------
  Einreichung
-----------------*/

td.numberindex { vertical-align: top; }
span.numberbox
{
	padding: 0;
	min-width: 22px;
	min-height: 22px;
	width: 22px;
	height: 22px;
	color: #cd0237;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	display: block;
	border: 1px #E41E26 solid;
}
td.numberspacer { width: 22px; }
td.verticalpadding { padding-top: 0.7em; padding-bottom: 0.7em; }

h3.form_einreichung
{
	font-weight: 600 !important;
	color: #85868a !important;
	margin-top: 1.5em !important;
	margin-bottom: 0.5em !important;
}
h3.form_einreichung + p
{
	margin-top: 0.5em !important;
}



/*-----------------
  Preistraeger
-----------------*/

table.gallery td
{
	background-color: #fff;
}

img.galleryimg
{
	border: 1px #c8c8c8 solid;
	padding: 2px;
	background-color: #fff;
}

p.redbg
{
	background-color: #e6819b;
	color: #000;
	font-weight: 600 !important;
	padding: 1px 8px 1px 8px;
}

p.redbg a { color: #000 !important; }
p.redbg a:link,p.redbg a:visited { text-decoration: none; }
p.redbg a:hover,p.redbg a:active { text-decoration: underline; }
p.redbg a:active { color: #303030 !important; }


p.lineabove
{
	margin-top: 3em !important;
	padding-top: 2em;
	border-top: 1px #ddd solid;
}

/* eof */