@import url("styles-default.css");
@import url("styles-pages.css");
@import url("FZ.css");

html { 
 height:100%;
 margin:0%;
 padding:0%;
}

body {
 background:#e6e7e8;
 color:#6e7072;
 font-family: Verdana, Arial;
 margin:0%;
 padding:0%;
 height:100%;
}

#container-stretch {
 position:relative;
 text-align:center;
 width:100%;
 top:0px;
 display:block;
}

#container-center {
 position:relative;
 margin:auto;
 width:680px;
}

#mainbox {
 position:relative;
 width:650px;
 padding:0px 15px 0px 15px;
 background: url("../images/shaddow-both.gif") repeat-y;
 text-align:left;
}

#box-header {
 position:relative;
 height:293px;
 background:#ffffff;
}

#mainbox-footer {
 position:relative;
 width:680px;
 height:35px;
 background: url("../images/shaddow-footer.gif") no-repeat;
 font-size:10px;
 padding:5px 0px 0px 0px;
 z-index:501;
 text-align:center;
 color:#C6C7C8;
}

#box-header-img {
 position:absolute;
 top:54px;
 left:0px;
 border-top:1px solid #a4a5a6;
 border-bottom:1px solid #a4a5a6;
 width:650px;
 height:206px;
}

#box-header-cut { 
 position:absolute; 
 width:57px; 
 height:12px; 
 top:54px; 
 left:503px; 
}

#box-header-logo { 
 position:absolute; 
 width:196px; 
 height:57px; 
 top:5px; 
 left:449px; 
}

#box-header-headline { 
 position:absolute; 
 width:640px;
 height:20px;
 top:35px;
 left:10px;
 color:#e6e7e8; 
 font-size:11px; 
 font-weight:bold;
 background:#ffffff;
}

#box-menu {
 position:absolute;
 width:640px;
 height:23px;
 top:262px;
 left:15px;
 border-bottom:1px solid #a4a5a6;
 text-align:right;
 padding:7px 10px 0px 0px;
 font-size:12px;
 color:#97c000;
 font-weight:bold;
 letter-spacing:1px;
 background:#ffffff;
}

#box-menu2 {
 position:absolute;
 width:630px;
 height:23px;
 top:240px;
 left:25px;
 color:#92aa51;
 font-size:10px;
 text-align:right;
 letter-spacing:1px;
 font-weight:normal;
}


#box-menu a:hover,
#box-menu a:visited,
#box-menu a:active,
#box-menu a:link {
 margin:0px 6px 0px 5px; 
 color:#b0b0b0;
}

#box-menu2 a:hover, 
#box-menu2 a:visited,
#box-menu2 a:active,
#box-menu2 a:link {
 margin:0px 6px 0px 5px; 
 color:#bbbbbb;
 font-weight:normal;
}

#box-menu a:hover,
#box-menu2 a:hover  {
 color:#accd33;
}

#box-content {
 position:relative;
 font-size:11px;
 line-height:18px;
 padding:14px 14px 40px 14px;
}

#box-content-text {
 width:419px;
}

#box-content a:hover {
 color:#accd33;
}

.box-line {
 border-bottom:1px solid #a4a5a6;
 height:0px;
 line-height:0px;
}

#box-content-bar {
 position:relative;
 margin:-14px 0px -44px 0px;
 padding:14px 10px 40px 10px;
 /* background:#e6e7e8; */
 width:170px;
 float:right;
 font-size:10px;
 line-height:16px;
 z-index:500;
}

input,
textarea,
select {
 border:1px solid #a4a5a6;
 font-size: 12px;
 padding:2px;
 letter-spacing:1px;
 color:#000000;
 background:#fbfbfb;
}
