@charset "utf-8";
@import url(bg.css);
@import url(tab.css);
@import url(menu.css);
*{
margin:0px;
padding:0px;
font-size:14px;
line-height:1.5em;
}
body{
font-family:Tahoma,Verdana,Segoe,sans-serif;
font-weight:normal;
font-size:14px;
line-height:1.5em;
}
img{
border:0;
}
#wrapper{
width:870px;
margin:0 auto;
}
#header{
width:870px;
height:140px;
background-image:url("../images/header_base.jpg");
background-repeat:no-repeat;
background-position:center top;
}
#headnavigation{
width:860px;
height:21px;
margin:0px 5px;
padding-top:6px;
float:right;
display:inline;
position:relative;
text-align:right;
}
#headnavigation a{
/*float:right;*/
padding-left:12px;
color:#000000;
font-size:12px;
text-decoration:none;
background-image:url("../images/icon_right.gif");
background-repeat:no-repeat;
background-position:0 -23px;
}
#headnavigation a:hover{
font-size:12px;
color:#AAAAAA;
text-decoration:underline;
background-image:url("../images/icon_right.gif");
background-repeat:no-repeat;
background-position:0px -2px;
}
#tabspace{
width:870px;
height:50px;
background-image:url("../images/bg_tab.jpg");
background-repeat:no-repeat;
background-position:center bottom;
}
#faux{
width:870px;
overflow:auto;
}
#menucolumn{
width:155px;
height:468px;
padding-top:25px;
float:left;
display:inline;
overflow: hidden;
}
#pagecolumn{
width:705px;
min-height:375px;
padding-right:10px;
float:right;
display:inline;
position:relative;
}
#fauxfootnavi{
width:665px;
margin:0px 30px 0px 20px;
padding-top:10px;
text-align:right;
float:right;
display:inline;
position:relative;
border-top:1px solid #CCCCCC;
}
.footnavileft{
float:left;
display: inline;
}
.footnavileft a{
padding-left:13px;
color:#000000;
font-size:12px;
text-decoration:none;
background-image:url("../images/icon_left.gif");
background-repeat:no-repeat;
background-position:left -23px;
}
.footnavileft a:hover{
color:#CCCCCC;
text-decoration:underline;
background-position:left -2px;
}
.footnavitop{
float:right;
display:inline;
}
.footnavitop a{
padding-right:13px;
color:#000000;
font-size:12px;
text-decoration:none;
background-image:url("../images/icon_top.gif");
background-repeat:no-repeat;
background-position:right -23px;
}
.footnavitop a:hover{
color:#CCCCCC;
text-decoration:underline;
background-position:right -2px;
}
.clear{
clear:both;
background:none;
}
#fauxfoot{
width:870px;
height:20px;
}
#footer{
width:870px;
height:25px;
margin-top:7px;
padding-bottom:10px;
font-size:0.8em;
text-align:center;
}
#footer a{
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}
#footer a:hover{
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:underline;
}