/* 
    Document   : style
    Created on : 24.07.2009, 22:38:35
    Author     : Fabian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.tx_FE_events{
    margin-bottom: 10px;
    height: 90px;
}
.img img{
    width:70px;
    height:70px;
}
.detailview_img{
    height:100%;
}
h4{
    margin: 5px;
    margin-bottom:0px;
    margin-left: 0px;
    color: black;
    font-size: 13px;
}
a.internal-link-news-link2{
    background:transparent url(/fileadmin/styles/01_layouts_basics/img/morija/pfeil.png) no-repeat scroll right center;
    position:relative;
}
a.internal-link-news-link3{
    position:relative;
}
a.internal-link-news-link1{
    font-size:12px;  
}
.link-img{
     background:transparent url(/fileadmin/styles/01_layouts_basics/img/morija/pfeil_hoch.png) no-repeat scroll right center;
}
p.backlink{
  margin-top:10px;
  
}
td, th{
    padding: 0.2em;
     text-align:left;
}
tr.headerrow th{
    background-color: #E6412B;
    color: white;
    
}
tr.firstrow th{
    background-color: #A09C9C;

}
.bold{
    font-size: 105%;
    
}


/* Schriftfarben für die verschiedenen Events*/

.red{
    color: red;
}
.green{
    color: green;
}
.blue{
    color: blue;
}
.default{
    color: black;
}
