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;
	align: center;
}

th.filme {
	border: 1px solid #6080A9;
	font-weigth: bold;
	color: #0D3553;
	padding: 1px;
}

td.filme {
	border: 1px solid #6080A9;
	padding: 1px;
	text-align: center;
}

ul {
	margin: 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-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;

	overflow: hidden;
}

#head {
	position: absolute;
	right: 32px;
	top: 12px;
	width: 100%;
	height: 32px;
	vertical-align: middle;
	text-align: right;
	font-family: Candara, Verdana;
}

#menu_container {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 16px;
	background-color: #6080A9;
	overflow: hidden;
	padding-right: 24px;
}

#menu_table {
	position: absolute;
	margin-right: 24px;
	right: 24px;
}

#menu_container a {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: black;
}

#menu_container a:hover {
	background-color: #FF9900;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: black;

	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#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;
}

#zurzentrierung {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -450px;
	
	width: 900px;
}
