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

/* Basics */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 11px;
    /*background-color: #ddd;*/
}

a {
    text-decoration: none;
    color: #7d191d;
}

a:hover {
    color: #6b6b6b;    
}

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;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#left {
    float: left;
    width: 110px;
    height: 100%;
}

#nav_left {
    margin-top: 70px;
    text-align: left;
}

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

#header {
    height: 65px;
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 10px;
}

#logo {
    float: left;
    
}

#nav_top {
    float: right;
    margin-top: 40px;
}

#content {
    /*height: 440px;*/
}

#footer {
    height: 15px;
    text-align: left;
    margin-left: 10px;
}

#right {
    float: right;
    width: 140px; 
    height: 100%;   
}

#keyimage {
    margin-top: 70px;
    height: 430px;
}

/* Main Navigation (top) */

#nav_top ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav_top ul li {
    float: left;
    padding-left: 20px;
}

#nav_top ul li a {
    text-decoration: none;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 10px;
    font-weight: bold;
}

#nav_top ul li a:hover,
#nav_top ul li a.active {
    color: #7d191d;
}

/* Sub Navigation (left) Level 1 */

#nav_left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav_left ul li a {
    display: block;
    text-decoration: none;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    
}

#nav_left ul li a:hover,
#nav_left ul li a.active {
    color: #7d191d;
    /*background: url(../images/arrow_red.gif) no-repeat 0px 0px;*/
}

/* Sub Navigation (left) Level 2 */

#nav_left ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#nav_left ul li ul li a {
    display: block;
    text-decoration: none;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    
}

#nav_left ul li ul li a:hover,
#nav_left ul li ul li a.active {
    color: #7d191d;
    background: url(../images/arrow_red.gif) no-repeat 0px 0px;
}

/* Footer */

#footer p {
    padding: 0;
    margin: 0;
    font-family: Arial;
    color: #6b6b6b;
    font-size: 10px;
    font-weight: bold;    
}

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

#footer p a:hover,
#footer p a.active {
    color: #7d191d;     
}


/* 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: #7d191d;
}
#content div.elem100_100 div.white a:hover {
    color: #6b6b6b;
}
#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: #7d191d;
}
#content div.elem100_100 div.grey a:hover,
#content div.elem100_100 div.grey_eyecatch a:hover {
    color: #fff;
}
#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: #7d191d;
}
#content div.elem100_50 div.white a:hover {
    color: #6b6b6b;
}
#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: #7d191d;
}
#content div.elem100_50 div.grey a:hover,
#content div.elem100_50 div.grey_eyecatch a:hover {
    color: #fff;
}
#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: #7d191d;
}
#content div.elem50_100_right div.white a:hover {
    color: #6b6b6b;
}
#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: #7d191d;
}
#content div.elem50_100_right div.grey a:hover,
#content div.elem50_100_right div.grey_eyecatch a:hover {
    color: #fff;
}
#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: #7d191d;
}
#content div.elem50_100_left div.white a:hover {
    color: #6b6b6b;
}
#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: #7d191d;
}
#content div.elem50_100_left div.grey a:hover,
#content div.elem50_100_left div.grey_eyecatch a:hover {
    color: #fff;
}
#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_50 div.white {
    width: 100%;
    height: 100%;
    background-color: #fff;   
}
#content div.elem50_50 div.white a {
    color: #7d191d;
}
#content div.elem50_50 div.white a:hover {
    color: #6b6b6b;
}
#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: #7d191d;
}
#content div.elem50_50 div.grey a:hover,
#content div.elem50_50 div.grey_eyecatch a:hover {
    color: #fff;
}
#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;
    background-color: #fff;
    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;
    background-color: #fff;    
}
/* 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;
}


/* Contactform */

#content div.contactform {
    text-align: left;
}

#content div.contactform table {
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

#content div.contactform h2 {
    padding: 0;
    margin: 0;
}

#content div.contactform table td {
    vertical-align: top;
}

#content div.contactform table input {
    width: 180px;
    height: 14px;
    border: 1px solid #ddd;
    font-family: Arial;
    font-size: 10px;
}
/* IE6 fix */
* html #content div.contactform table input {
    height: 18px;
}

#content div.contactform table textarea {
    width: 180px;
    height: 70px;
    border: 1px solid #ddd;
    font-family: Arial;
    font-size: 10px;
}

#content div.contactform table input.button {
    width: 80px;
    height: 18px;
    font-size: 11px;
    font-family: Arial;
    color: #7d191d;
}


#content div.tx-flashslideshow-pi1 {
border:1px solid #C5C5C5;
float:right;
height:209px;
margin-bottom:10px;
margin-left:10px;
overflow:hidden;
text-align:left;
width:708px;
} 
div.tx-flashslideshow-pi1 embed,div.tx-flashslideshow-pi1 object, .tx-flashslideshow-pi1 img {
margin: 12px;
}
html{overflow: -moz-scrollbars-vertical;}