@charset "utf-8";
body {
    behavior: url("/htc/csshover.htc");
    background-image:url('/images/bg.png');
    background-repeat: repeat-x;
    text-align:center;
    _margin: 0px;
    font-family: arial;
}

iv{border : solid 1px #f00;}

.hide {
    display: none;
}

.logobox {
    display:block;
    height:100%;
    width:100%;
    position:absolute;
}

h1 {
    font-size:18px;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 15px;
}

h3 {
    padding-left:10px;
    margin-bottom:-20px;
}

ul {
    list-style: square outside url('/images/right-arrow.a.gif');
}


#header {
    top: 0px;
    position: absolute;
    width: 965px;
    z-index=100;
    margin: 8px 0px 0px 14px;
    *margin-left:0px; //ie <= 7
    _margin-left:0px; //ie <= 6
}

#wrapper {
    width: 989px;
    text-align: left;
    font-size:12px;
    margin:0 auto;
}

#menuwrapper {
    position: relative;
    right: 1px;
}

#left {
    width: 14px;
    text-align: left;
    float: left;
    background-image: url('/images/lbg.png');
    background-repeat: no-repeat;
    min-height: 900px;
    _height: 900px;
    position:relative;
    right:1px;
}

#right {
    width: 14px;
    text-align: left;
    float: right;
    background-image: url('/images/rbg1.png');
    background-repeat: no-repeat;
    min-height: 900px;
    _height: 900px;
    position:relative;
    right: 6px;
}

#top {
    width:969px;
    height: 119px;
}

#logo {
    background-image:url('/images/logo.png');
    background-repeat:no-repeat;
    float: left;
    position:relative;
    width:250px;
    height:116px;
}

#topright {
    text-align:right;
    float:right;
    width:250px;
    position:absolute;
    left:705px;
}

#menu {
    position:relative;
    left:100px;
}

#content {
    position: absolute;
    top: 225px;
    width: 965px;
     z-index=0;
    *margin-left:-14px;
    _margin-left:-27px;
/*    padding-left:14px;
*/
}

#content_left {
    *float:left;
    *min-height: 600px;
    z-index=100;
}


#content_right {
    *float:right;
    _float:none;
    left:3px;
    *left:2px;
    _left:711px;
    position:relative;
    _position:absolute;
    *min-height:600px;
}

#photo {
   width:680px;
   height:220px;
   float:left;
   position:relative;
   margin:0 0 0px 13px;
   border-right: 2px solid #5356a7;
   z-index: 1;
}

#photo ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:0;
    margin-top:0;
    padding-left:0;
}

#photo ul li {
    *left:-40px;
    *top:2px;
    *height:219px;
    *position:relative;
    z-index: 0;
}


#news {
    width:250px;
    float:right;
    position:relative;
    width:267px;
    height:216px;
    margin:4px 0px 0px 0;
    background-color:#e9e9e9;
    overflow-x:hidden; 
    overflow-y:scroll;
}

#text {
    width:630px;
    min-height:580px;
    float:left;
    position:relative;
    margin:0px 0 0 13px;
    padding: 20px 25px 20px 25px;
    background-image: url('/images/bglogo2.png');
    background-repeat:no-repeat;
    background-position: center;
}

#sidebar {
    width:250px;
    float:right;
    position:relative;
    word-wrap: break-word;
    margin:35px 0 5px 0px;
    padding: 0 10px;
}

#offerteform {
    position:relative;
    width:240px;
    float:right;
}

#contactform1 {
    position:relative;
    width:240px;
}

#cse {
    width: 250px;
    position:relative;
    top: 400px;
    display: none;
}

#footer {
    padding: 2px 0px 2px 0px;
    text-align:center;
    position:absolute;
    color: #F1F1F1;
    padding-left: 0px;
    margin-left: 13px;
    *left: 0px;
    width: 958px;
    bottom: -17px;
    font-size: 9px;
}

#footer a {
    color: #F1F1F1;
}

#footer_left{
    padding-left: 25px;
    float:left;
    position:relative;
}

#footer_right{
    padding-right: 60px;
    float:right;
    position:relative;
}

#rssbox {
    width: 150px;
    margin: 5px;
    float:right;
    height: 300px;
    border: 1px solid #FF2222;
    padding: 3px;
}
