/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* v1.0 | Le Cafe Theatre */

body {
	background-color: #545454;
	background-image: url("https://www.cafetheatre.de/storage/files/dd3dc0b806360060f1d500fa20d0a2c5_background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}

#page {
	width: 980px;
	margin: 28px auto;
	
}

#header {
	padding: 0 0 10px;
}

#buy-nav {
	float: right;
	width: 121px;
	margin-right: 12px;
	margin-top: 6px;
}

#buy-nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	background-image: url(https://www.cafetheatre.de/storage/files/36bf24ca6c51a39f1009623c08bbe8c9_btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	line-height: 22px;
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width: 105px;
}

#buy-nav a:hover {
	color: #ccc;
}

#header h1#logo {
	margin: 0 auto;
	padding: 0;
	width: 385px;
	height: 88px;
	background-color: transparent;
	background-image: url(https://www.cafetheatre.de/storage/files/4c92a9757b3a1c6457c5d599b2a86e7c_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

#navigation-wrap {
	margin-bottom: 10px;
}

#navigation {
	background-color: #fff;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	line-height: 34px;
	padding: 0 12px;
	margin: 0;
	border-right: 2px solid #e6e6e6;
	font-weight: bold;
	color: #555;
	font-size: 14px;
	text-decoration: none;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	color: #fff;
	background: #555;
}

#footer {
	color: #fff;
	font-size: 11px;
	margin: 14px 0;
}

#footer-nav {
	width: 500px;
	float: right;
	text-align: right;
}

#footer-nav a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #ccc;
}

#content-wrap {
}

#content {
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times;
	color: rgb(191, 61, 55); /* hellrot */
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p {
	line-height: 20px;
	font-size: 14px;
	color: rgb(51, 51, 51); /* dunkelgrau */
}

#content a {
	color: rgb(191, 61, 55);
	padding: 1px 2px;
	text-decoration: none;
}

#content a:hover {
	background: rgb(191, 61, 55);
	color: #fff;
	text-decoration: none;
}

#quote {
	width: 320px;
	height: 268px;
	float: right;
}

#quote #quote-inner {
	margin: 0;
	padding: 92px 15px 0;
/*	background-color: transparent;
	background-image: url(https://www.cafetheatre.de/storage/files/40f0a88dcdf47a51c4c496aaa54d5b9b_quote.png);
	background-repeat: repeat;
	background-position: left top;*/
background: #cdcdcd;
	height: 176px;
}

#quote #quote-text {
	font-size: 14px;
	text-align: center;
	color: #454545;
	line-height: 20px;
}

#quote #quote-author {
	color: #656565;
	font-size: 12px;
	text-align: center;
	padding: 8px 0 0;
}

#col {
	border-right: 320px solid #c5c5c5;
}

#col #col-inner,
#con #con-inner {
	padding: 26px 34px;
}

#col h2,
#con h2 {
	font-size: 28px;
	padding: 0 0 10px;
	line-height: 28px;
}

#col p.author {
	font-weight: bold;
	padding: 10px 0 0;
}

#icons-wrap {
	margin-top: 10px;
}

.icon {
	width: 320px;
	float: left;
	margin: 0 10px 0 0;
}

.last-icon {
	margin: 0;
}

.icon .icon-title {
	background-color: #fff;
	padding: 8px 12px;
	color: #545454;
	font-weight: bold;
	font-size: 14px;
}

.icon a {
	text-decoration: none;
}

#main-wrap {
	background: #fff;
	padding: 12px 0;
}

#main {
	background: #e5e5e5;
	padding: 10px 0;
}

#con h4 {
	font-size: 14px;
	padding: 20px 0 10px;
	color: #1e1e1e;
	font-family: Helvetica, Arial;
}

.impressum p {
	font-size: 14px;
	padding: 0 0 10px;
}

.layout .col_50 {
	width: 50%;
	float: left;
}

.layout .col_33 {
	width: 33.3%;
	float: left;
}

.layout .col_66 {
	width: 66.6%;
	float: left;
}

.layout .col_inner {
	padding: 0 50px 0 0;
}

.programm .next-month {
	float: right;
	width: 400px;
	text-align: right;
}

.programm #content .next-month a {
	color: #545454;
	font-size: 14px;
	font-family: Helvetica, Arial;
	text-decoration: none;
}

.programm #content .next-month a:hover {
	color: #fff;
	background: #545454;
}

.programm table td {
	vertical-align: top;
	border-bottom: 2px solid #fff;
}

.programm table td.event {
	background: #e5e5e5;
	padding: 16px 18px;
}

.programm #content table td h4 {
	font-size: 16px;
	padding: 0 0 5px;
}

.programm #content table td h5 {
	font-family: Helvetica, Arial;
	color: #555;
	font-size: 12px;
	padding: 0 0 10px;
}

.programm #content table td p {
	font-size: 12px;
}

.programm #content table td p.more {
	padding: 8px 0 0;
}

.produktion #con h4 {
	line-height: 20px;
	padding: 15px 0 15px;
}

.produktion h3 {
	padding: 0;
}

.produktion #con .images {
	padding-top: 18px;
}

.produktion #con .images a:hover {
	background: transparent;
}

.produktion #con .images img {
	border: 6px solid #e5e5e5;
}

#con {
	min-height: 380px;
}

.ensemble #con table td {
	width: 50%;
	vertical-align: top;
	padding: 10px 35px 26px 0;
	text-align: justify;
}

.ensemble #con img {
	float: right;
	margin: 0 0 10px 15px;
}

.ensemble #con h3,
.produktion-main #con h3 {
	font-family: Helvetica, Arial;
	color: #444;
	padding: 0 0 10px;
}

.produktion-main #con h3 {
	padding-top: 12px;
}

.produktion-main #con .col_inner {
	padding-right: 30px;
}

.produktion-main #con li {
	line-height: 20px;
	padding: 6px 12px;
}

.produktion-main #con li.even {
	background: #e5e5e5;
}

.kaufen #con h3 {
	padding: 20px 0 10px 0;
}

.kaufen #con td {
	vertical-align: top;
	padding: 4px 10px;
}

.kaufen #con td.label {
	font-size: 14px;
	padding-top: 13px;
}

.kaufen #con .text {
	font-size: 14px;
	padding: 4px;
	width: 70%;
}

.kaufen #con .count {
	width: 25px;
}

.kaufen #con .textarea {
	font-size: 14px;
	padding: 4px;
	width: 70%;
	height: 60px;
}

.kaufen #con tr.even td {
	background: #e5e5e5;
}

.kaufen #con .submit {
	padding: 24px 12px;
	font-size: 12px;
}

.presse #con h3 {
	padding: 20px 0 10px;
}

.presse #con h4 {
	padding: 0 0 12px;
}

.programm #con #con-inner {
	padding: 34px 40px;
}

.programm #con #con-inner h2 {
	padding-bottom: 16px;
}

table.minimal-style {
background: white;
border-collapse: collapse;
font-size: 12px;
text-align: left;
min-width: 480px;
margin-top: 10px;
margin-bottom: 25px;
width: 100%;
}

table.minimal-style th {
background: #EBEBEB;
border-bottom: 2px solid #444;
font-family: Georgia, Times;
color: #555;
font-size: 14px;
line-height: 18px;
font-weight: normal;
padding: 10px;
}

table.minimal-style td {
border-bottom: 1px solid #CCC;
color: #888;
padding: 10px;
line-height: 18px;
font-size: 12px;
}

table.minimal-style tr:hover td {
color: #555;
}

.jsc-item {
float: left;
position: relative;
overflow: hidden;
}

.jsc-title {
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: auto;
padding: 10px 14px;
font-size: 16px;
line-height: 22px;
font-weight: normal;
}

.jsc-copy {
font-size: 9px;
display: block;
line-height: 14px;
color: #ccc;
}