/* MAIN ELEMENTS */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #a3a3a3;
  color: #000000;
  font-family: Arial, Helvetica; 
  font-size: .8em;
  line-height: 2em;
}

/* CONTAINER for centering */
#container {
  width: 960px;
  margin: 0 auto 0 auto;
  background: #535353;
}

/* HEADER */
#header {
  background: url(../templates/img/header.png) no-repeat;
  width: 960px;
  height: 150px;
}

/* TOPMENU */
#topmenu {
  position: relative;
  background: #ffffff url(../templates/img/topmenu_bg.png) repeat-y;
  width: 960px;
  height: 25px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

#topmenu_items {
  float: right;
}

.topmenu_item {
  float: left;
  width: 90px;
  height: 25px;
  line-height: 22px;
  background: none;
  border-left: 1px solid #ffffff;
  text-align: center;
}

/* MAIN AREA with menu and content */ 
#main {
  position: relative;
  width: 100%;
  background: #ffffff url(../templates/img/hv/menu_bg.jpg) repeat-y left;
}

/* LEFTMENU */
#leftmenu {
  float: left;
  background: #dfdfdf;
  width: 200px;
  padding-top: 0px;
}

.leftmenu_item_1,
.leftmenu_item_act_1,
.leftmenu_item_2,
.leftmenu_item_act_2,
.leftmenu_item_3,
.leftmenu_item_act_3 {
  background: none;
  width: 180px;
  height: 20px;
  margin: 0 0 0 10px;
}

.leftmenu_item_sub,
.leftmenu_item_sub_act {
  background: none;
  width: 160px;
  height: 20px;
  margin: 0 0 0 30px;;
}

#leftmenu_img {
  position: absolute;
/*  background: #ffff00 url(../templates/img/menu_img.png) no-repeat; */
background: transparent;
  width: 200px;
  height: 227px;
  bottom: 0px;
}

/* CONTENT */
#content {
  float: left;
  background: #ffffff;
  width: 680px;
  margin: 24px 0px 40px 40px;

  
}

/* CLEANER */
.cleaner {
  clear: both;
  font-size: 1px;
  height: 1px;
}



/* CONTENT */
#content li {
margin: 0 0 0 30px;
}

#content h1 {
font-size: 1.2em;
}

#content .csc-firstHeader {
font-size: 1.4em;
}

#content p.bodytext {
margin: 5px 0 10px 0;
}

#captcha {
clear:both;
width:485px;
margin-left:80px;
padding-top:20px;
line-height:16px;
}

#captcha_left {
width:200px;
float:left;
}

#captcha_bottom {
clear:both;
font-size:14px;
}

#tx_pilmailform_pi1_captcha_response {
border: none;
background: #e2e2e2;
height: 20px;
width: 11em;
}
