/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* { font-family:Arial, Verdana, sans-serif; font-size:14px; margin: 0; padding: 0;
  -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0;  }

html { height:100%; }
body {
	margin:0;
	padding:0;
	height:100%;
}
img {
	margin:0;
	padding:0;
}

p { line-height:20px; margin-bottom:10px; }

/***********************************************/
/* Body Divs                                 */
/***********************************************/

#total_wrapper {
	display:block;
	position:absolute;
	width:100%;
	margin:0 auto;
}
#header {
	display:block;
	position:relative;
	width:1005px;
	height:90px;
	margin:10px auto;
	background:#47acb6;
}
#search_lang {
	display:block;
	position:relative;
	z-index:8000;
	left:789px;	
	width:206px;
	height:60px;
	color:#84dde6;
	text-align:right;
	background:#47acb6;
}
#top_menu {
	width:1005px;
	margin:0 auto;
	padding:0px;
}
#top_menu_sub {
	display:none;
	position:absolute;
	width:157px;
	margin-left:621px;
	margin-top:38px;
	padding:0px;
	z-index:9992000;
}
*:first-child+html #top_menu_sub { /* IE 7 */
	position:absolute; margin-left:-149px; margin-top:38px; } 
* html #top_menu_sub { /* IE 6 */
	position:absolute; margin-left:-149px; margin-top:38px; } 

#top_border {
	width:1005px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
#wrapper {
	display:block;
	position:relative;
	width:1005px;
	margin:0px auto;
	background:url(/images/bg_blue_shad.jpg) top center repeat-y;
}
#main_wrapper {
	width:985px;
	margin:0 auto;
	background:#eea416;
}
#content_wrapper {
	width:975px;
	margin:0px 5px;
	background:#FFF;
}
#middle_border {
	width:1005px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
#bottom_content {
	display:block;
	position:relative;
	width:1005px;
	margin:0 auto;
	padding:20px 35px;
	background:url(/images/yellow_bg.png) top center repeat-y;
	text-align:left;
	z-index:1000;
}
*:first-child+html #bottom_content { text-align:center; width:935px; } /* IE 7 */
*:first-child+html #bottom_content table { text-align:left;  } /* IE 7 */
* html #bottom_content { text-align:center; width:935px; } /* IE 6 */
* html #bottom_content table { text-align:left;  }  /* IE 6 */

#bottom_border {
	width:1005px;
	margin:0 auto;
	margin-bottom:15px;
	padding:0px;
	text-align:center;
}
#footer_content {
	width:1005px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#inside_yellow_border {
	width:975px;
	margin-top:-18px;
	background:#eea416; /* #eea416 */
}
#inside_white_border {
	width:975px;
	margin-left:-5px;
	background:#FFF;
}
#outside_yellow_border {
	width:1005px;
	margin:0 auto;
	background:#eea416;
	background:url(/images/yellow_bg.png) top center repeat-y;
}
#content_frame {
	display:none;
	overflow:auto;
	width:985px; 
	height:700px;
	margin-left:0px;
}
* html #content_frame { width:975px;  } /* IE 6 */

#homepage_content_frame {
	display:block;
	position:relative;
	width:965px; 
	margin-left:0px;
	padding-top:15px;
	background:#FFF url(../images/twiboo_vogel.jpg) bottom right no-repeat;
}

