/**** header definitions ****/

#gallery_header_container {
	width: 750px;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
  	text-align: right;
  	padding: 0 5px 5px 0;
  	font-size: 14px;
}

#gallery_header_container a {
	color: #cc0000;
	text-decoration: none;
}

#gallery_header_container a:focus, 
#gallery_header_container a:hover,
#gallery_header_container a:active {
	text-decoration:underline;
	background-color: transparent;
}

/**** footer definitions ****/

#gallery_footer_container {
	clear: both;
	width: 750px;
	background: url(/_shared/layout_img/ecken_un.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-align: left;
	font-size: 11px;
	color: rgb(204, 204, 204);
}

#footerlinks {
	padding: 5px 0 0 5px;
}

#gallery_footer_container a {
	color: rgb(204, 204, 204);
	background:transparent;
	text-decoration: none;
}

#gallery_footer_container a:focus,
#gallery_footer_container a:hover,
#gallery_footer_container a:active {
	color: #fff;
	background-color: transparent;
	text-decoration:underline;
}
