/* CSS Document */

#DozentenProtrait{
}
#DozentenProtrait table{
background-color:#999999;
width:500px;
}
#DozentenProtrait td{
empty-cells:show;
background-color:#e3e3e3;
}

#DozentRegistration table{
background-color:#e3e3e3;
border: 1px solid #999999;
width: 500px;
}
#DozentRegistration td{
empty-cells:show;
background-color:#e3e3e3;
}
#DozentRegistration input{
width: 250px;
}
#DozentRegistration textarea{
width: 250px;
height: 150px;
}

#DozentenFormular table{
background-color:#e3e3e3;
border: 1px solid #999999;
width: 500px;
}
#DozentenFormular td{
empty-cells:show;
background-color:#e3e3e3;
}
#DozentenFormular input{
width: 250px;
}

#DozentenFormular textarea{
width: 250px;
height: 150px;
}
#FrontLogin{
text-align:right;
}
#FrontLogin table{
border: 1px solid #999999;
background-color:#dddddd;
margin-top:50px;
float:right;
}
#FrontLogin input{
width:80px;
}

#BackLogin{
clear:both;
width: 500px;
text-align:right;
}
#BackLogin table{
border: 1px solid #999999;
background-color:#dddddd;
width: 400px;
}
#BackLogin input{
width:200px;
}