body {
	background-color: #F0F0F0;
	font-family: Calibri, "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
	color: black;
}

table {
	font-family: Calibri, "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 10pt;
	color: black;
}

table.filme {
	width: 90%;
	border: 2px solid #6080A9;
	text-align: center;
}

th.filme {
	border: 1px solid #6080A9;
	font-weight: bold;
	color: #0D3553;
	padding: 1px;
}

td.filme {
	border: 1px solid #6080A9;
	padding: 1px;
	text-align: center;
}

ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
}

li {
	margin-left: -10px;
}

img {
	position: relative;
}

h1 {
	font-weight: bold;
	color: #6080A9;
	font-size: 14pt;
}

h2 {
	font-weight: bold;
	color: #6080A9;
	font-size: 12pt;
	margin-bottom: 2pt;
}
	
h3 {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 2pt;
}


a {
	color: #6080A9;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #6080A9;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: underline;
}

.small {
	font-size: 7pt;
}

#balken_links {
	position: absolute;
	left: 32px;
	top: 0px;
	height: 100%;
	width: 16px;
	background-color: #333333;
	
	overflow: hidden;
}

#balken_links_fg {
	position: absolute;
	left: 32px;
	top: 0px;
	height: 100%;
	width: 14px;
	background-color: #6080A9;
	
	border-style: solid;
	border-color: #333333;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	overflow: hidden;
}

#head_container {
	position: absolute;
	left: 0px;
	top: 16px;
	height: 80px;
	width: 100%;
	background-color: #D0D0D0;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
}

#head {
	position: absolute;
	right: 32px;
	top: 12px;
	width: 100%;
	height: 32px;
	vertical-align: middle;
	text-align: right;
	font-family: Candara, Verdana, sans-serif;
}

#menu {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 20px;
	background-color: #6080A9;
}
#menu_container {
	margin: 0;
	padding: 0;
	padding-right: 32px;
	float: right;
	text-align:left;
	color: #000000;
	clear: left;
	padding-right: 24px;
	
	z-index: 10;
}

ul#Navigation {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#Navigation li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	
	z-index: 10;
}

ul#Navigation li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 0px;
	
	background-color: #E8E8E8;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	
	display: none;
	
	z-index: 10;
}

ul#Navigation li ul li {
	float: none;
	display: block;
	margin: 0px;
	
	z-index: 10;
}

ul#Navigation li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation a, ul#Navigation span {
	display: block;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	text-decoration: none; 
	
	color: black; 
}

ul#Navigation a:hover, li a#aktuell {
	text-decoration:none;
	padding: 1px 7px 1px 7px;
	
	background-color: #FF9900;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

ul#Navigation li ul a:hover {
	padding: 1px 8px 1px 8px;
	
	background-color: #FF9900;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: black;
}

#content_container {
	position: absolute;
	left: 0px;
	top: 114px;
	width: 100%;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
}

#content {
	margin-top: 8px;
	margin-left: 64px;
	margin-bottom: 8px;
	margin-right: 32px;
}

.box_container {
	position: relative;
	width: 100%;
	background-color: #D0D0D0;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.box_head {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background-color: #6080A9;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: black;
	
	text-indent: 8px;
}

.box_head a {
	text-decoration: none;
	color: black;
}

.box_head a:visited {
	text-decoration: none;
	color: black;
}

.box_head a:hover {
	color: #FF9900;
}

.box_head a:active {
	color: #FF9900;
}


.box_content {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.box_content table {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.box_foot {
	text-align: right;
	font-size: 8pt;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
