body {
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  width:100%;
}



a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


#container{
  position:relative;
  top: 100px;
  margin-left: auto;
  margin-right:auto;
	width:500px;
	height:368px;
  padding:0px;
}

#contact_qr{
  padding-top:1px;
  text-align: center;
  position:relative;
  width: 170px;
  height: 170px;
  margin-top:-138px;
  margin-left:240px;
	background: #fff url("../images/contact_qr.png") top left repeat-y;
  z-index:2;
}

#tablesurface{
	padding-top:0px;
	margin-top:0px;
	width:496px;
	height:156px;
	background: #fff url("../images/sitweb_eu_startpage.png") top left repeat-y;
	z-index:6;
	position:relative;
}

#tablesurface table {
  margin-top: -8px;
  margin-left: 5px;
}

#welcome{
	width:300px;
	height:100px;
	margin-left:260px;
	padding-top:20px;
	color: #00005b;
}

#toprow{
	width:500px;
	height:105px;
	padding:0px;
	color:#ff2255;
	padding-left:16px;
}
#bottomrow{
	margin-top:-2px;
	width:500px;
	height:95px;
	padding:0px;
	color:#00005b;
	padding-left:16px;
	z-index:4;
	position:relative;
}

#chairtop1, #chairtop2, #chairtop3, #chairtop4, #chairtop5{
	float:left;
	margin-left:2px;
        padding:0px;
	position:relative;
	background: #fff url("../images/sitweb_eu_chairtop.png") top left repeat-x;
	text-align:center;
	color:#00005b;
	padding-bottom:4px;
	display:none;
}

#chairbottom1, #chairbottom2, #chairbottom3, #chairbottom4, #chairbottom5 {
	width:90px;
	height:100px;
	float:left;
	margin-left:2px;
	position:relative;
	z-index:3;
	background: #fff url("../images/sitweb_eu_chairbottom.png") top left repeat-y;
	text-align:center;
	color:#00005b;
	display:none;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
