/* LAYOUT -------------------------------------------------------------- */

html {
	
}

body {
	font-size: 12px;
	background-color:#fff;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	color:#333;
}

#bodyContainer {
  position:absolute;
  width:980px;
  left:50%;
  margin-left: -490px; /*set to a negative number 1/2 of your width*/
}

#lContainer {
  float:left;
  width:5px;
  height:650px;
  background:transparent url(img/left.png) no-repeat left top;
}

#rContainer {
  float:right;
  width:5px;
  height:650px;
  background:transparent url(img/right.png) no-repeat left top;
}

#mainContainer{
  float:left;
  width:970px;
  
}

#headerContainer {
  height:70px;
  padding:10px 0;   
}

#logoContainer {
  float:left;
  height:50px;
  margin-right:10px;
}

#topMenuContainer {
  float:left;
  height:50px;
  line-height:50px;
}

#topMenu {
  margin-top:10px;
}

.topMenuItem {
  margin:0 2px;
  width:100px;
  height:30px;
  line-height:30px;
  text-align:center;
  float:left;
  font-weight:bold;
  background:transparent url(img/tmback.png) no-repeat left top;
}
.topMenuItem a {
  text-decoration:none;
  color:#666;
}

.topMenuItemAct {
  margin:0 2px;
  width:100px;
  height:30px;
  line-height:30px;
  text-align:center;
  float:left;
  font-weight:bold;
  background:transparent url(img/tmbbackact.png) no-repeat left top;
}
.topMenuItemAct a {
  text-decoration:none;
  color:white;
}

#header2Container {
  background:transparent url(img/header2back.png) no-repeat left top;
  height:50px;
}

#langContainer {
  float:right;
  height:50px;
  line-height:50px;
  padding-right:20px;
}

#menuContainer {
  height:50px;
  line-height:50px;
  margin-left:20px;
}

#menu {
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu li {
  float:left;
  margin-right:20px;
  font-size:14px;
}
#menu li a {
  text-decoration:none;
  color:#666;
}
#menu li.act a {
  color:#cc3333;
}

#imageContainer {
  clear:both;
  height:152px;
  color:white;
}

#abstract {
  padding:95px 20px 0 240px;
  text-align:justify;
  font-size:11px;
}

#contentContainer {
  margin-left:220px;
  text-align:justify;
  line-height:140%;
}

#contentContainer a {
  color:#333;
}

#subMenuContainer {
  float:left;
  width:220px;
  background-color:#ebebeb;
}

#subMenuContainer a {
  text-decoration:none;
}

#subMenuContainer ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

#subMenuContainer li.level1 {
  padding:5px 10px;
  background-color:#757575;
  border-bottom:1px solid #ebebeb;
  text-transform:uppercase;
  color:whitesmoke;
  font-weight:bold;
}
#subMenuContainer li.level1 a {
  color:whitesmoke;
}

#subMenuContainer li.level2 {
  padding:5px 10px 5px 15px;
  background-color:#ebebeb;
}
#subMenuContainer li.level2 a {
  color:#666;
  font-weight:bold;
}

#subMenuContainer li.level3 {
  padding:3px 10px 3px 25px;
  font-size:11px;
}

#printContainer {
  float:right;
  padding:10px 15px;
  font-size:11px;
}
#printContainer a {
  color:#666;
  text-decoration:none;
  padding:0px 1px;
}

#roadContainer {
  padding:10px;
  font-size:11px;
  color:#666;
}

#roadContainer a {
  color:#666;
}

#contentRight {
  width:220px;
  float:right;
  padding:10px;
  margin:0 10px 10px 10px;
  background-color:whitesmoke;
  border:1px dotted #ccc;
}

#titleContainer {
  padding:0 10px;
}

#contentWide {
  padding:0 10px;
}

#contentNarrow {
  margin-right:250px;
  padding:0 10px;
}

#copyRight {
  clear:both;
  text-align:center;
  font-size:11px;
  color:#666;
}

#footer {
  clear:both;
}

/* LAYOUT -------------------------------------------------------------- */

/* TEXT FORMAT -------------------------------------------------------------- */

a {
  color:#336699;
}

h1 {
  font-size:18px;
  margin:0 0 20px 0;
  font-weight:normal;
}

h2 {
  font-size:14px;
  margin:0 0 10px 0;
  font-weight:normal;
}

p {
  margin:5px 0;
}

.contenttable {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  background-color:white;
  border-collapse:collapse;
}
.contenttable td, th{
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  padding:3px;
}
.contenttable tr:nth-child(2n+1) {
  background-color:#f1f1f1;
} 
.contenttable th{
  background-color:#ccc;
  color:#333;
  white-space:nowrap;
}
.contenttable td.evenRow{
  background-color:#f1f1f1;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.align-center {
  text-align:center;
}

/* TEXT FORMAT -------------------------------------------------------------- */

/* POWERMAIL ---------------------------------------------------------------- */

fieldset.tx-powermail-pi1_fieldset {
  /* Disable border */
  border: none;
}

fieldset.tx-powermail-pi1_fieldset label {
  /* Style labels */
  display: block;
  width: 150px;
  float: left;
  clear: both;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea  {
  /* Style input fields */
  width: 260px;
  margin-left: 10px;
}

div.tx_powermail_pi1_fieldwrap_html {
  /* Increase margin between every field */
  margin: 10px 0;
}
span.powermail_mandatory {
  margin:0 5px;
  color:red;
  font-weight:bold;
}
img.tx-srfreecap-pi2-image {
  margin-left:160px;
}
span.tx-srfreecap-pi2-cant-read {
  clear:left;
  margin-left:160px;
}
div.tx_powermail_pi1_fieldwrap_html_submit {
  padding-left:150px;
}

input.validation-failed,
textarea.validation-failed {
	border:1px solid red;
	background-image: url(img/error.png);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 160px;
	font-size:11px;
}

/* POWERMAIL ---------------------------------------------------------------- */
