/* ----------------------------------------------------------------
	www.niroag.ch Standard CSS
	Autor: guycolle, Zürich // Guy Collé
	Version: 14.09.2006
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body {
	background: #f4f4f4 url(../images/bg.jpg) repeat-x top;
	font-size: 12px;
	text-align: center;
	margin: 20px 20px 20px 20px;
	padding: 0;
}

div, h2, h3, h4, h5, h6, table, td, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active{
	color: #336699;
	border-bottom: 0;
}

a:hover {
	color: #336699;
	border-bottom: 0;
}

img {
	border: 0;
}

.timesLIVE {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
}

.timesLIVEHeadline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
}

.fettKursiv {
	font-weight: bold;
	font-style: normal;
}

/* Textformatierung
------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	font-weight: normal;	
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 22px;
}


/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#main-c #top {
	position: relative;
	height: 65px;
}

/* Left-Container
------------------------------------------------- */
#main-c #left {
	position: relative;
	float: left;
	width: 129px;
	border-right: 1px dashed #FFFFFF;
}

#main-c #left .submenu {
	position: relative;
	height: 280px;
	padding-top: 24px;
}

/* Content-Container
------------------------------------------------- */
#main-c #content {
	position: relative;
	float: left;
	width: 70%;
	padding: 20px 20px 20px 20px;
}


/* Menu-Container
------------------------------------------------- */
#main-c #menu {
	position: relative;
	height: 40px;
	border-bottom: 1px #FFFFFF dashed;
}

#main-c #menu .box {
	position: relative;
	float: left;
	width: 129px;
	height: 27px;
	padding-top: 13px;
	text-align: center;
	border-right: 1px dashed #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#main-c #menu .boxOver {
	position: relative;
	background: #336699;
	color: #FFFFFF;
	float: left;
	width: 129px;
	height: 27px;
	padding-top: 13px;
	text-align: center;
	border-right: 1px dashed #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#main-c #menu .box a:link, #main-c #menu .box a:visited, #main-c #menu .box a:active, #main-c #menu .box a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}

#main-c #menu .boxOver a:link, #main-c #menu .boxOver a:visited, #main-c #menu .boxOver a:active, #main-c #menu .boxOver a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0;
}

.filmrolle{
	position: absolute;
	left: 203px;
	top: 74px;
	height: 35px;
}
 

