* {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: Verdana;
}

html {
  color: #333436;
}

a {
  color: #333436;
}

#stage {
	width: 989px;
	margin:auto;
}

#header {
	overflow: hidden;
	width: 989px;
	height: 90px;
}
.logo {
	float: left;
	width: 200px;
	height: 90px;
	background: url('../images/logo.gif') no-repeat;
}

#welcome {
	float: left;
	height: 90px;
	padding-top: 35px;
	padding-left: 10px;
}
#welcome * {
	font-size: 15px;
}

.logo span {
	display: none;
}

#dateTimeHeadline {
  background-image: url('../images/dateTimeHeadline_line.png');
  height: 35px;
  line-height: 35px;
}

#dateTimeHeadline #clock {
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 205px;
  float:left;
}

#dateTimeHeadline span.right_corner {
  background-image: url('../images/dateTimeHeadline_right_corner.png');
  display: block;
  height: 35px;
  width: 28px;
  float: right;
}

#content {
	padding: 20px 0px 0px 200px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #676769;
	border-left: 1px solid #676769;
	border-right: 1px solid #676769;
}

#content .boxHeader {
  background-image: url('../images/boxHeader_line.png');
  background-repeat: repeat-x;
  color: #333436;
  height: 25px;
  line-height: 25px;
  padding-left: 4px;
}

#content .boxHeader h3 {
  float: left;
}

#content .boxHeader span.right_corner {
  background-image: url('../images/boxHeader_right_corner.png');
  display: block;
  height: 25px;
  width: 15px;
  float: right;
}

#content .box {
  border-bottom: 1px solid #676769;
  border-left: 1px solid #676769;
  border-right: 1px solid #676769;
  padding:10px;
  zoom:1;
}

#content .box p {
	clear: both;
	border-top: 1px solid #D3D3D5;
	padding: 8px 10px 10px 10px;
	line-height: 1.3em;
}

#marketplace_notice_eu,
#marketplace_notice_ch {
	height: 286px;
}

#language {
	width: 550px;
	margin-bottom: 15px;
}

#marketplace {
	width: 550px;
	margin-bottom:15px;
}

#marketplace .box {
  
}

#marketplace_eu {
	width: 50%;
	float: left;
	padding-bottom: 40px;
	border-right: 1px solid #D3D3D5;
	margin-left: -1px;
}

#marketplace_ch {
	width: 50%;
	padding-bottom: 40px;
	float: left;
}

#marketplace h5 a {
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#marketplace_ch h5 {
	background: url('../images/flags/flag_ch.gif') 10px 50% no-repeat;

}	

#marketplace_eu h5 {
	background: url('../images/flags/flag_de.gif') 10px 50% no-repeat;
}	

#legal_notice {
	margin-left: 220px;
	width: 550px;
}

#legal_notice a {
	float: left;
	display: block;
	width: 270px;
	line-height: 20px;
	color: #68686A;
}

.submit {
	margin: 10px 0px 10px 10px;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

#selected_language
{
	margin:5px;
}

.languageCombo
{
	float:left;
	margin-right:5px;
}