@charset "utf-8";
/* CSS Document */


body {
	background: #ffcccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	border: 0;
	line-height: 130%;
}

h1 {
	font-size: 18px;
	color: #a2203c;
	text-align: center;
}

img {
	border: 0;
}

#container {
	width: 780px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #cc9999;
}

#header {
	background:url(images/header.jpg);
	margin: 0;
	width: auto;
	height: 180px;
	border-bottom: 3px solid #FFFFFF;
}

#space {
	height: 10px;
	background: #FFFFFF;
}

#menu {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #a2203c;
	font-weight: bold;
}

#menu a:link, a:visited {
	color: #a2203c;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
}

.menutitle {
	border-bottom: 1px solid;
	margin-left: 10px;
	padding: 0 0 5px 5px;
}

.menucontent {
	border-bottom: 1px;
	padding: 5px 0 0 20px;
	margin-bottom: 15px;
	
}

#content {
	margin: 0 0 0 200px;
	background: #FFFFFF;
	border: 0;
}

#text {
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;
	color: #a2203c;
	font-size: 13px;
}

#text a:link, a:visited {
	color: #a2203c;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	text-decoration: none;
}

#film {
	margin: 0 10px 0 10px;
	border: 1px solid;
	border-color: #cccccc;
}

#film table {
	width: auto;
	margin: 5px 5px 5px 5px;
	
}

#film a:link, a:visited {
	color: #a2203c;
	text-decoration: none;
}

#film a:hover {
	color: #000000;
	text-decoration: none;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #a2203c;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid;
	border-color: #cccccc;
}

.info {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid;
	border-color: #cccccc;
}

.info a:link, a:hover, a:visited {
	font-weight: bold;
	color: #a2203c;
	text-decoration: none;
}

.category {
	font-size: 10px;
	margin: 5px 5px 0 5px;
	padding: 5px 5px 5px 5px;
}

.page {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
	border-color: #cccccc;
}

.page a:link, a:visited {
	color: #a2203c;
	text-decoration: none;
}

.page a:hover {
	color: #000000;
	text-decoration: none;
}

.page h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a2203c;
}