@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, dl, li, img, div, span, p {
	margin: 0;
	padding: 0;
	border: none;
}


table{ border-spacing:0; }
ol,ul {list-style:none;}

html {
	height: 100%;
	overflow: hidden;
}
a { outline:none;}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
/*	min-height:550px;
*/
	min-width:1000px;
	
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	position:relative;
}

#page { 
	left:0; top:0; position:absolute;
	width:641px; height:2000px; 
	z-index:1000;
}

#page #content_c { margin-left:249px; width:545px; padding-top:42px; }
.news { padding:8px 0; }
.news p { padding-top:8px; padding-bottom:4px; }
h2 { text-decoration:underline; font-size:18px; padding:8px 2px;  }
h3 span {  padding: 0 5px;  font-size:11px; background:url(../images/spektakl.gif) 0 0 no-repeat; padding-left:60px;   }
h4 { font-size:10px;  font-weight:normal; color:#ccc;}




