p#Titel {
    font-size: 120%;
    font-weight: bold;
}
p#Untertitel {
    padding-bottom: 0px;
}
div#Seminar img#Bild {  
    width: 400px;
    height: 150px;
    float: left;
}
div#Seminar div#video {
    margin-top: 10px;
    float: left;
}
div#Seminar div#SeminarButtons {     
    float: left;
    padding-left: 50px;
    padding-top: 30px;
    height: 150px;
}
div#Seminar div.GreenButton {
    padding: 10px;
	margin-top: 15px;
    text-align: center;
    color: black;
    border: 1px solid black;
    width: 100px;

    background: rgb(140,206,132); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(140,206,132,1) 7%, rgba(185,150,165,1) 48%, rgba(144,201,128,1) 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(140,206,132,1)), color-stop(48%,rgba(185,150,165,1)), color-stop(91%,rgba(144,201,128,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,150,165,1) 48%,rgba(144,201,128,1) 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,150,165,1) 48%,rgba(144,201,128,1) 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,150,165,1) 48%,rgba(144,201,128,1) 91%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(140,206,132,1) 7%,rgba(185,230,165,1) 48%,rgba(144,201,128,1) 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cce84', endColorstr='#90c980',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div#Seminar div.GreenButton:hover {

    background: rgb(140,206,132); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(140,206,132,1) 7%, rgba(185,255,165,1) 48%, rgba(144,201,128,1) 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(140,206,132,1)), color-stop(48%,rgba(185,255,165,1)), color-stop(91%,rgba(144,201,128,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,255,165,1) 48%,rgba(144,201,128,1) 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,255,165,1) 48%,rgba(144,201,128,1) 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(140,206,132,1) 7%,rgba(185,255,165,1) 48%,rgba(144,201,128,1) 91%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(140,206,132,1) 7%,rgba(185,255,165,1) 48%,rgba(144,201,128,1) 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cce84', endColorstr='#90c980',GradientType=0 ); /* IE6-9 */
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    behavior: url(Skripte/ie-css/PIE.htc);
}
div#Seminar div#Inhalt { 
    margin-top: 30px;
}
div#Seminar img.bigImg {
    width: 100%;
}


table#Terminliste td  {
	padding-top: 10px;
}
table#Terminliste td#FirstColumn {
	padding-right: 100px;
}