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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}


body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-color: #a3d3ed;
	font-family: helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

#header {
	background: url(/gfx/skybg.jpg) repeat-x;
	margin: 0;
}

#loft {
	position: relative;
	width: 972px;
	margin: 0 auto;
	height: 120px;
}

#header img#logo {
	position: absolute;
	top: 10px;
	left: -30px;
}

#menu {
	height: 44px;
	background: url(/gfx/menubg.gif) repeat-x;
}

#menu ul {
	width: 832px;
	margin: 0 auto;
	padding-left: 140px;
	padding-top: 12px;
}

#menu ul li {
	display: inline;
	padding: 10px 0;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url(/gfx/menudivider.gif) repeat-y right;
}

#menu ul li.selected a {
	color: #f6a831;
}

#main {
	width: 972px;
	margin: 0 auto;
	display: table;
	background-color: white;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
	/* min-height: 800px;
	height: 800px; */
	}

#main-content, #sidebar, #sponsors {
	display: table-cell;
	vertical-align: top;
}

#main-content {
	/* min-height: 500px; */
	/* width: 600px; */
	width: 600px;
	_float: left;
}

.ie #main {
	background: url(/gfx/faux_col.png) repeat-y right;
}

#sidebar {
	_float: left;
	background: #e7eef3 url(/gfx/sidebarbg.gif) repeat-y left;
	width: 260px;
}

.ie #sidebar,
.ie #main-content,
.ie #sponsors {
	float: left;
	background: transparent;
}

.ie #sidebar {
	background: transparent;
}

.ie #main-content {
	width: 590px;
}



#sponsors {
	width: 120px;
	background-color: #a6b5bf;
	_float: left;
}

#sponsors h2 {
	color: #e7eef3;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #bdcedb;
}

#footer {
	width:  952px;
	margin: 0 auto;
	background-color: black;
	color: white;
	font-size: 12px;
	padding: 10px;
	height: 80px;
}

#main_teaser {
	padding: 5px;
	float: left;
	width: 300px;
	margin-right: 15px;
}

#main_teaser a,
#sec_teasers a,
#third_teasers a {
	color: #F6A831;
}

#main_teaser h1 {
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

#main_teaser p {
	font-size:  12px;
	line-height: 1.4em;
}

#main_teaser img {
	margin-right: 10px;
	width: 300px;
	height: 160px;
}

#sec_teasers {
	padding: 10px 5px;
	margin-right: 10px;
	float: right;
	width: 245px;
	_width: 225px;
	font-size: 12px;
	line-height: 1.2em;
}

#sec_teasers h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

#sec_teasers .teaser {
	margin-bottom: 20px;
}

#third_teasers .teaser {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.2em;
}

#third_teasers .teaser h2 {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}


#sec_teasers p,
#third_teasers p {
	font-size: 12px;
}

#sidebar #presseklipp_front {
	padding:  10px;
	font-size: 12px;
}

.sidebarbox {
	background: url(/gfx/boxbg3.gif) no-repeat top left;
	width: 228px;
	margin: 10px auto;
}

.sidebarbox h2 {
	color: white;
	padding:  6px;
	font-weight: bold;
	font-size: 13px;
}

.sidebarbox .sidebarbox_content {
	padding: 5px;
	color: black;
	/* height: 50px; */
	font-size: 12px;
}

.sidebarbox .sidebarbox_content a {
	color: #586e7c;
}

.sidebarbox .sidebarbox_content ul li {
	padding: 2px;
}

/* ------- article ---------*/

.article {
	font-size: 13px;
	padding: 20px 10px;
	}
	
.article p {
	margin: 5px 0;
	line-height: 1.2em;
	}	
	
.article p.ingress {
	font-weight: bold;
	}

.article h1 {
	font-size: 30px;
	font-weight: bold;
}


#program_text {
	padding: 30px;
}

#program_text h1 {
	font-size:  30px;
}

/* ------- program ---------*/

#program {
	font-size: 13px;
	padding:  20px 10px;
}

#program h1 {
	font-size: 26px;
	font-weight: bold;
}

#program h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
}

#program h3 {
	font-size: 14px;
	font-weight: bold;
}

#program strong {
	font-weight: bold;
}

#program ul#datepicker {
	padding: 5px 0;
	margin:  5px 0;
}

#program ul#datepicker li {
	font-size: 13px;
	display: inline;
}

#program ul#datepicker li a {
	background-color: #ddd;
	padding: 3px 5px;
	text-decoration: none;
	color: black;
}

#program ul#datepicker li a:hover {
	background-color: #aaa;
	color: black;
}


#program ul#datepicker li.selected a {
	background-color: #000;
	color: white;
}

/* -------- calendar_event -----*/

.calendar_event {
	border-top: 1px solid #ddd;
	margin-top: 5px;
	font-size: 13px;
	padding: 6px 0;
	}

div.calendar_event_time {
	color: black !important;
	width: 90px;
	display: block;
	float: left;
	}

.calendar_event_body {
	padding-left: 90px;
	line-height: 1.3em;
	}

.calendar_event_header h3 {
	font-weight: bold;
	font-size: 14px;
	}
	
/* -------- event -----*/

#event_main {
	width: 480px;
	min-height: 500px;
	float: left;
	/* border: 1px solid #ccc; */
	padding: 10px 0;
	font-size: 12px;
	}
	
#event_main #event_description {
	padding: 5px 0;
	}

#event_main p {
	padding: 3px 0;
	}

	
#event_sidebar {
	float: right;
	width: 425px;
	padding: 10px 0;
	}	

#event_sidebar h3 {
	color: white;
	padding: 3px;
	background-color: black;
	font-size: 14px;}


/* -------- footer / kolofon -----*/


#footer a {
	color: #ddd;
}

#footer #kolofon1 {
	float: left;
	width: 200px;
}

#footer #kolofon2 {
	float: left;
	width: 200px;
}

#footer #kolofon3 {
	float: left;
	width: 200px;
}

#footer #kolofon4 {
	float: left;
	width: 250px;
}


#footer h5 {
	padding: 7px 0 2px;
}



/* -------- latest img -----*/

#latest_galleries {
	background-color: black;
	clear: both;
	margin: 5px;
	padding: 10px;
	color:  white;
}

#latest_galleries  h2 {
	font-size: 12px;
	padding: 0 0 5px 3px;
}

.last5img {
	margin: 0 4px;
}