/* CSS Document */

body
{	
	background-image:url("../images/bg.png");
	background-repeat:repeat-x;
	background-color:#000000;
	
	margin:0px;
	text-align:center;
	height:100%;
	overflow:scroll;
		
	font-family:"Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
}

div#container
{
	position:relative;
	width:850px;
	height:100%;
	text-align:left;
	margin:0px auto;
	background-color:#000000;
}
div#head
{
  /*height:100px;*/
}
div#content
{
  background-color:#000000;
  text-align:center;
}


img.menueimg
{
	margin-left:3px;
	margin-right:3px;
}
img.contact
{
	margin-bottom:23px;
}


div#pagercontainer
{
  margin-top:-70px;
  margin-left:auto;
  margin-right:auto;
}

div.pager
{
  width:30px;
  float:left;
  overflow:visible;
}

a.fotolink
{
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#a0a0a0;
}
a.fotolink:hover
{
  color:#c0c0c0;
}

a.pager
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#9d9d9d;
	/*display:block;
	width:20px;*/
}
a.pager:hover
{
	color:#e0e0e0;
}

a.subnavi, a.subnaviactive
{
	font-size:12px; color:#808080; text-decoration:none;
}
a.subnaviactive { color:#ffffff; }
a.subnavi:hover
{
	color:#b0b0b0;
}