#content {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.tblsep {
    border-right: 2px solid #9CF;
}

tr.dark {
    background-color: #EEE;
}

#sozialdiakonie-form td,
#mitglieder-form td,
#pfarraemter-form td {
    vertical-align: middle;
}

#sozialdiakonie-form input,
#mitglieder-form input,
#pfarraemter-form input {
    width: 40px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Fixed Footer
-------------------------------------------------- */

.footer {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
.footer .container {
    padding: 20px 0;
}
.footer p {
    margin-bottom: 0;
    color: #777;
}



/* Button Style for Abbrechen Link
-------------------------------------------------- */
.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
   }
   
#pfarraemter-form #submitresult, #sozialdiakonie-form #submitresult, #mitglieder-form #submitresult, #fakultaeten-form #submitresult {
	width: 450px;
 	height: 60px;
	font-weight: bold;
	font-size: 18px;
}