ul,ol,li {
list-style-position : inside;
}

BODY, p,TD,th {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
}
H1 {
        font-size : 14px;
        color : #4B80A3;
}

H1.tuerkis {
        font-size : 14px;
        color : #4B80A3;
}

H1.rot {
        font-size : 14px;
        color : #ff0000;
}
H1.schwarz {
        font-size : 14px;
        color : #000000;
}

.tuerkis {
        color : #4B80A3;
}

.error {
        color : #ff0000;
        margin-left: 1.5cm;
}

A:ACTIVE {
        color : #4B80A3;
        text-decoration : none;
        border-style: none;
}
A:HOVER {
        color : #4B80A3;
        text-decoration : underline;
        border-style: none;
}
A:LINK {
        color : #4B80A3;
        text-decoration : none;
        border-style: none;
}
A:VISITED {
        color : #4B80A3;
        text-decoration : none;
        border-style: none;
}
A.rot:ACTIVE {
        color : #ED4E48;
        text-decoration : none;
        font : 11px;
}
A.rot:HOVER {
        color : #ED4E48;
        text-decoration : underline;
        font : 11px;
}
A.rot:LINK {
        color : #ED4E48;
        text-decoration : none;
        font : 11px;
}
A.rot:VISITED {
        color :#ED4E48;
        text-decoration : none;
        font : 11px;
}

a.btn_mehrinfo {
	font: bold 11px/120% Verdana, Arial, Helvetica, sans-serif;

	text-decoration: none;
	border: solid 1px #b2b2b2;
	padding: 3px 5px;
	background-color: #fff;
}