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

body { margin:0; padding:0; background:url('../layout/bg_body.jpg') repeat-x #c3c0c0; text-align:center; }
.mainwrap { width:838px; margin:0 auto; text-align:left; background:url('../layout/bg_mainwrap.gif') repeat-y; }
.subwrap { background:url('../layout/bg_subwrap.gif') no-repeat; padding:0 4px; }
.bottomshadow { background:url('../layout/bg_footer.jpg') no-repeat; height:6px; line-height:0; font-size:0; }

.header { background:url('../layout/bg_header.jpg') no-repeat; height:54px; }
.header a { position:relative; left:108px; top:6px; }
.header img { border:0; }

.banner { border-top:3px solid #9b9c9e; line-height:0; }

.mainnavigation { background:url('../layout/bg_mainnavigation.gif') repeat-x; height:45px; }
.mainnavigation ul { margin:0; padding:3px 0 0 0; list-style:none; }
.mainnavigation ul li { float:left; margin-left:40px; padding-top:10px; }
.mainnavigation ul li.selectednavi { background:url('../layout/bg_selectednavi.gif') no-repeat top center; }
.mainnavigation ul li.selectednavi a { color:#fff; }
.mainnavigation ul li a { color:#de992d; text-decoration:none; }

.subnavigation ul { margin:0; padding:0; list-style:none; }
.subnavigation ul li { background:url('../layout/bg_subnavigation_arrow.gif') no-repeat 0 4px; padding-left:10px; margin-bottom:10px; }
.subnavigation ul li a { text-decoration:none; color:#000; }

.contentarea { min-height:300px; height:auto !important; height:300px; }
.subnavigation { width:180px; float:left; padding:25px 20px 25px 60px; }
.content { width:460px; float:left; padding:25px 0; }
.subcontent { width:460px; float:left; margin:25px 0; border-left:2px solid #e5ad14; padding-left:30px; }
.clear { clear:both; }

.footer { background:url('../layout/bg_footer.gif') repeat-x; height:24px; color:#de992d; text-align:center; padding-top:6px; position:relative; }
.footer a.copyright { position:absolute; left:10px; top:8px; z-index:2; color:#7f8082; text-decoration:none; }
.footer a.villivisio { position:absolute; right:10px; top:8px; z-index:3; }
.footer img { border:0; }

.errors { color:#ff0000; }
