/*******************************************************************************
    Layout and Design Definitions for content type: 
        Course Detail Page, Event Detail Page and Staff Detail Page
        Additionally: RSS Overview Page
*******************************************************************************/
h1 {
    display: inline;
    padding: 0px;
    margin: 0px;
    font-size: 13pt;
    font-weight: bold;
    color: #FF6600;
}

h2 {
    width: 718px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 15px 0 0 15px;
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid #FF6600;
}

div.detailPart {
    width: 748px;
    float: left;
}

div.detailPartContent {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    width: 688px;
    margin-left: 30px;
    margin-right: 15px;
}

div.detailPartContent p{
    margin: 0;
    padding: 0;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        Course Detail Page
*******************************************************************************/
table.dates {
    width: 688px;
}

.date {
    width: 150px;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        Event Detail Page
*******************************************************************************/
#eventLogo{
    margin-right: 30px;
    margin-top: 5px;
    float: right;
}

#eventGeneral div.detailPartContent {
    margin-right: 100px;
    width: 550px;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        Staff Detail Page
*******************************************************************************/

#contentStaffDetailPage {
	margin: 0px;
}

#staffImage {
    margin-top: 5px;
    margin-right: 15px;
    float: right;
}

#staffData {
    margin-top: 5px;
    margin-right: 15px;
    width: 540px;
}

#personalParticulars {
    min-height: 200px;
}

span.email {
    display: none;
}


#contentArticle {
    text-align: justify;
}

div.articleBlockImageLeft div.articleImage{
    float: left;
}

div.articleBlockImageRight div.articleImage{
    float: right;
}

div.articleBlockImageCenter div.articleImage {
    text-align: center;
}

div.articleImage {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

div.articleText a{
    text-decoration: underline;
}

div.articleText a:hover{
    text-decoration: none;
}

div.articleText {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: small;
}

div.articleText p{
    margin: 0px;
    padding: 0px;
}

div.articleImage .imageLegend {
    font-size: 8pt;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        RSS Feed
*******************************************************************************/
#feedImage {
    margin-top: 15px;
    margin-right: 15px;
    float: right;
}

#channelDetails {
    margin-top: 5px;
    margin-right: 15px;
    width: 550px;
}

.teaserImage {
    float: left;
    margin-top: 5px;
    width: 120px;
}

.itemDetail {
    margin-top: 5px;
    margin-left: 150px;
}

.rssItemTitle a {
    text-decoration: underline;
}

.rssItemTitle a:hover {
    text-decoration: none;
}

.rssItemTitle {
    font-weight: bold;
    font-size: small;
}
.rssItemLink a {
    color: gray;
    font-size: 8pt;
    text-decoration: underline;
}
.rssItemLink a:hover {
    text-decoration: none;
}
.item {
    border-bottom: 1px solid #ff6600;
    min-height: 115px;
}
.lastItem {
    border-bottom: 0;
}
.rssItemPublicationDate, .rssItemEnclosure {
    color: gray;
    font-size: 8pt;
}
.rssItemEnclosure a{
    color: gray;
    font-size: 8pt;
    text-decoration: underline;
}

.rssItemEnclosure a:hover{
    text-decoration: none;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        RSS Entry
*******************************************************************************/
#episodeTitle {
    font-size: 12pt;
    font-weight: bold;
    color: #ff6600;
    margin-top: 5px;
    margin-bottom: 5px;
}

#episodePubDate, #episodeAuthor {
    font-size: 8pt;
    color: gray;
}

#enclosure {
    margin-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ff6600;
}

#enclosureLink {
    color: gray;
    font-size: 10pt;
}

#episodeDescription {
    text-align: justify;
}

#enclosure object{
    width: 400px;
    height: 300px;
}