/* $Id$ */



/* user stuff */
#image_large, #image_1, #image_2, #image_3, #image_4 {
	display: block;
	z-index: 3;
	position: absolute;
}
#image_large {top: 176px; left: 250px; width: 380px; height: 363px;}
#image_1, #image_2, #image_3, #image_4 {width: 185px; height: 185px;}
#image_1 {top: 549px; left: 250px;}
#image_2 {top: 549px; left: 445px;}
#image_3 {top: 744px; left: 250px;}
#image_4 {top: 744px; left: 445px;}

/* Hauptmenu */
/* Hintergrundfarbe inaktiv */
.td1 {
	color: #FFFFFF;
	background-color: #00848B;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

/* Hintergrund OnMouseOver */
.td1_over {
	color: black ! important;
	background-color: #005554 ! important;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

/* Textfarbe inaktiv */
.td1 a, .td1 a:hover, .td1 a:visited, .td1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}

/* Textfarbe OnMouseOver */
.td1_over a, .td1_over a:hover, .td1_over a:visited, .td1_over a:link {
	text-decoration: none;
	color: #FFFFFF;
}

/* Untermenu */
/* Hintergrundfarbe inaktiv */
.td2 {
	color: #000000;
	background-color: #FFFFFF;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

/* Hintergrund Aktiv */
.td2_over {
	color: #000000;
	background-color: #FCDEB6 ! important;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

/* Textfarbe OnMouseOver */
a.menu2:link {color:#000000;text-decoration: none}
a.menu2:visited {color:#000000;text-decoration: none}
a.menu2:hover {color:#00848B;text-decoration: none}
