/*-----------------tags------------------*/
body {
	background-color: #F3ECDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
table {
	color:inherit;
	text-align: center;
}
td {
	padding: 6px 12px 6px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 1px solid #666666;
}
h1{
	font: 20px;
	font-weight: bold;
	margin: 0 0 0 0;
}
h4{
	font: 16px;
	color:inherit;
	font-weight: bold;
	margin: 0;
}
/*-------------pseudoclasses---------------------*/
a:link {
	color: #2E2E8A;
	text-decoration: none;
}
a:visited {
	color: #2E2E8A;
	text-decoration: none;
}
a:hover {
	color: #2E2E8A;
	text-decoration: underline overline;
}
a:active {
	color: #2E2E8A;
	text-decoration: none;
}
/*-----------------classes------------------*/
.borderGrey01 {  border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.padding01{
	padding: 6px;
	color:inherit;
}
.hochgest {
	font-size: 10px;
	vertical-align: text-top;
}
/*-----------------ids------------------*/
#titleTable {
	background-color:  #E9D8BB; /*EE3244*/
	border: 1px solid;
	border-color:#929292;
}

