body {
	background-color:#003399;
	font-family: Arial;
}

a {
	color:#003399;
}
a:link {
	color:navy;
}
a:hover {
	color:#606060;
}

a.gallery {
	color:#606060;
}
a.gallery:link {
	color:navy;
}
a.gallery:hover {
	color:#606060;
}

a.bild {
	color:#606060;
}
a.bild:link {
	color:#606060;
}
a.bild:hover {
	color:#606060;
}

table.main {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
table.bg {
	width:900px;
	height:540px;
	background-color:#ECECEC;
	border-collapse:collapse;
}
table.inhalt {
	width:750px;
	height:390px;
	background-image:url(../images/bg.png);
	border-collapse:collapse;
}
table.big {
	width:340px;
	height:370px;
}
table.small {
	width:340px;
	height:345px;
}
table.mailer {
	width:340px;
	height:340px;
}

.grau {
	background-color:#DDDDDD;
}