body
{
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	color: #000000;
}

p, th, td, ul, ol, li, div, span
{
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000B4; 
	line-height: 1.25em;
}

h1
{
	padding: 8px 0 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url(./Images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: -10px -6px;
	margin-top: 0;
	margin-bottom: 0;
}

h2
{
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin-bottom: 0;
}

h3
{
	font-size: 10pt;
	color: #000055;
	margin-top: 0;
}

p
{
	line-height: 1.5em;
}

table.main
{
	width: 700px;
}

table.main tr td div
{
	padding: 10px;
	border: 1px solid #D7E3FE;
}

table.main tr td div p
{
	line-height: 1.5em;
}

/* Programm table */
table.schedule
{
	width: 452px;
}

table.schedule tr th
{
	background-color: #000055;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px;
}

table.schedule tr td
{
	background-color: #DAE6FA;
	padding: 2px 4px;
}

table.schedule tr.odd td
{
	background-color: #F6F5F3;
}

table.schedule tr td.date
{
	width: 36px;
	text-align: center;
}

table.schedule tr td.date span.day
{
	font-size: 16px;
	font-weight: bold;
}

table.schedule tr td.time
{
	width: 36px;
	text-align: center;
}

table.schedule tr td.program
{
	
}

table.schedule tr td.program span.artist
{
	font-weight: bold;
}

table.schedule tr td.tickets
{
	width: 100px;
	text-align: center;
}

table.schedule tr td.info
{
	width: 30px;
	text-align: center;
}

a
{
	color: #0000B4;
	text-decoration: none;
}

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

a.next
{
	padding-left: 1em;
	background-image: url(./Images/next.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

hr
{
	height: 1px;
}

div#mainContent hr
{
	border: 0;
	border-bottom: 1px solid #DAE6FA;
	margin: 1em 2em;
}

div#mainContent img
{
	border: 1px solid #DAE6FA;
	margin: 0;
}

div#mainContent img.right
{
	margin: 0 0 0.5em 1em;
	float: right;
}

/* Teaser right */
div#mainContent div.teaserr
{
	margin: 0 0 0.5em 1em;
	float: right;
	font-size: 1em;
}

div#mainContent li
{
	line-height: 1.5em;
}


.soldout
{

}

.highlight
{
	font-weight: bold;
	color: #0000B4;
}

.highlight2
{
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}


.small
{
	font-size: 7pt;
}

.teaser
{
	font-size: 14px;
}

.teaser h2
{
	font-size: 14px;
	font-weight: bold;
	color: #000055;
	border: 0;
	padding: 0;
}

.teaser a
{
	font-weight: bold;
	color: #0000B4;
}

div#menu
{
	position: relative;
	background: #000055;
	height: 20px;
}

div#submenu
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
}

div#menu ul, div#submenu ul
{
	margin: 0;
	padding: 0;
}

div#menu ul li, div#submenu ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
}

div#menu ul li
{
	float: left;
}

div#logo
{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	width: 630px;
}

div#footer p
{
	text-align: center;
}

div#sidebar1 div.border, div#sidebar2 div.border
{
	border: solid 1px #DAE6FA;
	padding: 10px;
}

div#sidebar1 h2, div#sidebar2 h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 10pt;
	text-transform: uppercase;
}

div#sidebar1 p + h2, div#sidebar2 p + h2,
div#sidebar1 p + h3, div#sidebar2 p + h3
{
	margin-top: 2em;
}

div#sidebar1 ul, div#sidebar2 ul
{
	margin: 0;
	padding: 0 0 0 14px;
	list-style-position: outside;
}

* html div#sidebar1 ul, * html div#sidebar2 ul
{
	padding: 0 0 0 16px;
}

div#sidebar1 li, div#sidebar2 li
{
	line-height: 1.5em;
}


a img
{
	border: 0;
}

div.col2
{
}

div.col2 div
{
	width: 210px;
}

div.col2 div.left
{
	border-right: 1px solid #DAE6FA;
	padding-right: 10px;
}

div.col2 div.right
{
	float: right;
	padding-left: 10px;
}

div.col2 div h2
{
	margin-top: 0;
}


