

/* main page elements */

html {
	font-family:verdana, arial, sans-serif;
	margin:0px;
	line-height:1.5em;

			height:100%;
		background:url(/img/bg.gif);
	
	/* font-size:0.75em; defined on page */
}

body {
	margin:0px;
	height:100%;
	font-size:1em;
}

td.page_top_left_dummy {
	height:0px;

		width:16em;
	
	}

div.page_top_left {
	
	font-size:0.9em;
	color:#333333;
	margin:4px 4px 4px 4px;
	padding:0px;
	text-align:left;
}

div.page_left {
	position:relative;
	top:87px;
	padding:0px 10px 10px 0px;
	width:15em;

	}

div.page_left div.left_item_headline {
	margin:1em 0px 0px 0px;
}

div.page_left div.left_item_headline span {
	color:#000000;
	font-weight:700;
	padding:0.2em 1.2em 0.2em 0.8em;
}

div.page_left form.fontsizer {
	display:inline;
}

div.page_left form.fontsizer input {
	width:2em;
	height:1.4em;
	margin:0em 0.1em;
}

div.page_top_right {
	text-align:center;
	/*padding:10px; wegen dem ani-logo jetzt direkt im tag eingebaut*/

	}


/*
die implementierung mit outer/inner ist etwas komisch, jedoch nötig, vergleiche z.b. wikipedia; ist eigentlich legacy aus der anfangszeit, wo alles mit divs positioniet wurde, jedoch kackt der msie 6 da ab, also ham wir wieder auf tabelle umgestellt.
*/
div.page_right_inner {
	width:100%;
	padding:0px 0px 1px 1px;
	/*background:url(/img/bg.gif);*/
	/* DEBUG */
	/*opacity:0.9;*/
}

div.page_cont {
	margin:0px 0px 0px 0px;

			border:1px solid #EC8E8E;
		padding:1.5em 1.5em 0px 1.5em;
		background:#FFFFFF;
		}

hr.page_cont_clearing { /* pseudo-teil für das clearen bei overflowenden boxen */
	clear:both;
	height:1px;
	margin:2em auto 0px auto;
	color:#FFFFFF;
	background-color:#FFFFFF;
}

div.page_bottom {
	font-weight:700;
	font-size:0.9em;
	color:#EE0000;
	margin:0px;
	padding-top:0.5em;
	text-align:center;
	height:3em;

	}

div.page_footer_print {
	margin:0em 2em 0em 2em;
	padding:0.5em 1em 0em 1em;
	font-size:0.85em;
	line-height:1.2em;
	border-top:2px solid #000000;

			display:none;
		visibility:hidden;
	}

/* links */

	a:link,
	a:active,
	a:visited {
		color:#EE0000;
		text-decoration:none;
	}

	a:hover {
		color:#EE0000;
		text-decoration:underline;
	}



a img {
	border:none;
}


/* tables */

table {
	border-collapse:collapse;
}

table, tr, th, td {
	border-color:#EE0000;
}

td {
	vertical-align:top;
}


/* other standard elements */

hr {
	width:80%;

			color:#EE0000;
		background-color:#EE0000;
		
	height:1px;
	border:none;
	margin:1.5em auto;

	clear:both;
}

p,li, .orgsdb_infotext {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

form {
	margin:0px;
}

img {
	vertical-align:middle;
}

fieldset {
	margin-top:0.5em;
	margin-bottom:1.5em;
	padding:0.5em 1em 1em 1em;
}

legend {
	font-size:1.25em;
	font-weight:700;
	margin:0.5em;

			color:#EE0000;
	}

.nowrap {
	white-space:nowrap;
}

.spacer {
	margin-top:0.83em;
	margin-bottom:0.83em;
}


/* titles */

	h1,
	h2,
	.tit2 { /* tit2 legacy, siehe unten */
		color:#EE0000;
	}

h1 {
	font-size:2em;
	line-height:1.25em;
	font-weight:700;
	margin-top:0.2em;
	margin-bottom:1.25em;
	background:url(/img/component.title.fading.png) bottom left no-repeat;
	padding-bottom:0.21em;
}

h1 span.sub {
	font-size:0.6em;
	font-style:italic;
	font-weight:700;
	line-height:1.3em;
	display:block;
}

h2,
.tit2 { /* tit2 nur für legacy wie zum beispiel im spiele- und know-how-pool */
	font-weight:500;
	font-size:1.58em;
	line-height:1.25em;
	margin-top:1.8em;
	margin-bottom:0.79em;
}

h2.top {
	margin-top:0.52em;
}

h2 span.sub {
	margin-top:0.25em;
	font-size:0.63em;
	font-style:italic;
	line-height:1.3em;
	display:block;
}

h3 {
	font-size:1.2em;
	font-weight:700;
	margin-top:1em;
	margin-bottom:0.7em;
}

h3 span.sub {
	font-weight:500;
	margin-top:0.25em;
	font-size:0.83em;
	font-style:italic;
	line-height:1.3em;
	display:block;
}

p.titp {
	font-variant:small-caps;
	text-decoration:underline;
	margin-bottom:0.5em;
	margin-top:1.5em;
}

.bold {
	font-weight:700;
}

/* was ist das?!? wofür?!? welche seite? irgendein legacy-teil */
div.tit1 span.sp_author {
	font-size:0.75em;
	font-weight:500;
}


/* errors */

div.err_block {
	color:#FF0000;
	background-color:#FFEEEE;
	border:1px dotted #FF0000;
	padding:0 1em;
	margin:1.5em auto;
	width:80%;

}

tr.fc_err,
td.fc_err {
	color:#FF0000;
}

tr.fc_err input,
td.fc_err input {
	background-color:#FFAAAA;
}


/* inputs */

/*
.form_disabled {
	background-color:#ECECEC;
}
.inputtable, .form_input {
	background-color:#FEE3C7;
}
.inputtable tr {
	vertical-align:middle;
}
*/

select,option,textarea,input {
	font-family:arial, verdana, sans-serif;
	border:#EC8E8E solid 1px;
	font-size:1em;
}

input.input_cb {
	border:0px;
	margin:0px;
}

table.inputbg,
div.inputbg {
	background-color:#F0F0F0;
	border:10px solid #F0F0F0;
}

table.inputpos,
div.inputpos {
	margin:15px auto;
}

table.input td {
	padding:3px;
}

table.input td.desc {
	text-align:right;
}

div.input_buttons,
td.input_buttons,
table.input td.input_buttons { /* needed becaus of the other declaration above */
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
	vertical-align:middle;
}

div.input_buttons input,
td.input_buttons input {
	margin:0 10px;
}

td.page_top input {
	padding-left:1px;
	padding-right:1px;
}

span.input_footnote {
	font-size:0.8em;
	line-height:1.2em;
	color:#666666;
}


/* ll- and lrc-items */

/* div-elements are "normal", ul-elements are used for printing version */

div.ll_box {
	margin:8px 8px 8px 12px;
	display:block;
}

ul.ll_box {
	list-style-image:url(/img/component.ll.symbol.gif);
}

div.ll_box div.ll_title {
	font-weight:700;
	padding-left:12px;
	background:url(/img/component.ll.symbol.gif) left no-repeat;
}

ul.ll_box div.ll_title {
	font-weight:700;
}

div.ll_box div.ll_text {
	padding-left:13px;
}


.lrc_table {
	margin:8px auto 8px auto;
}

.lrc_arrr {
	padding:4px 4px 0px 6px;
	vertical-align:top;
	width:1%;
}

.lrc_arrl {
	padding:4px 6px 0px 4px;
	vertical-align:top;
	width:1%;
	border-right:1px solid #EE0000;
}

.lrc_emptyarrl {
	border-right:1px solid #EE0000;
}

.lrc_titlel, .lrc_titler {
	padding:0px 0px 0px 0px;
	font-weight:600;
}

.lrc_titlel {
	text-align:right;
}

.lrc_titler {
	text-align:left;
}

.lrc_textr, .lrc_textl {
	padding:1px 0px 0px 0px;
}

.lrc_textl {
	text-align:right;
}

.lrc_50cell, .lrc_50cell {
	width:50%;
}

.ll_title a:link,
.ll_title a:active,
.ll_title a:visited,
.ll_title a:hover,
.lrc_titlel a:link,
.lrc_titlel a:active,
.lrc_titlel a:visited,
.lrc_titlel a:hover,
.lrc_titler a:link,
.lrc_titler a:active,
.lrc_titler a:visited,
.lrc_titler a:hover {
	text-decoration:none;
}


/* shadowbox */

table.shadowtable {
	border:0;
}

table.shadowtable td {
	padding:0px;
}

	.shadowbox1 {
		background:url(/img/shadow.br.png) bottom right no-repeat;
		padding:0;
	}

	.shadowbox2 {
		background:url(/img/shadow.tr.png) top right no-repeat;
	}

	.shadowbox3 {
		background:url(/img/shadow.bl.png) bottom left no-repeat;
		padding:0px 6px 6px 0px;
	}


/* help layer */

.help_layer_table {
	font-size:0.85em;
	line-height:1.3em;
}

.help_layer_title {
	background-color:#EE0000;
	font-weight:700;
	border:1px #EE0000 solid;
	color:#FFFFFF;
	padding:3px;
}

.help_layer_content {
	background-color:#EEEEEE;
	border:1px #EE0000 solid;
	padding:3px
}


/* menu all levels first part */

a.menuitem0,
a.menuitem1,
a.menuitem2,
a.menuitem0:visited,
a.menuitem1:visited,
a.menuitem2:visited,
a.menuitem0:hover,
a.menuitem1:hover,
a.menuitem2:hover {
	display:block;
	line-height:1em;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	padding:2px 3px 2px 12px;
	color:#000000;;
}

/* menu level 0 */

div.menubox0 {
 font-size:1.1em;
 background:#FFFFFF;
 border:1px solid #EC8E8E;
 padding-bottom:0.6em;
}

a.menuitem0 {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-weight:700;
	font-size:1.3em;
	margin-top:0.5em;
	background-image:url(/img/menu.bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* menu level 1 */

div.menubox1 {
	margin-bottom:0.6em;
	padding-left:1em;
}

a.menuitem1 {
	font-size:1em;
	margin-top:0.1em;
}

/* menu level 2 */

div.menubox2 {
	padding-left:1.3em;
}

a.menuitem2 {
	font-size:0.85em;
}

/* menu all levels second part */

a.menuitem0:hover,
a.menuitem1:hover,
a.menuitem2:hover {
	background-color:#EEEEEE;
	background-image:url(/img/menu.arrow.hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}

a.menu_activepage {
	font-weight:700;
	background-color:#EEEEEE;
	background-image:url(/img/menu.arrow.hover.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:1px dotted #EC8E8E;
	border-bottom:1px dotted #EC8E8E;
}


/* some items on the left */

div.left_box,
div.left_box_tour {
	border:1px solid #EC8E8E;
	background:#FFFFFF;
}
div.left_box {
	font-size:0.9em;
	line-height:1.2em;
}

div.left_box_tour {
	text-align:center;

}

div.left_box div {
	padding:0.5em 1em;
}

div.left_box ul {
	margin:0 1em;
	list-style-type:disc;
	padding:0em 1em;
}

div.left_box ul li {
	 margin-top:0.5em;
	 margin-bottom:0.5em;
}

div.left_box ul li a {
	 display:block;
}

div.left_box ul li a:hover {
	list-style-type:square;
	background:#EEEEEE;
	text-decoration:none;
}

div.login_link {
	font-size:0.8em;
}


/* div */

div.getacrobat {
	text-align:right;
	margin: 0.5em 0 0.5em 1em;
	float:right;
}

div.orgsdb_entry {
	margin-bottom:2em;
}

div.orgsdb_entry table.shadowtable {
	float:right;
	margin:0 0 0.3em 1em;
}

div.orgsdb_entry div.edit_links {
	clear:right;
	float:right;
}


/* theatertipp */

table.theatertipp td {
	padding:5px;
}

div.theatertipp_title {
	font-size:1.4em;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:2em;
	color:#000000;
}

td.theatertipp_sektion1 {
	width:33%;
	text-align:left;
}

td.theatertipp_sektion2 {
	width:34%;
	text-align:justify;

			color:#EE0000;
	}

td.theatertipp_sektion3 {
	width:33%;
	text-align:right;
}

td.theatertipp_sektion2 div.theatertipp_title {
	text-align:left;
}

td.theatertipp_sektion2 a {
	font-weight:700;
}

div.theatertipp_vorgestellterartikel {
	text-align:center;
	padding-bottom:1em;
}

span.theatertipp_vorgestellterartikel_titel {
	color:#000000;
	font-weight:700;
}


/* tstyle_1 (legacy, only loginform?) */

.tstyle_1_table td {
	padding:3px;
	border:1px solid #EC8E8E;
	background-color:#F0F0F0;
}

.tstyle_1_headline td {
	background-color:#EE0000;
}

.tstyle_1_headline td {
	line-height:11pt;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:600;
}

.tstyle_1_head {
	background-color:#EE0000;
	color:#FFFFFF;
	font-weight:600;
	text-decoration:none;
	padding:3px;
	border-width:3px 3px 1px 3px;
	border-style:solid;
	border-color:#FFFFFF;
}

.tstyle_1_head a:link,
.tstyle_1_head a:active,
.tstyle_1_head a:visited,
.tstyle_1_head a:hover {
	color:#FFFFFF;
}

.tstyle_1_head table {
	width:100%;
}

.tstyle_1_cont {
	background-color:#EE0000;
	padding:3px;
	border-width:1px 3px 1px 3px;
	border-style:solid;
	border-color:#FFFFFF;
}


/* tstyle_2 (for article list, cart, sounds, etc.) */

table.tstyle_2 {
	font-size:0.9em;
	line-height:1.5em;
	width:100%;
}

table.tstyle_2 td {
	padding:3px 4px;
			border-bottom:1px solid #EC8E8E;
			vertical-align:middle;
}

table.tstyle_2 tr.headline td {
	font-weight:700;
	white-space:nowrap;
}

/* tstyle_2 (for price information matrix, etc.) */

table.tstyle_3 {
	line-height:1.5em;
}

table.tstyle_3 td {
			border:2px solid #FFFFFF;
		background-color:#F7CBCB;
	
	
	vertical-align:middle;
	text-align:center;
	padding:0.5em 1em;
}

table.tstyle_3 td.desc_l {
			background-color:#EE0000;
		color:#FFFFFF;
		}

table.tstyle_3 td.desc_t {
			background-color:#EE0000;
		color:#FFFFFF;
		}


/* columnlist */

table.columnlist {
	width:100%;
	line-height:1.1em;
}

table.columnlist td {
	margin:0px;
}

table.columnlist div {
	margin:0.4em 1em;
}

table.columnlist div.sp_newchar,
table.columnlist div.sp_newsection {
	margin-top:0.75em;
	margin-left:0.5em;
}

span.columnlist_firstchar {
	font-weight:700;
	font-size:1.50em;
	color:#000000;
	font-style:italic;
}

table.columnlist div.sp_newsection {
	font-weight:700;
	font-style:italic;
}


/* authors */

table.authors_selfinfo_customer td {
	padding:3px;
}


/* articles infoarea */

table.articles_infoarea_container {
	float:right;
	margin:2em 0px 1em 1em;
	width:30%;
}

table.articles_infoarea_container td {
	padding:4px 0px;
}


/* article list and cart table */

table.articles_list td {
	padding:0.25em 0.6em;
}

table.articles_list td.sp_id,
table.cart td.sp_id {
	font-weight:700;
	text-align:left;
}

table.articles_list td.sp_besetzung {
	text-align:center;
}

table.articles_list td.sp_spieldauer {
	text-align:center;
}

table.articles_list td.sp_typ,
table.cart td.sp_typ {
	text-align:center;
}

table.cart td.sp_quantity {
	text-align:center;
}

table.articles_list td.sp_icon,
table.cart td.sp_icon {
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

table.articles_list tr:hover {
	background:#EEEEEE;
}

table.articles_list tr.headline:hover {
	background:#FFFFFF;
}


/* article_entries */

div.article_entry {
	margin-top:1.5em;
	margin-bottom:2em;
}

div.article_entry img.sp_neu {
	float:right;
}

div.article_entry span.sp_reference,
li.article_entry span.sp_reference {
	font-weight:700;
	white-space:nowrap;
}

li.article_entry span.sp_author {
	font-style:italic;
}

div.article_entry span.sp_besetzung,
li.article_entry span.sp_besetzung {
	font-style:italic;
	color:#666666;
}

/* article statistics */

table.articles_statistics td {
	text-align:center;
}

table.articles_statistics td.stueck {
	text-align:right;
}

table.articles_statistics tr.average td {
	font-style:italic;
}

table.articles_statistics tr:hover {
	background:#EEEEEE;
}

/* cart */

table.cart {
	margin-top:1.3em;
	margin-bottom:0.5em;
}

table.cart td.sp_price_single {
	text-align:right;
}

table.cart td.sp_price_sum {
	text-align:right;
	font-weight:700;
}

table.cart td.sp_mwst {
	text-align:right;
}

table.cart td.sp_shipping_select,
table.cart td.sp_ust-id {
	padding:0.5em;
}

table.cart tr.sp_summary td {
	border-bottom:none;
	vertical-align:top;
}

table.cart td.sp_summary {
	text-align:right;
	padding-top:0.5em;
}

table.cart td.sp_premiere,
table.cart td.sp_play_count {
	text-align:center;
}

table.cart td.sp_premiere input {
	width:8em;
	text-align:center;
}

table.cart td.sp_play_count input {
	width:3em;
	text-align:center;
}

/*
.cart_delivery_choice_table {
	width:100%;
}
.cart_delivery_choice_table td {
	border:2px solid #FFFFFF;
	padding:3px;
	vertical-align:middle;
}
.cart_delivery_choice_table .sp_active {
	background-color:#F0F0F0;
}
.cart_delivery_choice_table .sp_inactive {
	background-color:#EEEEEE;
	color:#666666;
}
.cart_delivery_choice_table .sp_radio {
	text-align:center;
}
*/


/* mini info table & little bit spielcodes */

table.mini_info {
	font-size:0.85em;
	line-height:1.3em;
	width:100%;

	}

table.mini_info td,
table.spielcodes_article td {
			background-color:#EEEEEE;
		border:2px solid #FFFFFF;
		padding:2px 3px;
		}

table.mini_info td {
	vertical-align:middle;
}

td.mini_info_headline {
	font-size:1.1em;
	font-weight:700;
	text-align:center;
	font-variant:small-caps;
	letter-spacing:0.1em;

			color:#EE0000;
	}

table.mini_info img.help_layer_icon {
	float:right;
}


	table.mini_info td.mini_info_priceinfo {
		color:#666666;
	}

	table.mini_info td.mini_info_function {
		background-color:#FEE3C7;
	}

/*
td.page_left table.mini_info td {
	border:2px solid #EE0000;
	background-color:DISPLAY__colors_2;
}

td.page_left table.mini_info td.mini_info_headline,
td.page_left table.mini_info td a:link,
td.page_left table.mini_info td a:active,
td.page_left table.mini_info td a:visited,
td.page_left table.mini_info td a:hover {
	color:#DDDDDD;
}
*/


/* spielcodes */

table.spielcodes_article {
	font-size:0.85em;
	line-height:1.2em;
	margin-top:15px;
	width:68%;
}

td.spielcodes_article_headline {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:700;
	text-align:center;
	font-variant:small-caps;
	letter-spacing:0.1em;

			color:#EE0000;
	}

td.spielcodes_article_headline img.help_layer_icon {
	float:right;
}

table.spielcodes_article td.criteria {
	text-align:right;
	font-weight:700;
}


/* address */

table.address {
	margin:1em;
}

table.address td {
	vertical-align:middle;
}

table.address td.desc {
	vertical-align:top;
}

table.address td input {
	width:20em;
}


/* search (fucking msie code) */

.search_crtieria_fieldset {
	margin-top:15px;
	padding-top:10px;
}

.search_criteria_outertable {	width:100%;
}
.search_criteria_outertable td {
	vertical-align:middle;
}
.search_criteria_outertable .sp_rowtd {
	width:50%;
	padding:0px;
}
.search_criteria_outertable .sp_rowtd:hover {
	background-color:#EEEEEE;
}

.search_criteria_innertable {
	width:100%;
	font-size:11px;
	line-height:13px;
	margin:0px;
}
.search_criteria_innertable td {
	padding:0px;
	border:0px;
}
.search_criteria_innertable .sp_cbtd {
	width:1px;
	padding:0px 3px 0px 3px;
}
.search_criteria_innertable .input_cb {
	margin:0px;
}
.search_criteria_innertable .sp_txtd {
	padding:2px 2px 3px 0px;
}

.search_criteria_logictable {
	margin:8px auto 0px auto;
}

.search_criteria_logictable td {
	vertical-align:middle;
	padding:2px;
	font-size:11px;
	line-height:13px;
}

.search_criteria_logictable .input_cb {
	margin:1px;
}

table.search_standard_outertable {
	margin:10px auto 10px auto;
}

table.search_standard td {
	vertical-align:middle;
	padding:3px;
}

table.search_standard_outertable td.desc {
	font-weight:700;
}

table.search_standard input.sp1 {
	width:18em;
}

table.search_standard input.sp2 {
	width:2em;
}

table.search_standard_sorttable {
	margin-left:auto;
	margin-right:auto;
}


/* impro */

.impro_rundbrieftable {
	margin:10px auto 10px auto;
}
.impro_rundbrieftable td {
	padding:5px;
	text-align:center;
	border:1px solid #EC8E8E;
}


/* some elements here and there */

div.holiday {
	margin:2em auto;
	font-weight:700;
	text-align:center;
	font-size:1.2em;
}

span.holiday {
	border:2px dotted #000000;
	padding:1em;
}


/* debug */

.debug {
	font-family:Courier, "Courier New", monospace;
	font-size:14px;
	line-height:16px;
}