BODY {
	margin: 0px;
}
BODY * {
	font: 11px Verdana;
	color: #CF268E;
}
IMG {
	margin: 5px;
}

#index_table {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: top;
	text-align: center;
	background: url(images/index_bg.gif) no-repeat top;
}
#index_content {
	border: 0px;
	vertical-align: text-top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
H1 {
	font: 18px Verdana;
	margin: 8px;
}
H2 {
	font: 16px Verdana;
	font-weight: bold;
	margin: 8px;
}
H3 {
	font: 12px Verdana;
	margin: 2px;
}
.td_gruen_bild {
	background: #A3AD13;
}
.td_gelb_bild {
	background: #EDB83A;
}
.td_lila_bild {
	background: #D02F86;
}
.td_caramel_bild {
	background: #D1A15A;
}
.td_gruen_bild,
.td_gelb_bild,
.td_lila_bild,
.td_caramel_bild {
	width: 155px;
	padding: 0px;
}
.td_gruen_text {
	background: #A3AD13;
}
.td_gelb_text {
	background: #EDB83A;
}
.td_lila_text {
	background: #D02F86;
	color: #FFFFFF;
}
.td_caramel_text {
	background: #D1A15A;
}


/* <HYPERLINKS> */
/* <A> */
.td_gruen_text a {
	color: #455000;
	font-weight: bold;
	text-decoration: none; 
}
.td_gelb_text a {
	color: #A54C51;
	font-weight: bold;
	text-decoration: none; 
}
.td_lila_text a {
	color: #F2C0CC;
	font-weight: bold;
	text-decoration: none;
}
.td_caramel_text a {
	color: #745427;
	font-weight: bold;
	text-decoration: none; 
}
/* </A> */
/* <A:HOVER> */
.td_gruen_text a:hover {
	text-decoration: underline; 
}
.td_gelb_text a:hover {
	text-decoration: underline; 
}
.td_lila_text a:hover {
	text-decoration: underline;
}
.td_caramel_text a:hover {
	text-decoration: underline; 
}
/* </A:HOVER> */
/* </HYPERLINKS> */

.td_gruen_text,
.td_gelb_text,
.td_lila_text,
.td_caramel_text {
	text-align: left;
	padding: 5px;
	padding-left: 15px;
}
.td_space {
	width: 50px;
}

.td_space a {
	color: #CF268E;
	text-decoration: none;
}
.td_space a:hover {
	text-decoration: none;
	font-weight: bold;
}