/* CSS Document */

body {
	background-color: #ffffff;
	margin: 18px 0px 0px;
	padding: 0px;
}

.linie_orange {
	background-color: #FFB909;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #6A6969;
	padding-left: 50px;
	padding-top: 8px;
	padding-right: 13px;
	letter-spacing: 0.1em;
}

a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        color: #6A6969;
        padding-left: 50px;
        padding-top: 8px;
        padding-right: 13px;
        letter-spacing: 0.1em;
        text-decoration: none;
}

a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        color: #6A6969;
        padding-left: 50px;
        padding-top: 8px;
        padding-right: 13px;
        letter-spacing: 0.1em;
        text-decoration: none;
}

a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        color: #6A6969;
        padding-left: 50px;
        padding-top: 8px;
        padding-right: 13px;
        letter-spacing: 0.1em;
        text-decoration: none;
}

a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        color: #6A6969;
        padding-left: 50px;
        padding-top: 8px;
        padding-right: 13px;
        letter-spacing: 0.1em;
        text-decoration: none;
}

a {
	border: none;
}

img {
	border: none;

}

td.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #AFAFAF;
	margin-bottom: 11px;
}

td.boder_trennstrich {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-right-color: #AFAFAF;
}

