html {
  font: normal 11pt Helvetica;
  float: none;
  color: #4C4A4C;
  height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: red;*/
	background-color: #EEEBE1;
	background-image: url(../layout/body_bg.gif);
	background-repeat:  repeat-x;
	height:100%;
}

a {
  color: #996633;
  text-decoration: none;
  outline: none;
}

a.hover{
  color: #CC6600;
}

li{
  list-style: none;
}

ul{
	padding: 0;
	margin: 0;
}

h1,h2,h3 {
  display: block;
  color: #303030;
}

h1 {
  font: bold 1.2em Helvetica;
}

h2 {
    font: bold 1.1em Helvetica;
}

h3{
    font: normal 1.1em Helvetica;
}
p{
	text-align: justify;
	margin: 0;
}

img{
	border: 0;
}

fieldset{
	border: 0;
}

#clear{
	clear: both;
}

/*=================== LANGUAGE SELECTOR ========================*/

#lang_selector{
	position: fixed;
	top: 20px;
	left: 20px;
	height: 76px;
	width: 33px;
	border: 2px solid #F7F7F2;
}

#lang_flag{
	margin: 1px 4px;
}


/*=================== CONTENT ========================*/

#container {
	width: 1012px;
	min-height:100%;
	margin-bottom:-48px;
	/*background-color: #EEEBE1;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0 12px;
}

#foot_container{
	width: 1012px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
}

* html #container{
	height:100%;
}

#header_container{
	height: 210px;
	width: 1012 px;
	margin-bottom: 12px;
}

#header_image{
	height: 170px;
	width: 1012px;
	z-index: 9;
	position:absolute;
	top: 0;
}
	
#header_flash{
	z-index: 10;
}

#header_left {
  float: left;
  height: 170px;
  width: 780px;
  /*margin-right: 12px;
  background: url(../images/header_img_left.jpg) no-repeat;*/
}

#header_separator{
	float: left;
	height: 170px;
	width: 12px;
	z-index: 11;
	background-color: #EEEBE1;
	background-image: url(../layout/body_bg.gif);
	background-repeat:  repeat-x;
}

#main_navi_left{
	float: left;
	height: 40px;
	width: 780px;
	margin-right: 12px;
	background: url(../layout/bg_main_navi_left.gif) no-repeat;
}

#main_navi_right{
	float: right;
	height: 40px;
	width: 220px;
	background: url(../layout/bg_main_navi_right.gif) no-repeat;
}

#header_right {
  float: left;
  height: 170px;
  width: 220px;
  /*background: url(../images/header_img_right.jpg) no-repeat;*/
}

/* main_navigation */
#main_navigation {
  	padding-top: 0px;
  	width: 780px;
  	height: 40px;
  	font-size: 1em;
  	font-weight: normal;
}
#main_navigation a {
	border-right: 1px solid #AFBEC7;
	color: #303030;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}
#main_navigation a:hover {
  border-top: 4px solid #996633;
  border-bottom: 4px solid transparent;
  line-height: 32px;
  /*background: #F0F0EB;*/
  color: #223344;
}
#main_navigation a:active{
	border-top: 4px solid #663300;
}


/* content */
#content_container{
}

#main_content_top{
	float: left;
	width: 780px;
	height: 14px;
	background-image: url(../layout/main_cont_top.gif);
	background-repeat: no-repeat;
}

#main_content {
  width: 780px;
  float: left;
  background-color: #FAFAFA;
  padding-bottom: 12px;
}

#main_content_bottom{
	float: left;
	width: 780px;
	height: 14px;
	background-image: url(../layout/main_cont_bottom.gif);
	background-repeat: no-repeat;
}

#content_row{
	margin: 12px;
	height: 180px;
}

#content_column{
}

#content_column_left{
	width: 344px;
	height: auto;
	float: left;
}

#content_column_right{
	width: 436px;
	height: auto;
	float: right;
}

#image_left{
	float: left;
	margin: 0 12px 6px 0;
	border-top: #efefef 2px solid;
	background: url(../layout/imageshadow334px.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
}

#image_right{
	float: right;
	margin: 0 0 6px 12px;
	border-top: #efefef 2px solid;
	background: url(../layout/imageshadow209px.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
}

#image_box{
	width: 320px;
	float: left;
	margin: 0 12px 6px 0;
	border-top: #efefef 2px solid;
	background: url(../layout/imageshadow334px.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
}


#sub_navigation_top{
	float: right;
	width: 220px;
	height: 14px;
	background-image: url(../layout/sub_nav_top.gif);
	background-repeat: no-repeat;
}

/* sub_navigation */
#sub_navigation {
  width: 220px;
  float: right;
  background-color: #F7F7F2;
  padding-bottom: 12px;  
}

#main_item a{
    font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 95%;
}

#sub_navigation_bottom{
	float: right;
	width: 220px;
	height: 14px;
	background-image: url(../layout/sub_nav_bottom.gif);
	background-repeat: no-repeat;
}

#sub_navigation ul {
}
#sub_navigation li {
  border-bottom: 1px solid #EAEADA;
  /*background-color: #F7F7F2;*/
}

#sub_navigation li a {
	font-size: 1em;
	color: #555544;
	display: block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	width: 95%;
}

#sub_navigation li a:hover {
	border-left: 4px solid #996633;
	padding-left: 8px;
	color: #665544;	
}

#sub_navigation li a:active {
	border-left: 4px solid #663300;
}


/*footer*/
#footer {
	height:36px;
	width: 1012px;
	padding: 0 12px;
	margin-top: 12px;
  	background-image: url(../layout/bg_footer.gif);
	background-repeat: no-repeat;
}

#clearfooter{
	clear:both;
	height:48px;
}

/*=================== OFFER AND SPECIAL AREA NAVIGATION ========================*/
#offer_overlay{
    clear: both;
    width: 208px;
    height: 158px;
	text-align: justify;
	padding: 6px;
	background-color: #FFCB30;
}

#offer_headline{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px dotted;
}

#offer_text{
	font-size: 1em;
	font-weight: normal;
	margin: 6px 0; 
}

#offer_info{
	font-size: 0.7em;
	font-style: italic;
}

#offer_navigation{
  padding-top: 0px;
  width: 220px;
  height: 40px;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}

#offer_navigation a {
	color: #303030;
	line-height: 40px;
	text-decoration: none;
	display: block;
	float: center;
	text-decoration: none;
}
#offer_navigation a:hover {
  border-top: 4px solid #996633;
  border-bottom: 4px solid transparent;
  line-height: 32px;
  color: #223344;
}

/*box styles for forms*/
#form_box {
	float: left;
	width: 324px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 12px 0;
	margin-left: 4px;
	/*margin-top: 10px;
	margin-bottom: 2px;*/
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 140px;
}

#result_container{
    float: left;
	padding: 6px;
	margin-bottom: 12px;
	width: 398px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
    font-size: 0.8em;
	text-align: left;
    background-color: #f8f8f8;
}

#faq_headline{
	padding: 1em 0 0.2em 1em;
	font-weight:bold;
}

#faq_container{
	padding: 0.3em;
	margin: 0.4em 2em 1.2em 1.2em;
	/*border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;*/
    font-size: 1em;
	font-weight:normal;
	text-align:justify;
    background-color: #EEEBE1;
}

#faq_container h3{
	margin: 0px;
	padding: 0 0 0.5em 0;
}


#thumbnail{
	float: left;
	width: 124px;
	height:70px;
	margin-right: 12px;
	border-top: #efefef 2px solid;
	/*border: 1px solid #E0E0E0;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	padding: 2px;*/
	background: url(../layout/imageshadow138px.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
}

#tablecell_big{
	float:left;
	width:225px;
	height:45px;
	padding: 2px;
	margin: 1px;
	font-weight:bold;
	background-color:#F7F7F2;
	
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
}

#tablecell_big p{
	font-weight:normal;
	font-size: 0.7em;
}

#tablecell_normal{
	text-align:center;
	float:left;
	width:142px;
	height:45px;
	padding: 2px;
	margin: 1px;
	font-weight:bold;
	background-color:#EAE7DB;
	
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
}

#tablecell_normal p{
	text-align:center;
	font-weight:normal;
	font-size: 0.7em;
}

#tablecell_small{
	text-align:center;
	float:left;
	width:60px;
	height:45px;
	padding: 2px;
	margin: 1px;
	font-weight:bold;
	background-color:#EAE7DB;
	
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
}

#tablecell_small p{
	text-align:center;
	font-weight:normal;
	font-size: 0.7em;
}

#minitext{
	text-align:left;
	font-weight:normal;
	font-size:0.7em;
}
