/* ie png fix */

img
{
	behavior: url(_iepngfix.htc);
}

div.menu img
{
	float: left;
}

/* ########## TYPO HTML-Standard ########## */

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
	font-size: small;
}

body
{
	background-color: #000000;
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #ffffff;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: small;
}

p
{
	font-size: medium;
	white-space: normal;
	text-align: left;
	line-height: 125%;
	margin-bottom: 0.5em;
}

ul
{
	font-size: medium;
	white-space: normal;
	margin: 4px 0px 16px 16px;
}

li
{
	list-style-position: outside;
	margin-bottom: 8px;
	padding-left: 0px;
}

li a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

h1,
h2,
h3
{
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
}

h1
{
	font-size: x-large;
	margin: 0px 0px 0.5em 0px;
}

h2
{
	font-size: large;
	margin: 0.5em 0px 0.2em 0px;
	padding-left: 0px;
}

h3
{
	font-size: medium;
	margin: 0.5em 0px 0.2em 0px;
	padding-left: 0px;
}

h1 a,
.silentlink 
{
	border:  0px;
	color:  #ffffff;
	text-decoration: none;

}
/* ########## TYPO USER-Standard ########## */

.quotes
{
	font-size: medium;
	text-align: center;
	background: url(_images/bg_quotes.jpg);
}

.quotes em
{
	font-size: medium;
	color: #ffffff;
}

.people
{
	float: right;
	margin: 0px 0px 12px 12px;
}

.people-l
{
	float: left;
	margin: 0px 12px 12px 0px;
}

.source
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* ########## TYPO Links ########## */

p a
{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #999;
}

p a:hover,
p a:active
{
	color: #fff;
}


/* ########## LAYOUT ########## */

#distance
{
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -300px;
	

/* half of #container's height */
	float: left;
}

#container
{
	margin: 0 auto;
	position: relative;


/* puts container in front of distance */
	width: 960px;
	height: 600px;
	clear: left;
}

#bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#title
{
	display: none;
}

#distributor
{
	position: absolute;
	top: 20px;
	left: 205px;
	overflow: hidden;
}

#menu
{
	position: absolute;
	overflow: hidden;
	left: 20px;
	bottom: 10px;
	height: 20px;
	margin: 0px;
	background-color: transparent;
}

.menu
{
	font-size: x-large;
	font-weight: normal;
	color: #67af40;
	

/*text-transform: uppercase;*/
	margin: 0px 0px 0px 0px;
}

#content
{
	position: absolute;
	top: 90px;
	left: 20px;
	width: 480px;
	height: 440px;
	margin: 0px;
	padding: 0px;
	background: url("_images/bg_content.png") repeat;
	overflow: hidden;
}

.content
{
	margin: 10px;
	width: 460px;
	height: 420px;
}

#contentMoveCanvas
{
	left: 0px;
	top: 50px;
	overflow: hidden;
	position: absolute;
	margin: 0px 10px;
	width: 460px;
	height: 380px;
}

#contentMove
{
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	width: 460px;
}

.mover
{
	float: right;
	cursor: pointer;
}

.mover a
{
	border: 0px;
}

#cinema
{
	position: absolute;
	top: 16px;
	left: 384px;
	height: 100px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	text-align: right;
}

.cinema
{
	z-index: 99;
}

#badge,
#badge_bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	padding: 0px;
}

#badge_bg
{
	width: 100px;
	height: 100px;
}

#badge p
{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: uppercase;
	text-align: center;
	margin-top: 24px;
	line-height: 0.9em;
}

#badge a
{
	color: #ffffff;
	border: 0px;
}

#badge a:hover
{
	color: #ffcccc;
}

#corner
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#corner a
{
	border: none;
	text-decoration: none;
}

#footer
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -0.075em;
	text-decoration: none;
}

.footer
{
	float: left;
	margin-right: 10px;
}

#impressum,
#impressum a,
#impressum a:hover
{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px;
}