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

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

div.detailPart {
    width: 748px;
}

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: 
        Event Overview Page
*******************************************************************************/
#nextEvent {
    background-color: #D1DBE4;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 688px;
    margin-left: 15px;
    border: 1px solid black;
    min-height: 150px;
}

#nextEvent div.eventLogo{
    float: left;
}

#nextEvent div.eventData{
    margin-left: 115px;
}

div.eventDate, div.eventLocation {
    display: inline;
    font-size: 10pt;
    margin-right: 10px;
}

div.eventLocation {
    font-weight: bold;
}

div.eventSubTitle {
    font-size: 11pt;
    color: #6685A2;
}

div.eventTitle {
    font-weight: bold;
    font-size: 12pt;
}

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

div.eventLogo img {
    border: 0;
}

div.eventShortDescription {
    text-align: justify;
    margin-left: 15px;
    margin-top: 5px;
}

div.eventTeaser {
    margin-left: 15px;
    border-bottom: 1px solid #FF6600;
    padding: 15px;
    width: 688px;
}

div.eventTeaser div.eventLogo{
    float: right;
}

div.eventTeaser div.eventData {
    margin-right: 110px;
}

div.lastTeaser {
    border: 0px;
}

/*******************************************************************************
    Layout and Design Definitions for content type: 
        Course Overview Page
*******************************************************************************/

#contentCourseOverview img{
    margin: 15px 0 0 0;
}

table {
    width: 688px;
}

td {
    text-align: center;
}

td.courseName {
    text-align: left;
    width: 280px;
}

td.courseName  a{
    text-decoration: none;
}

td.responsible a{
    text-decoration: none;
}

td.courseName:hover{
    background-color: #D1DBE4;
}

td.responsible:hover{
    background-color: #D1DBE4;
}
