/* Colors
font grey: #6b6b6b
background grey: #c5c5c5
red: #7d191d  
*/

/* Basics */

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 11px; 
}

a {
    text-decoration: none;
    color: #6b6b6b;
}

a:hover {
    color: #7d191d;    
}

p {
    margin: 3px;
}

h1 {
    font-size: 16px;
    margin: 3px; 
}

h2 {
    font-size: 14px;
    margin: 3px; 
}

h3 {
    font-size: 12px;
    margin: 3px; 
}

img {
    border: 0;
}

table {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;  
}

/* IE6 overflow bug */
* html #content a {
    margin: 0;
    padding: 0;
}

/* Structure */

#wrapper {
    width: 980px;
    height: 530px;
}

#left {
    display: none;
}

#center {
    float: left;
    width: 720px;
    height: 100%;
    margin: 0 5px 0 5px;
}

#header {
    display: none;
}

#content {
    height: 440px;
}

#footer {
    display: none;
}

#right {
    display: none;
}


/* Special Content Elements */


/********* Box 100% / 100% *********/
#content div.elem100_100 {
    float: right;
    width: 708px;
    height: 428px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;  
}
#content div.elem100_100 div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem100_100 div.white a {
    color: #6b6b6b;
}
#content div.elem100_100 div.white a:hover {
    color: #7d191d;
}
#content div.elem100_100 div.grey {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
}
#content div.elem100_100 div.grey a,
#content div.elem100_100 div.grey_eyecatch a {
    color: #fff;
}
#content div.elem100_100 div.grey a:hover,
#content div.elem100_100 div.grey_eyecatch a:hover {
    color: #7d191d;
}
#content div.elem100_100 div div.body {
    padding: 10px;
    background-color: inherit;
}
#content div.elem100_100 div.grey_eyecatch {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
    background: url(../images/elem_eyecatch.gif) no-repeat 641px 299px;
    background-color: #c5c5c5; 
}

#content div.elem100_100 div.grey_eyecatch div.body {
    background-color: transparent;
}
/* IE6 fix */
* html #content div.elem100_100 {
    width: 710px;
    height: 430px;
}
/*********************************/  


/********* Box 100% / 50% **********/
#content div.elem100_50 {
    float: right;
    width: 708px;
    height: 208px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;  
}
#content div.elem100_50 div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem100_50 div.white a {
    color: #6b6b6b;
}
#content div.elem100_50 div.white a:hover {
    color: #7d191d;
}
#content div.elem100_50 div.grey {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
}
#content div.elem100_50 div.grey a,
#content div.elem100_50 div.grey_eyecatch a {
    color: #fff;
}
#content div.elem100_50 div.grey a:hover,
#content div.elem100_50 div.grey_eyecatch a:hover {
    color: #7d191d;
}
#content div.elem100_50 div div.body {
    padding: 10px;
    background-color: inherit;
}
#content div.elem100_50 div.grey_eyecatch {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
    background: url(../images/elem_eyecatch.gif) no-repeat 641px 79px;
    background-color: #c5c5c5; 
}

#content div.elem100_50 div.grey_eyecatch div.body {
    background-color: transparent;
}
/* IE6 fix */
* html #content div.elem100_50 {
    width: 710px;
    height: 210px;
}
/*********************************/


/********* Box 50% / 100% right *********/
#content div.elem50_100_right {
    float: right;
    width: 348px;
    height: 428px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;  
}
#content div.elem50_100_right div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem50_100_right div.white a {
    color: #6b6b6b;
}
#content div.elem50_100_right div.white a:hover {
    color: #7d191d;
}
#content div.elem50_100_right div.grey {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
}
#content div.elem50_100_right div.grey a,
#content div.elem50_100_right div.grey_eyecatch a {
    color: #fff;
}
#content div.elem50_100_right div.grey a:hover,
#content div.elem50_100_right div.grey_eyecatch a:hover {
    color: #7d191d;
}
#content div.elem50_100_right div div.body {
    padding: 10px;
    background-color: inherit;
}                                                                                                                                                                      
#content div.elem50_100_right div.grey_eyecatch {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
    background: url(../images/elem_eyecatch.gif) no-repeat 281px 299px;
    background-color: #c5c5c5; 
}

#content div.elem50_100_right div.grey_eyecatch div.body {
    background-color: transparent;
}
/* IE6 fix */
* html #content div.elem50_100_right {
    width: 350px;
    height: 430px;
}
/*********************************/


/********* Box 50% / 100% left *********/
#content div.elem50_100_left {
    float: left;
    width: 348px;
    height: 428px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;  
}
#content div.elem50_100_left div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem50_100_left div.white a {
    color: #6b6b6b;
}
#content div.elem50_100_left div.white a:hover {
    color: #7d191d;
}
#content div.elem50_100_left div.grey {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
}
#content div.elem50_100_left div.grey a,
#content div.elem50_100_left div.grey_eyecatch a {
    color: #fff;
}
#content div.elem50_100_left div.grey a:hover,
#content div.elem50_100_left div.grey_eyecatch a:hover {
    color: #7d191d;
}
#content div.elem50_100_left div div.body {
    padding: 10px;
    background-color: inherit;
}
#content div.elem50_100_left div.grey_eyecatch {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
    background: url(../images/elem_eyecatch.gif) no-repeat 281px 299px;
    background-color: #c5c5c5; 
}

#content div.elem50_100_left div.grey_eyecatch div.body {
    background-color: transparent;
}
/* IE6 fix */
* html #content div.elem50_100_left {
    width: 350px;
    height: 430px;
    margin-left: 5px;
}
/*********************************/


/********* Box 50% / 50% **********/
#content div.elem50_50 {
    float: right;
    width: 348px;
    height: 208px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left; 
}
#content div.elem50_100 div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem50_50 div.white a {
    color: #6b6b6b;
}
#content div.elem50_50 div.white a:hover {
    color: #7d191d;
}
#content div.elem50_50 div.grey {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
}
#content div.elem50_50 div.grey a,
#content div.elem50_50 div.grey_eyecatch a {
    color: #fff;
}
#content div.elem50_50 div.grey a:hover,
#content div.elem50_50 div.grey_eyecatch a:hover {
    color: #7d191d;
}
#content div.elem50_50 div div.body {
    padding: 10px;
    background-color: inherit;
}
#content div.elem50_50 div.grey_eyecatch {
    width: 100%;
    height: 100%;
    background-color: #c5c5c5;
    color: #fff;
    background: url(../images/elem_eyecatch.gif) no-repeat 281px 79px;
    background-color: #c5c5c5; 
}

#content div.elem50_50 div.grey_eyecatch div.body {
    background-color: transparent;
}
/* IE6 fix */
* html #content div.elem50_50 {
    width: 350px;
    height: 210px;
}
/*********************************/


/********* Box 25% / 50% **********/
#content div.elem25_50 {
    float: right;
    width: 168px;
    height: 208px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
}
#content div.elem25_50 div.header {
    height: 40px;
    margin: 5px;
    background-color: #c5c5c5;
    border-bottom: 1px dotted #ddd;
    color: #fff; 
}
#content div.elem25_50 div.body {
    text-align: left;
    background-color: #fff;
    margin: 5px;
}
/* IE6 fix */
* html #content div.elem25_50 {
    width: 170px;
    height: 210px;
}
/*********************************/


/* Sitemap */

#content div.csc-sitemap {
    float: right;
    width: 348px;
    height: 428px;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;     
}
/* IE6 fix */ 
* html #content div.csc-sitemap {
    width: 350px;
    height: 430px;
}

#content div.csc-sitemap ul {
    padding-top: 10px;
}

#content div.csc-sitemap ul ul {
    padding-top: 0px;
}