#maincontent table {
    border: none;
}

#maincontent td {
    background-color: transparent;
    border: none;
}

#maincontent p {
    margin-bottom: 20px;
    margin-top: 20px; 
}

#maincontent .divider hr,
#maincontent hr {
    margin-top: 30px;
    margin-bottom: 10px;
}

#maincontent form input[type="reset"]{
    background: #787878; /* IE 9 only */
    box-shadow: 0px 3px 0px 0px rgb(100, 100, 100);
    background: linear-gradient(to bottom, rgb(198, 191, 184) 5%, rgb(130, 130, 130) 100%) repeat scroll 0% 0% rgb(198, 191, 184);
    background: -webkit-linear-gradient(to bottom, rgb(198, 191, 184) 5%, rgb(130, 130, 130) 100%) repeat scroll 0% 0% rgb(198, 191, 184);
    background: -moz-linear-gradient(to bottom, rgb(198, 191, 184) 5%, rgb(130, 130, 130) 100%) repeat scroll 0% 0% rgb(198, 191, 184);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#838383), to(#C6BFB8));
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #FFF !important;
    font-size: 16px;
    padding: 10px 15px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px rgb(100, 100, 100);
    border: 0;
    }

#maincontent form input[type="reset"]:hover{
    background: rgb(149, 149, 149) !important;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    }

#nav_right span.button_darkgrey,
#nav_right span.button_darkgrey:hover {
    cursor: default;
}

#zeitschriften_quadrat {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}

a {
    background-color: transparent;
    color: white;
} 

input, textfield, button, select {
    border: 1px solid #959595;
    box-shadow: 0 3px 0 0 rgb(120, 120, 120);
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    padding: 10px 15px;
    vertical-align: middle;
}

.form_line_label {
    float: left;
    width: 130px;
}

.form_line_select {
    float: left;
}