A {
	color : #0066CC;
	text-decoration : none;
}
A.menu {
	color : #333333;
}
A:HOVER.menu {
	color : #333333;
}

A.link {
	font-size : x-small;
}
A:HOVER {
	color : Red;
}


P {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	margin : 10px 15px 10px 15px;
	font-size : x-small;
	text-align : justify;
}
P.kursiv {
	font-style : italic;
}
P.in {
	text-indent : 20px;
}

H4 {
	font-family : "Times New Roman", Times, serif;
	color : #696969;
	text-align : center;
}
H4.line {
	color : #3CB371;
	text-align : left;
	margin-left : 15px;
	margin-right : 10px;
}
H4.title {
	color : #3CB371;
	text-align : center;
	margin-left : 15px;
	margin-right : 10px;
}

img.l {
	margin: 10px 10px 10px 10px;
	float : left;
}
img.r {
	margin: 10px 10px 10px 10px;
	float : right;
}
TR {
	vertical-align : top;
}
TR.center{
	vertical-align : middle;
}
TR.list {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 80%;
	text-align : justify;
}
.right {
	text-align : right;
	padding-right : 15px;
}
TABLE.normal {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #5D5D5D;
	text-align : justify;
	font-size : xx-small;
	margin-right : 3px;
}
TABLE.menu {
	color: #333333;
	text-decoration: none;
	font-size: xx-small;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
}
#text {
	cursor : hand;
}
DIV.a {
	text-align : right;
	color : #3CB371;
	padding-top : 8px;
}


