/* Imagofilm From Somewhere to Nowhere Screen Style */

/* main */

.print {
	display: none;
}

body {
	margin: 1em;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	text-align: center;
	background-image: url(bg.gif);
}

a img {
	border: none;
}

/* header */

#content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	background-color: #FFFFFF;
	border: 5px solid #9C1C19;
}

#logo {
	position: relative;
	display: block;
	border-bottom: 5px solid #9C1C19;
	background-image: url(../img/logo.jpg);
	width: 950px;
	height: 400px;
}

#header {
	position: relative;
	display: block;
	text-align: left;
	padding: 5px;
	width: 940px;
	margin: 0 auto;
}

#header a:link, #header a:active, #header a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
	color: #000000;
}

#lang {
	position: absolute;
	right: 5px;
}

.menu{
	position: absolute;
	display: block;
	width: 160px;
	top: 0;
	right: 0;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4em;
	padding: 15px;
}

.menu a:link, .menu a:active, .menu a:visited {
	padding-right: 5px;
	text-align: right;
	font-size: 0.8em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #9C1C19;
	background-color: #FFFFFF;
}

/* page */

#page{
	padding: 10px;
	text-align: justify;
	font-size: 1.3em;
}

#left{
	float: left;
	width: 640px;
	padding: 10px;
	text-align: justify;
}

#right{
	float: left;
	width: 240px;
	padding: 10px;
	margin-left: 25px;
	text-align: justify;
}

.title{
	color: #9C1C19;
	font-size: 1.6em;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}

.undertitle{
	color: #9C1C19;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.dida {
	text-align: center;
	font-size: 0.90em;
}

#page a:link, #page a:active, #page a:visited {
	color: #6699FF;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

.dx {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.sx {
	text-align: right;
	vertical-align: top;
}

/* footer */

#footer{
	position: relative;
	display: block;
	padding-top: 1em;
	margin: 0 auto;
	font-size: 0.95em;
}

td {
	vertical-align: top;
	}
