body
{
    font-family: "Myriad Pro", Arial, Verdana, Sans-Serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
	background-color: #FFF;
	color: #333;
	background-image: url(../images/body.bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	min-height: 600px;
	min-width: 1005px;
}

/*======================================================*/
/* Tags */
hr
{
	border: none;
	border-top: 1px solid #CCC;
	height: 0;
	background-color: #CCC;
}

img
{
	border: none;
}

/*======================================================*/
/* Design */
#Document
{
	width: 910px;
	margin: 30px auto 10px auto;
}

#Main
{
	float: left;
	width: 720px;
}

#Subtitle
{
	color: #333;
}

#Specials
{
	width: 171px;
	overflow: auto;
	color: #666;
	float: right;
	margin: 200px 0 0 0;
}

#Slogan
{
	font-size: 270%;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #F4F4F4;
}

#Contents
{
	border: 1px solid #DDD;
	border-top: none;
	border-bottom: none;
	padding: 10px;
	background-color: #FFF;
}

#LangMenu
{
	list-style: none;
	margin: 0 0 20px 0;
	float: right;
}

#LangMenu li
{
	display: inline;
}

#LangMenu li:before
{
	content: " | ";
}

#LangMenu li:first-child:before
{
	content: "";
}

#LangMenu a
{
	color: blue;
	text-decoration: none;
}

#LangMenu a:hover
{
	text-decoration: underline;
	color: #CCCCFF;
}

#HeaderMenu
{
	clear: both;
	width: 720px;
	height: 100px;
/*	background-image: url(../images/navi.bg.png);*/
}

#HeaderMenu ul, #HeaderMenu li
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border-left: 1px solid #DDD;
}

#HeaderMenu li
{
	float: left;
}

#HeaderMenu a
{
	display: block;
	width: 119px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	text-align: center;
	font-size: 115%;
	padding-top: 75px;
	margin-top: 5px;
	color: #666;
}

#HeaderMenu a:hover
{
	color: #AAA;
}

#HeaderMenu li:first-child
{
	border-left: none;
	background-color: #F9F9F9;
}

#Footer ul
{
	list-style: none;
	text-align: center;
	margin: 50px 0 10px 0;
}

#Footer li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#Footer li:before
{
	content: " | ";
	color: #666;
}

#Footer li:first-child:before
{
	content: "";
}

#Footer a
{
	color: #888;
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
	color: #AAA;
}

#Footer small
{
	display: block;
	text-align: center;
	color: #666;
	font-size: 90%;
}

#image_video
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	border: 2px solid #AAA;
	background-color: #333;
}

#image_video a
{
	color: #FFF;
	text-decoration: underline;
	padding-left: 5px;
	padding-top: 4px;
}

/*======================================================*/
/* Sonstiges */
.BoxNReviews_Desc
{
	font-style: italic;
	font-size: 105%;
	border-top: 1px solid #CCC;
	padding-top: 6px;
	margin-top: 10px;
}

.BoxNReviews_Desc:first-child
{
	border-top: none;
}

.BoxNReviews_Desc:before
{
	content: "“";
}

.BoxNReviews_Desc:after
{
	content: "”";
}

.BoxNReviews_Name
{
	font-weight: bold;
}

/*======================================================*/
/* Classes */
.Button
{
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/button.bg.png);
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
	color: #333;
}

.Button:hover
{
	background-image: url(../images/button.hover.png);
}

.Clear
{
	clear: both;
}

.CenterFloated
{
	margin: 0 auto 0 auto;
}

.LeftFloated
{
	float: left;
}

.RightFloated
{
	float: right;
}

.FeatureBox
{
	width: 280px;
	font-size: 103%;
	color: #777;
}

.FeatureSteps
{
	background-image: url(../../../media/pub/images/nsync_chart_steps.png);
	width: 700px;
	height: 300px;
	margin: 0 auto 30px auto;
	background-color: #F8F8F8;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
}

.FeaturePicture
{
	width: 350px;
}

.FeatureText
{
	float: left;
	width: 280px;
	text-align: justify;
}

.FeatureImage
{
	float: left;
	margin: 0 10px 0 0;
	height: 140px;
}

.FeatureTitle
{
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	color: #555;
}