/**************************
* General Settings Summer *
**************************/
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	text-align: left;
	height: 101%;
	background-image: url(../images/winter_body_bg.gif);
}

a {
	color: #282c2d;
	text-decoration: underline;
}

a:hover {
	color: #282c2d;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.infonavi_fix {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 364px;
	height: 20px;
	width: 10px;
	background-color: #84a2ba;
}

.layout5 {
	margin-top: 10px;
}

.layout2 {
	color: #566175;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.input_text {
	width: 130px;
	color: #959597;
	margin-top: 5px;
}

.input_warning {
  color:#cc0000;
}

.lilfix {
	margin-top: -25px;
}


/****************
* Layout Summer *
****************/
#main_wrap {
	width: 100%;
	height: 1000px;
	background-image: url(../images/winter_main_wrap_bg.gif);
	background-repeat: repeat-x;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -485px;
	margin-top: 20px;
	width: 970px;
}

#top {
	height: 20px;
	width: 100%;
}

#season_navi {
	width: 200px;
	float: left;
	margin-left: 50px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #abbabf;
}

#season_navi a {
	color: #eae1c0;
	text-decoration: none;
}

#season_navi a:hover {
	color: #eae1c0;
	text-decoration: underline;
}

#season_navi img {
	margin-bottom: -2px;
}

#info_navi {
	height: 100%;
	width: 225px;
	float: right;
}

#language_navi {
	height: 100%;
	width: 100px;
	float: right;
}

#header {
	width: 970px;
	height: 212px;
	background-image: url(../images/winter_header_bg.jpg);
}

#middle {
	width: 100%;
	min-height: 600px;
	background-image: url(../images/middle_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#middle_left {
	float: left;
	width: 240px;
}

#middle_right {
	float: right;
	width: 730px;
}

#navi {
	height: 28px;
	width: 727px;
	background-image: url(../images/navi_bg.jpg);
}

#content1_2 {
	float: left;
	width: 480px;
	padding-left: 20px;
}

#content2_2 {
	margin-top: 20px;
	float: right; 
	width: 200px;
}

#content1_1 {
	width: 690px;
	padding-left: 20px;
}

#footer {
	width: 970px;
	height: 150px;
	background-image: url(../images/footer_bg.gif);
}

#support_spacer {
	width: 260px;
	height: 110px;
	float: left;
}

#support {
	float: left;
	height: 110px;
	width: 500px;
}

#footer_contact {
	width: 950px;
	height: 50px;
	text-align: center;
	margin-bottom: -10px;
}

#footer_contact a{
	color: #676767;
	text-decoration: underline;
}

#footer_contact a:hover {
	color: #676767;
	text-decoration: underline;
}

#meta_navi {
	width: 600px;
	padding-left: 350px;
	text-align: center;
	padding-top: 5px;
}

#meta_navi a {
	padding: 5px;
	color: #eae1c0;
	text-decoration: underline;
}

#meta_navi a:hover {
	padding: 5px;
	color: #eae1c0;
	text-decoration: underline;
}


#sub_navi {
	width: 240px;
	margin-top: 28px;
	background-image: url(../images/subnavi_bg.gif);
}

#support_icon {
	width: 480px;
	height: 20px;
	border-bottom: 1px solid #dfdfdf;
}

#support_icon_back {
	float: left;
	width: 216px;
	height: 20px;
	background-image: url(../images/icon_back.gif);
	background-repeat: no-repeat;
}

#support_icon_print {
	float: left;
	width: 30px;
	height: 20px;
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
}

#support_icon_pdf {
	float: left;
	width: 220px;
	height: 20px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
}

#support_icon_top {
	float: left;
	height: 20px;
	width: 14px;
	background-image: url(../images/icon_top.gif);
	background-repeat: no-repeat;
}

#support_label_back {
	float: left;
	width: 120px;
}

#support_label_print {
	float: left;
	width: 113px;
	padding-right: 7px;
	text-align: right;
}

#support_label_pdf {
	float: left;
	width: 113px;
	padding-left: 7px;
}

#support_label_top {
	float: left;
	width: 120px;
	text-align: right;
}

#support_label div a {
	color: #282c2d;
	text-decoration: underline;
}

#support_label div a:hover {
	color: #282c2d;
	text-decoration: underline;
}

#newsletter {
	margin-left: 30px;
	margin-top: 30px;
	color: #7f847e;
	font-size: 12px;
	font-weight: bold;
}

#weather {
	margin-left: 30px;
	margin-top: 30px;
}

#weather .foo {
	color: #7f847e;
	font-size: 12px;
	font-weight: bold;
}

#copyright {
	width: 950px;
	text-align: center;
	color: #eae1c0;
	margin-top: 5px;
	font-size: 10px;
}

#copyright a {
	color: #eae1c0;
	text-decoration: none;
}

#copyright a:hover {
	color: #eae1c0;
	text-decoration: underline;
}

#contentbox {
	margin-top: 10px;
	padding: 10px; 
	width: 178px;
	background-color: #f2ecd6;
}

#font_resize {
	position: absolute; 
	left: 50%;
	margin-left: 285px;
	top: 290px;
	color: #282c2f;
}

#font_resize a {
	color: #282c2f;
	text-decoration: none;
}

/*******
* News *
*******/
.news-latest-left {
	float: left;
	width: 150px;
}

.news-latest-right {
	float: left;
	width: 330px;
}

.news-latest-item {
	height: 150px;
}

.news-latest-date {
	color: #8e8e8e;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-latest-morelink {
	padding-top: 5px;
}

.news-single-left {
	float: left;
	width: 325px;
	padding-right: 5px;
}

.news-single-right {
	float: left;
	width: 150px;
}

.news-single-date {
	color: #8e8e8e;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content3 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}


.tx-mvyahooweather-pi1 {
	width: 170px;
	text-align: center;
}

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	}
	
h2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	}
	
h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	}