@charset "utf-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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;
}



body {
  background:#FFF;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  /*font-size:14px;*/
  font-size:40px;
}
#header {
  width:100%;
  margin-left:5px;
  margin-bottom:15px;
}

.slideshow {
  display:none;
}

#mainMenue,
#subMenue {
  font-size:60px;
  font-weight:bold;
  color:#000;
  margin:0 5px 10px 0;
}
#mainMenue {
  margin-top:15px;
}
#mainMenue li,
#subMenue li {
  margin:2px 0;
}
#mainMenue a,
#subMenue a {
  color:#000;
  display:block;
  padding:5px;
  width:90%;
  background:#7FB2CC;
  text-align:center;
  vertical-align:middle;
  border:1px solid #003366;
}
#mainMenue a:hover {
  color:#FFF;
  background:#003366;
}
#p4 {
  display:none;
}
#spezialMenue {
  display:none;
}
#content,
#sidebar {
  margin:0 5px;
}
#content p {
  line-height:60px;
  margin-bottom:5px;
}

#tickets_rechts {
  display:none;
}

#body2 #content {
  display:none;
}
