body {
	background-color: #fff;
	font: italic 11px/17px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

p {
	font-size: 1em;
	margin-bottom: 12px;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: red;
	margin-bottom: 98px;
}

/* @group menue */

#menue {
	position: absolute;
	left: 740px;
	top: 20px;
}

#menue li {
	margin-bottom: 2px;
}

#menue ul.nav_categories>li {
	margin-top: 20px;
}

#menue .title {
	text-decoration: underline;
}

#menue a {
	text-decoration: none;
}

#language {
	position: absolute;
	top: 20px;
	left: 40px;
}

#language li {
	display: inline;
}

/* @end */

#content {
	position: absolute;
	top: 138px;
	left: 20px;
}

/* @group control */

.control {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 17px;
	text-align: right;
}

.control li {
	display: inline;
	margin-left: 20px;
	color: white;
}

.control a, .info a:visited, .info a:active {
	color: white;
}

.control a.not_white, .info a.not_white:visited, .info a.not_white:active {
	color: black;
}

.control a:hover, .info a.active {
	color: black;
}

/* @end */

.text {
	width: 660px;
	background-color: red;
	color: white;
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	display: none;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.text a:link, .caption a:visited, .caption a:active {
	color: white;
}

.infoueber_mich a:link, .caption a:visited, .caption a:active {
	color: black;
}

.text a:hover, .caption a.active {
	color: black;
}

.infoueber_mich a:hover {
	color: white;
}

.images {
	width: 700px;
	overflow: hidden;
}

.film .images img {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
}

.article {
	margin-bottom: 35px;
	position: relative;
}

#back {
	position: absolute;
	left: 719px;
	bottom: 31px;
}