/* Menu style  sheet for pferdebilder.info site  */


.menu {
}

A.menu:LINK {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
  		color: #efefef;
}

A.menu:VISITED {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
  		color: #efefef;
}
	
A.menu:HOVER {
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
  		color: #fcdc43;
}

.td1 {
		background-color: #004C85;
		text-align : center;
		font-weight : bold;
		font-size: 10pt;
		margin-top: 6pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 125px;
}

.mi1 {
		background-color: #004C85;
		text-align : center;
		font-weight : bold;
		font-size: 10pt;
		margin-top: 6pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 125px;
}

.mi2 {
		background-color: #004C85;
		text-align : center;
		font-weight : bold;
		font-size: 10pt;
		margin-top: 6pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
}

.mi2a {
		background-color: #efefef;
		text-align : center;
		font-weight : bold;
		font-size: 10pt;
		margin-top: 6pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
}



/* Styles for the gallery */


/* Level 1 cells */
.CellLevel1 {
		font-family : Arial, Helvetica, sans-serif;
		color : #efefef;
		background-color : #004C85;
		font-size : 9pt;
		valign: middle:
		text-decoration : none;
		margin-top: 4pt;
		margin-right: 5pt;
		padding-left: 2pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 125px;
}

/* Level 2 cells */
.CellLevel2 {
		font-family : Arial, Helvetica, sans-serif;
		color : #efefef;
		background-color : #558CC5;
		font-size : 9pt;
		valign: middle:
		text-decoration : none;
		margin-top: 2pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		padding-left: 2pt;
		width: 125px;
}



/* Cell for extra links */
.CellExtra{
		font-family : Arial, Helvetica, sans-serif;
		color : White;
		background-color : #004C85;
		text-align : center;
		font-size : 10pt;
		font-weight : bold;
		margin-top: 6pt;
		margin-right: 5pt;
		padding-left: 2pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 125px;
}

