body {
  background: #d0cfcb;
  margin: 0px;
  padding : 0px;
}

body, td, p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #625e51;
  text-align: justify;
}

table#tablehead {
  height: 100%;
  width: 100%;
}

td#wrapper {
  vertical-align: middle;
  text-align: center;
}

div#frame {
  padding : 0px;
  margin: 20px 0px;
}

div#frametop {
	width: 720px;
	height: 40px;
	margin: auto;
	margin-top : 0px;
	border: 1px solid white;
	border-bottom: none;
}

div#rightLineTop {
	position : relative;
	left: 50%;
	top : 22px;
	width : 50%;
	z-index : 0;
	border-bottom : 1px solid white;
	margin : 0px;
}

div#frametopline {
	height: 20px;
	margin-left: 193px;
	margin-top: 20px;
	border: 1px solid white;
	border-bottom: none;
	border-right: none;
}

div#framesbottom {
	width: 720px;
	height: 60px;
	margin: auto;
	margin-bottom : 0px;
}

div#framebottom {
	width: 720px;
	height: 40px;
	border: 1px solid white;
	border-top: none;
}

div#rightLineBottom {
	position : relative;
	top : 1px !important;
	top : -4px;
	left : 50%;
	width : 50%;
	border-top: 1px solid white;
}

div#framebottomline {
	height: 18px;
	margin-left : 193px;
	margin-top : -42px;
	border: 1px solid white;
	border-top: none;
	border-right: none;
	padding-top: 44px;
	padding-left: 4px;
	text-align: left;
	color: white;
}

div#whitebox {
  background: white;
}

div#mainbox {
  margin: auto;
  width: 720px;
  border-left: 1px solid #d0cfcb;
  border-right: 1px solid #d0cfcb;
  padding-bottom: 10px;
  padding-top : 30px;
}
div#logobox {
  text-align: left;
  padding-left : 30px;
  padding-top : 10px;
  padding-bottom: 10px;
  opacity : 0;
}

div#languageselection {
  text-align : right;
  padding-right : 20px;
  font-family : arial, sans-serif;
  font-size : 12px;
  color : #d0cfcb;
  font-weight : bold;
}

div#languageselection a {
  border : none;
  margin-left : 15px;
  padding-left : 15px; 
  background : url(arrow.png) left center no-repeat;

}

div#languageselection img{
  border : none;
}

div#line {
  border : 1px solid white;
  padding : 40px 60px 60px 60px;

}

div#europe{
  padding-top : 3px;
}

.slogan {
  float : left;
  margin : 10px 5px;
}

.slogan2 {
  float : right;
  margin : 10px 5px;
}

div#menubox {
  width: 180px !important;
  width : 190px;
  text-align: right;
  padding-right: 10px;
  float: left;
  margin-top: -3px;
}

div#textbox {
  width: 500px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -3px;
}

td.contentheading, .componentheading {
	font-size: 14px;
	color: #cd823d;
	text-align: left;
}

.small, .createdate, .modifydate{
	font-size: 10px;
	color: #625e51;
}

a {
	color: #cd823d;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel {
	font-size: 12px;
	font-weight: bold;
	color: #726e63;
	padding: 3px;
	text-align: right;
	display: block;
}

a.mainlevel:hover {
	color: #cd823d;
}

a#active_menu {
	color: #cd823d;
}

a.pi {
  color : white;
  font-weight : normal;
}

a.pi:hover {
  color : #768bbf;
}

