/************************************************
 * classes for the default page
 */
.page_body {
	background-image:url(../layout/layout.bg.gif);
	background-color:#faf0e6;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#232323;
	font-size:11px;
}

.popup_image {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:473px;
	height:369px;
}

.div_header {
	position:absolute;
	top:0px;
	left:242px;
	width:520px;
	height:224px;
}

.div_header_top {
	position:absolute;
	top:0px;
	left:0px;
	width:359px;
	height:80px;
}

.div_header_top_img {
	margin-right:3px;
}

.div_header_left {
	position:absolute;
	top:0px;
	left:359px;
	width:160px;
	height:224px;
}

.div_header_left_img {
	margin-bottom:3px;
	z-index:5;
}

.div_header_left_bg {
	position:absolute;
	top:0px;
	left:359px;
	display:none;
	z-index:1;
}

.div_title {
	position:absolute;
	top:125px;
	left:0px;
}

.div_submenu {
	position:absolute;
	top:160px;
	left:0px;
	width:359px;
	font-size:11px;
	color:red;
	padding-left:1px;
	padding-right:1px;
}

#div_footer {
    text-align:center;
    margin-top:15px;
    padding:4px 0px;
    border-top:1px solid grey;
    color:grey;
}

.navlink:link {
	text-decoration:none;
	color:grey;
}

.navlink:hover {
	color:grey;
}

.navlink:active {
	text-decoration:none;
	color:grey;
}

.navlink:visited {
	text-decoration:none;
	color:grey;
}

.div_nav_path {
	position:absolute;
	top:95px;
	left:0px;
	width:352px;
	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-left:0px;
	border-right:0px;
	padding:1px 0px 1px 0px;
	border-style:dotted;
}

.navlink:link {
	text-decoration:none;
	color:grey;
}

.navlink:hover {
	color:grey;
}

.navlink:active {
	text-decoration:none;
	color:grey;
}

.navlink:visited {
	text-decoration:none;
	color:grey;
}

.div_navigation {
	position:absolute;
	top:0px;
	left:0px;
	width:162px;
}

.div_navigation_logo {
	position:absolute;
	background-color: #e72321;
	top:0px;
	left:68px;
	width:137px;
	height:145px;
}

.navigation_logo {
	position:absolute;
	left:19px;	
	top:18px;
}

.div_movie {
	position:absolute;
	top:0px;
	left:0px;
	width:68px;
	height:220px;
	z-index:15;
}

.div_shadow_bottom {
	width:162px;
	height:30px;
}

.div_weather {
    background-color:#faf0e6;
    background-image:none;
    width:162px;
    height:50px;
    padding-top:20px;
}

.div_menuwrap {
	position:absolute;
	top:145px;
	left:43px;
	width:142px;
	background-image:url(../layout/layout.navbg.gif);
}

.div_menu {
	margin-left:25px;
	width:142px;
}

.div_lang_menu {
    padding-top:20px;
	margin-left:25px;
	background-color: #e72321;
	width:137px;
	height:42px;
}

.lang_menu_link:link {
    color:#eeeeee;
    margin-bottom:10px;
    margin-top:10px;
    font-size:13px;
}

.lang_menu_link:active {
    color:#eeeeee;
    margin-bottom:10px;
    margin-top:10px;
    font-size:13px;
}

.lang_menu_link:visited {
    color:#eeeeee;
    margin-bottom:10px;
    margin-top:10px;
    font-size:13px;
}

.lang_menu_link:hover {
    color:white;
    margin-bottom:10px;
    margin-top:10px;
    font-size:13px;
}


.div_intro_top {
	position:absolute;
	top:20px;
	left:250px;
	width:520px;
	height:114px;
	text-align:center;
}

.div_intro_bottom {
	position:absolute;
	top:134px;
	left:250px;
	width:520px;
	height:315px;
	height:315px;
	text-align:center;
}

.linktotop {
	padding-bottom:1px;
}

.div_date {
    font-size:9px;
}
.div_content {
	position:absolute;
	top:224px;
	left:242px;
	width:520px;
}
/***********************************************/
