* {
        margin: 0;
        padding: 0;
}

html,body{
        margin: 0;
        padding: 0;
        background: white;
        color: #000000;

}

a {
        color: black;
        text-decoration: none;
}

img {
        border: 0px solid black;
        background: #FFF;
        border: 1px solid #ACB6CC;
        padding: 2px;
}

dl {
        float: right;
        margin: 0 0 1em 1em;
        text-align: center;
}

#header {
        height: 150px;
        width: 900px;
}

#left_stripe {
        float: left;
        height: 700px;
        width: 200px;
        font-family: calibri, arial;
        margin-top: 0px;
}

#top_stripe {
        position: relative;
        height: 25px;
        width: 900px;
        text-align: center;
        background-color: white;
        border-top: 1px solid #003366;
        border-bottom: 1px solid #003366;
}

#content_info {
        margin: 40px 200px 0px 100px;
        background: white url("img/info_box.png") repeat-x top left;
        height: 300px;
}

#content {
        float: right;
        width: 680px;
        min-height: 800px;
        height: auto;
        margin-top: 20px;
        background: white url("img/content_center.png") repeat-y top left;
        font-family: calibri, arial;
        color: #003366;
}

#container {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
}

ul {
        list-style: none;
}

/*####################
##### ext boxes ######
####################*/

.ext_box {
      <!--  height: 250px; -->
        height: auto;
        min-height: 200px;
        width: 190px;
        background: white url("img/ext_box_red2.png") no-repeat top center;
        border-style: solid;
        border-color: #003366;
        border-width: 1px;
        margin-top: 10px;
}

.ext_box p {
        margin: 3px;
}

/*####################
####### tables #######
####################*/

.ctl_table {
        width: 100%;
        border-collapse: collapse;
}

.ctl_table tr {
        border: 1px solid black;
}

.ctl_table th {
        background-color: #d6d6d6;
}

/*####################
######## menu ########
####################*/

#menu {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
}

#menu ul li {
        float: left;
        list-style-type: none;
        position: relative;
}

#menu ul li a {
        display: block;
        width: auto;
        height: 25px;
        background: white;
        font-weight: bold;
        text-decoration: none;
        color: #003366;
        margin: 0;
        padding: 0px 15px 0px 15px;
}

#menu ul li a:hover {
        color: white;
        background-color: #003366;
}

#menu ul li a#cat {
        margin-left: 10px;
        margin-right: 10px;
        background: url("img/menu_active.png") no-repeat top left;
}

#menu ul li a:hover#cat {
        color: #000;
}

#menu ul li ul {
        display: none;
        position: absolute;
        left: 0;
}

#menu ul li>ul {
        left: auto;
}

#menu ul li:hover ul {
        display: block;
        background: #fff;
        border: 1px solid black;
        height: auto;
        width: auto;
        text-align: left;
}

#menu ul li ul li {
        clear: left;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        padding: 5px;
}

#menu ul li ul li a, #menu ul li ul li a:hover{
        display: block;
        background: #fff;
        width: 150px;
        margin: 1px;
        padding: 0px;
}

#menu ul li ul li:hover, #menu ul li ul li a:hover {
        background-color: #F1F2F3;
}

/*####################
###### classes #######
####################*/

.jump_right:hover {
        margin-left: 5px;
}

.info_img {
        padding: 0px;
        border: 0px;
}

.span_news {
        float: right;
}

.p_news {
        padding-top: 5px;
}

.hr_news {
        margin-bottom: 30px;
        margin-top: 20px;
}

.box_header {
        display: block;
        width: 100%;
        height: 30px;
/*        color: #E1101A; */
        color: white;
        font-size: 1.5em;
        text-align: center;
        background-color: #003366;
}

/*####################
######## ids #########
####################*/

#main_img {
        padding: 0px;
        border: 0px;
}

.table_galerie {
 width: 100%;
}

.table_galerie tr td {
 width: 25%;
 text-align: center;
 vertical-align: top;
}

.picture_row {
}

/*HEADER H1 INFORMATION*/

#header h1,
      #header h1 a {
         display: block;
         width: 900px;
         height: 150px;
      }

      #header h1 {

      }

      #header h1 a {
         background: url(img/fss_logo.png) no-repeat 0 0;
         text-indent: -9999px;
      }
