﻿html, body {
background-color:#ED0005;
margin:0;
padding:0;
height:100%;
} 

.indented { padding-left: 25px; }
.indented2 { padding-left: 50px; }
.ImageBorder { border: solid #555 1px; }

#table-wrapper 
{
    position:absolute;
    top:0px;
    left: 0px;    
    width: 717px;
    height: 100%;
    z-index: 2; 
}

#td-left 
{
    width: 137px;
    height: 100%;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
}

#layer-logo
{
    padding-top: 8px;
    vertical-align: top;
    text-align: center;
    height:124px;
}

#logo { border: 0; padding-top:7px; }

#red_left_rectangle
{
    background-color:#ED0005;
    width:136px;
    height:207px;
    float: left;
    z-index: 5;
}

#layer-navigation
{
     font-family: Tahoma, Sans-Serif;
     font-size:12px;
     color:#000000;
     text-align:right;
     width:130px;
     line-height:25px;
     font-weight:bold;
     float:left;
     padding-right:7px;
}

#layer-grey 
{
   position:absolute;
   background-color:#ECECEC;
   top:132px;
   height:207px;
   width:100%;
}

#td-middle {}

#td-right 
{
    width: 579px;
    height: 100%;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
    border-left: solid 1px #000;
    border-right: solid 2px #000;
}

#layer-banner 
{
    width:578px;
    height:122px;
    text-align:center;
    font-family:Tahoma, Sans-Serif; 
    color:#ED0005;
    font-weight:bolder;
    font-size:32px;
    float: left;
    padding-top:10px;    
}

#black_left_rectangle

{
    background-color:#000000;
    width:136px;
    height:207px;
    float: left;
    border-right:solid 1px white;
    
}

#picture

{
    width:440px;
    height:207px;
    float: left;
}

#layer-splash {}

#heading{
  font-family: Tahoma, Sans-Serif;
  font-size: 16px;
  font-weight:600;
  color:#ED0005;
}

#text_transparent {
    width:562px; 
    line-height:15px;
    padding-top: 8px;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:24px;
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    float:left;
}

/* links */

A:link {

    font-family:Tahoma, Sans-Serif;
    color:#000;
    text-decoration: none;
    font-weight:bold;

}

A:active {

    font-family:Tahoma, Sans-Serif;
    color:#000;
    text-decoration: none;
    font-weight:bold;

}

A:visited {

    font-family:Tahoma, Sans-Serif;
    color:#000;
    text-decoration: none;
    font-weight:bold;

}

A:hover {

    font-family:Tahoma, Sans-Serif;
    color:#ED0005;
    text-decoration: underline;
    font-weight:bold;

}



A.inline:link {

    font-family:Tahoma, Sans-Serif;
    color:#000000;
    text-decoration: underline;
    font-weight:lighter;

}

A.inline:active {

    font-family:Tahoma, Sans-Serif;
    color:#000000;
    text-decoration: underline;
    font-weight:lighter;

}

A.inline:visited {

    font-family:Tahoma, Sans-Serif;
    color:#000000;
    text-decoration: underline;
    font-weight:lighter;

}

A.inline:hover {

    font-family:Tahoma, Sans-Serif;
    color:#ED0005;
   text-decoration: underline;
    font-weight:lighter;

}

A.reverse:link{

    font-family:Tahoma, Sans-Serif;
    color:#ED0005;
    text-decoration: underline;
    font-weight:bold;

}

A.reverse:active {

    font-family:Tahoma, Sans-Serif;
    color:#ED0005;
    text-decoration: underline;
    font-weight:bold;

}

A.reverse:visited {

    font-family:Tahoma, Sans-Serif;
    color:#ED0005;
    text-decoration: underline;
    font-weight:bold;

}

A.reverse:hover {

    font-family:Tahoma, Sans-Serif;
    color:#000000;
    text-decoration: underline;
    font-weight:bold;

}