BODY {
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	background-color : #FFFFFF;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

TABLE {
	border-color: Black;
}

TD {
		font-size: 13px;
		border-color: Black;
		text-align:justify;
}


A {
	text-decoration: underline;
	color: Black;
	font-weight : normal;
	font-size: 11px;
}

anreise {
	text-decoration: none;
	color: Black;
	font-weight : bold;
	font-size: 12px;
}

A.button {
	text-decoration: none;
	color: Black;
	font-weight : bold;
	background-color: #FFFDBD;
	width: 170px;
	border-left : 0px solid #FFFDBD;
	border-right : 0px solid #FFFDBD;
	border-top : 3px solid #FFFDBD;
	border-bottom : 1px solid #000000;
	font-size: 12px;
}

A:Visited.button {
	text-decoration: none;
	color: Black;
	font-weight : bold;
	background-color: #FFFDBD;
	width: 170px;
	border-left : 0px solid #FFFDBD;
	border-right : 0px solid #FFFDBD;
	border-top : 3px solid #FFFDBD;
	border-bottom : 1px solid #000000;
	font-size: 12px;
}

A:Hover.button {
	background-color: #D59A16;
	font: bold;
	color: Black;
	width: 170px;
	border-left : 0px solid #D59A16;
	border-right : 0px solid #D59A16;
	border-top : 3px solid #D59A16;
	border-bottom : 1px solid #000000;
	font-size: 12px;
}

DIV.button {
	width: 170px;
	height: 18px;
}



DIV.sub_button {
	width: 170px;
	height: 18px;
}



A:Visited {
	text-decoration: none;
	color: Black;
}

A:Hover {
	text-decoration: none;
	color: Black;
}

.space {
	font-size: 4px;
}





.tdblau{
	background-color: #FFFDBD;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: white;
	
}

.content{
	background-color:  #FFFFFF;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: Black;
}

H1 {
	color: Black;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
}

.qb {
	font-size:11px;
}

H2 {
	color: Black;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
}

HR {
	color: #000000;
}