@CHARSET "UTF-8";
/* menutop*/
#menutop a.btn {
	border: 2px outset;
	padding: 4px;
	height: 4px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 0);
}

#menutop a.btn:visited {
	color: yellow;
}

#menutop a.btn:hover {
	border: 2px inset;
	background-color: green;
}

#menutop a.main {
	border: 4px outset;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
	height: 4px;
	display: inline;
	line-height: normal;
	font-size: 36px;
	color: rgb(255, 255, 0) ! important;
}

#menutop a.main:visited {
	color: yellow;
}

#menutop a.main:hover {
	border: 4px inset;
	background-color: green;
}

#menutop a {
	color: yellow;
}

#menutop a:VISITED {
	color: yellow;
}

#menutop a:HOVER {
	color: yellow;
}

#menutop {
	border: 2px inset black;
	height: 176px;
	padding-bottom: 0px;
	width: 100%;
	background-image: url(menutop.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: yellow;
	background-color: rgb(255, 255, 255);
}

/*menubottom*/
#menubottom a.btn {
	border: 2px outset;
	padding: 5px;
	height: 5px;
	color: black;
	text-decoration: none;
	position: relative;
	width: auto;
}

#menubottom a.btn:visited {
	color: black;
}

#menubottom a.btn:hover {
	border: 2px inset;
	background-color: white;
}

#menubottom p.odst {
	margin-top: 20px;
}

#menubottom {
	width: 100%;
	height: 68px;
	border: 2px inset black;
}
#galerie a{
	color:blue;
}

#galerie a:visited{
	color:blue;
}