/* -- Allgemein Text ------------------------------------------------------------------ */
/*h1 {
	font-weight: bold;
	font-size: 21px;
}
h2 {
	font-weight: bold;
	font-size: 19px;
}
h3 {
	font-weight: bold;
	font-size: 17px;
}
h4 {
	font-weight: bold;
	font-size: 15px;
}
h5 {
	font-weight: bold;
	font-size: 13px;
}
h6 {
	font-weight: bold;
	font-size: 11px;
}
p {
	font-weight: normal;
	font-size: 13px;
}*/
a, h1, h2, h3, h4, h5, h6, p, div, td, th, p, ol, ul, form, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* -- Allgemein Seite ----------------------------------------------------------------- */
body {
    background-color: #FFFFFF;
    /*	margin-top: 30px;
        margin-left: 8px;
        margin-right: 0px;*/
}

/* -- Definition der Links ------------------------------------------------------------ */
a:link {
    color: #325A99;
    text-decoration: none;
}

a:active {
    color: #FF0000;
    text-decoration: none;
}

a:visited {
    color: #325A99;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #325A99;
}

.fehler {
    border-color: red;
    border-style: solid;
}

.fehlerRight {
    border-color: red;
    border-style: solid;
    text-align: right;
}

.txtRight {
    text-align: right;
}

.innerformfield {
    background-color: #F1F5DC;
    padding: 4px;
}

.Steuerung {
    width: 100%;
    background-color: #F1F5DC;
    margin-bottom: 10px;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.spacer {
    padding-bottom: 10px;
    background-color: gray;
    width: 100%;
}

.button-submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #E9E5E9;
    background-repeat: no-repeat;
    background-position: left;
    height: 58px;
    width: 450px;
    border: none;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    text-decoration: underline;

}

.button-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: none;
    background-color: #E6E6F0;
    padding-bottom: 10px;
    vertical-align: top;
}

.tdLinks {
    width: 300px;
    padding-right: 15px;
}

.paddingbottom15 {
    padding-bottom: 15px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}
