/* VIEW FOR ALL SLIDES */

/* slide_shadow */
div.shadow_div1{
    border:1px solid #888;
    border-left:1px solid #888;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background-color: #fff;
}
div.shadow_div2{
    background-color: #b8b8b8;
    padding:0 1px 1px 0;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    -moz-border-radius:4px;
}


/* slide_stage */
table.slide_stage {
    width: 780px;
    height: 520px;
    padding:0;
    margin:0;
}
table.slide_stage tr td{
    font-size: 10px;
    vertical-align:top;
}

/* erste Zeile */
table.slide_stage td.top_left{
    width: 105px;
    height: 90px;
    text-align:right;
    padding: 8px 8px 0 0;
    font-weight: bold;
}
table.slide_stage td.top_right{
    width: 105px;
    height: 90px;
    text-align:left;
    padding: 8px;
}
table.slide_stage td.top_middle{
    width: 570px;
    height: 90px;
    text-align:left;
    padding: 8px 8px 0 2px;
}
/* vor / zurueck */
table.slide_stage td.left{
    text-align: left;
    vertical-align:bottom;
}
table.slide_stage td.right{
    text-align: right;
    vertical-align:bottom;
}
/* Fuss */
table.slide_stage td.bottom{
    height: 30px;
}



/* slide_ctable - Inhalte */
table.slide_ctable {
    width: 564px;
    height: 400px;
}
table.slide_ctable tr td,
table.slide_ctable tr th {
    font-size: 12px; 
    vertical-align:top;
    text-align:left;
}
table.slide_ctable tr th {
    font-size: 20px;
    font-weight: bold;
    height: 52px;
}


/* TITLE - 1. SLIDE */
.title table.slide_ctable tr th{
    font-size: 29px; 
    font-weight: bold;
    line-height:145%;
    vertical-align: bottom;
    height: 210px;
}
.title table.slide_ctable tr td{
    font-size: 18px; 
    font-weight: normal;
    line-height:165%;
    vertical-align: top;
    height: 130px;
}
.title table.slide_ctable tr td.credits{
    font-size: 12px; 
    vertical-align: top;
    height: 50px;
}


/* TOC */
.toc table.slide_ctable tr th{
    font-size: 20px; 
    font-weight: bold;
    line-height:165%;
}
.toc table.slide_ctable tr td.subtitle{
    font-size: 16px; 
    font-weight: normal;
    line-height:125%;
    padding-bottom: 20px;
}
.toc table.slide_ctable tr td ul{
    list-style: none;
    width: 564px;
    padding:0;
    border-top: 1px solid #eee;
}

.toc table.slide_ctable tr td ul li{
    list-style: none;
    padding: 5px 0 5px 0px;
    margin:0;
    font-size: 10px;
    border-bottom: 1px solid #eee; 
}
.toc table.slide_ctable tr td ul li ul{
    margin: 5px 0 0px 0;
    padding:0;
    padding-left: 20px;
    width: 544px; /* 564 - 20 */
    font-size: 10px;
    border-bottom: none; 
}

.toc table.slide_ctable tr td ul li ul li{
    margin: 3px 0 0 0;
    padding: 0;
    padding-left: 20px;
    font-size: 10px; 
    border-bottom: none; 
}

.toc table.slide_ctable tr td ul li a,
.toc table.slide_ctable tr td ul li a:visited {
    color: #657070;
    text-decoration:none;
}

/* Credits */
.credits table.slide_ctable tr th{
    height: 350px;
}
.credits table.slide_ctable tr td.credits{

}

/*****************************************/
/* Schrift */
/*****************************************/

table.slide_ctable td p{
    font-size: 12px;
    font-weight: normal;
    line-height:165%;
    padding:0 10px 0 0;
}
table.slide_ctable td strong,
table.slide_ctable td b{
    font-weight: bold;
}
table.slide_ctable td p u{
    font-weight: bold;
}
table.slide_ctable td p i,
table.slide_ctable td p em{
    font-weight: bold;
    font-style: italic;
}

table.slide_ctable td p.image_title{
    padding: 10px 10px 0 0;
    font-weight: bold;
    font-size: 10px;
    line-height:165%;
}
table.slide_ctable td p.image_description{
    padding: 4px 10px 0 0;
    font-size: 10px;
    line-height:165%;
}

/* Headings */
table.slide_ctable td h2{
    font-size: 12px;
    font-weight: bold;
    line-height:165%;
    padding:0 10px 0 0;
    margin:0 0 19px 0;
}
table.slide_ctable td h3{
    font-size: 20px;
    font-weight: bold;
    line-height:130%;
}

/* Listen */
table.slide_ctable tr td ul,
table.slide_ctable tr td ol {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 20px 0 14px;
    margin:0;
}
table.slide_ctable tr td ul li,
table.slide_ctable tr td ol li{
    font-size: 12px;
    line-height:175%;
}

/* Links */
table.slide_ctable td a{
    text-decoration: underline;
}
table.slide_ctable td a:hover{
    text-decoration: underline;
}
table.slide_ctable td a:visited{
    text-decoration: underline;
}



/*****************************************/
/* Templates */ 
/*****************************************/

/* T - Titelfolie */
table.tmpT tr th {
    width: 564px;
    height: 165px;
    padding-bottom:13px;
    vertical-align: bottom;
    font-size: 26px;
    font-weight: bold;
    line-height:130%;
}
table.tmpT tr td {
    width: 564px;
    vertical-align: top;
    line-height:130%;
}

/* 1 - 1-spaltig 564 */
table.tmp1 td {
    width: 564px;
}
table.tmp1 td h2,
table.tmp1 td p{
    font-size: 14px;
    line-height:180%;
}
table.tmp1 tr td ol li,
table.tmp1 tr td ul li{
    font-size: 14px;
}


/* 1_1 - 2-spaltig 50%-50% 275-14-275*/
table.tmp1_1 td.col1 {
    width: 289px;
    padding-right: 14px;
}
table.tmp1_1 td.col2 {
    width: 275px;
}

/* 1_2 - 2-spaltig 66%-33% 370-14-180*/
table.tmp1_2 td.col1 {
    width: 194px;
    padding-right: 14px;
}
table.tmp1_2 td.col2 {
    width: 370px;
}

/* 2_1 - 2-spaltig 33%-66% */
table.tmp2_1 td.col1 {
    width: 384px;
    padding-right: 14px;
}
table.tmp2_1 td.col2 {
    width: 180px;
}

/* 1_1_1 - 3-spaltig 33%-33%-33% 180-12-180-12-180*/
table.tmp1_1_1 td.col1,
table.tmp1_1_1 td.col2 {
    width: 192px;
}
table.tmp1_1_1 td.col3 {
    width: 180px;
}


    
/* Alle Sprechblasen */  
div.mouseholder { /* Maeuse-Bild */
    height: 105px;
} 
div.bubble {  
    padding: 0 2px;
}
div.bubble p.second {    
    font-family: "Georgia", serif;
    font-style: italic;
    line-height: 140%;
    color: #666;
    padding-left: 18px; 
    padding-right: 17px;
}
table.slide_ctable tr td div.bubble ul{    
    font-family: "Georgia", serif;
    font-style: italic;
    line-height: 140%;
    padding-left: 22px; 
    padding-right: 20px;
    margin: 0 7px 0 7px;
    border-left:2px solid #999999;
    border-right:2px solid #999999;
}
table.slide_ctable tr td div.bubble ul li{
    line-height: 130%;
}

div.bubble p.first {
    height: 37px;
}





