* {
	margin: 0;
	padding: 0;
}
body {
	/*background: #ffffff url(../images/background.png) no-repeat top right;*/
	background: #ffe8f7;
	text-align: center;
	font-family: "Lucida Grande", Arial, sans-serif;
}
img {
	border: none;
}
.clear {
	font-size: 1px;
	clear: both;
}
#wrapper {
	width: 665px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 40px 0;
}
#header {
	padding: 50px 0 20px 0;
	text-align: center;
}
#header p {
	font-size: 13px;
	color: #666;
	margin: 0 0 12px 0;
}
#left {
	width: 456px;
	float: left;
	margin: 0 19px 0 0;
}
h2 {
	color: #b43084;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px 0;
}
#flashcontent_screencast {
  margin-top: 10px;
  margin-bottom: 10px;
}
#content {
	width: 400px;
	background: url(../images/content.gif);
	padding: 0 28px 12px 28px;
}
#contentTop {
	width: 456px;
	height: 43px;
	background: url(../images/contentTop.gif);
}
#contentBottom {
	width: 456px;
	height: 43px;
	background: url(../images/contentBottom.gif);
}
#content p {
	color: #555;
	line-height: 1.5;
	font-size: 11px;
	margin: 0 0 12px 0;
}
#right {
	width: 190px;
	float: left;
	padding: 35px 0 0 0;
}
#right .rightItem {
	width: 165px;
	padding: 0 25px 20px 0!important;
	padding: 0 19px 20px 0;
	margin: 0 0 15px 0;
	background: url(../images/rightItem.gif) no-repeat bottom right;
}
#right ul {
	list-style: none;
}
#right h2 {
	margin: 0 0 10px 0;
}
#right p {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #7c2b7b;
}
#right li {
	font-size: 11px;
}
#right li a {
	color: #7c2b7b;
	text-decoration: none;
}
#right li a:hover {
	text-decoration: underline;
}
#right #languages li {
	display: block;
	width: 150px;
	padding: 4px 0 8px 0;
	text-indent: 32px;
	color: #7c2b7b;
}
#right #languages .en {
	background: url(../images/en.gif) no-repeat center left;
}
#right #languages .de {
	background: url(../images/de.gif) no-repeat center left;
}

#right .list li {
	display: block;
	width: 150px;
	padding: 4px 0 5px 0;
	text-indent: 12px;
	color: #7c2b7b;
	background: url(../images/dot.gif) no-repeat center left;
}
#right .rightItem .play {
	display: block;
	margin: 2px 0 0 0;
	padding: 8px 0;
	background: url(../images/play.gif) no-repeat center left;
	text-indent: 34px;
}
#right .rightItem .play a {
	color: #7c2b7b;
	text-decoration: none;
}
#right .rightItem .play a:hover {
	text-decoration: underline;
}