@import url('/css/common.css');

body { margin:0; padding:0; background-color:#fff; text-align:center; }
.mainwrap { margin:0 auto; padding:0; width:785px; text-align:left; }

/*Header*/
.header { position:relative; height:140px; background:url('../layout/bg_header.jpg') no-repeat right center; }
.header .logo { position:absolute; left:10px; top:42px; }
.header .logo img { border:0; }
.header .language { position:absolute; right:10px; top:120px; }
.header .language ul { margin:0; padding:0; list-style:none; }
.header .language a { font-weight:bold; color:#000; text-decoration:none; font-size:11px; }

.horizontal { background-color:#eee; border-top:1px solid #283084; border-bottom:1px solid #88b500; }
.banners img { border:0; }

/*Columns*/
.contentareafront, .contentareasub { background:url('../layout/bg_contentareafront.jpg') no-repeat; min-height:310px; height:auto !important; height:310px; }
.contentareasub { background-image:url('../layout/bg_contentareasub.jpg'); }
.frontcolumn1 { width:170px; padding-top:13px; }
.frontcolumn2 { width:395px; padding:20px; }
.frontcolumn3 { width:160px; padding:20px 10px; }
.columnwide { width:575px; padding:20px; }

/*Navigation*/
.mainnavigation { font-size:11px; }
.mainnavigation ul { margin:0; padding:0; list-style:none; }
.mainnavigation ul li { text-align:right; }
.mainnavigation ul li a { display:block; padding:7px 5px 7px 0; font-weight:bold; color:#303788; text-decoration:none; min-height:10px; height:auto !important; height:10px; }
.mainnavigation ul li a.selectednavi { background-color:#303788; color:#fff; }
.mainnavigation ul ul { background-color:#f6f6f6; }
.mainnavigation ul ul li a { color:#adafb2; padding:5px 5px 5px 0; font-weight:normal; }
.mainnavigation ul ul li a.selectednavi { background-color:#adafb2; }

/*Footer*/
.footer { background:url('../layout/bg_footer.jpg') no-repeat; height:43px; }

.float_left { float:left; }
.clear { clear:both; }

/*News*/
.newsfront_news { font-size:11px; }
.newsfront_news .newsfront_news_time { color:#000; font-weight:bold; }
.newsfront_news .newsfront_news_title a { color:#000; font-weight:normal; text-decoration:none; }
.news_read_title { color:#303788; font-weight:bold; margin:5px 0; padding-bottom:5px; font-size:15px; }
.newsfront_news .newsfront_news_readmore { text-align:right; }
.newsfront_news .newsfront_news_readmore a, .news_read_archive a { color:#000; font-weight:normal; text-decoration:none; }

/*Feedback*/
.feedback table th, .feedback table td { vertical-align:top; }
.feedback table th { font-weight:normal; }
.feedback .simpleform_text, .feedback .simpleform_textarea { width:250px; }
.feedback .send { text-align:right; }
