body {
	background-image : url(greece_small.jpg);
}

table.navigation, table.info {
	border-spacing : 0px;
	border : 1px solid #8888aa;
}

table.navigation th, table.info th {
	background-color : #666699;
	font-size : 120%;
	color : white;
	padding : 5px 10px;
	border : 1px solid #8888aa;
}

table.navigation td, table.info td {
	background-color : #aaaaee;
	border-top : 1px solid #ccccff;
	border-left : 1px solid #ccccff;
	border-bottom : 1px solid #8888dd;
	border-right : 1px solid #8888dd;
	padding-left : 5px;
	padding-right : 5px;
}

table.navigation td {
	cursor : pointer;
}

table.navigation td:hover {
	background-color : #9999dd;
	border-top : 1px solid #8888dd;
	border-left : 1px solid #8888dd;
	border-bottom : 1px solid #ccccff;
	border-right : 1px solid #ccccff;
	padding-left : 6px;
}

table.navigation a {
	color : black;
	text-decoration : none;
	font-weight : bold;
}

table.bilder {
	border-spacing : 0px;
}

table.bilder td {
	padding : 0px;
}

table.bilder td.bild {
	text-align : center;
	vertical-align : middle;
	padding : 10px;
}

img.bild {
	border : 2px solid green;
}

img.bildklein {
	border : 2px solid white;
}

img.bildklein:hover {
	border : 2px solid red;
}

