/* Allgemeine Definitionen */

html
{
	background: #CACACA;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #646464;
}

body
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 691px;	
	margin-left: -485px;
	margin-top: -360px;
	background: url(/~medianotions/images/galerieBackground.gif) no-repeat;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: white;
	background: #646464;
}

a:hover
{
	background: #C01414;
}

a#active
{
	background: #C01414;
}

.transparent
{
	opacity: 0;
	filter: Alpha(opacity=0);
}


/* Logo */

div.head
{
	position: absolute;
	left: 30px;
	top: 26px;
	width: 910px;
	height: 35px;
	border-bottom: 1px solid #A1A1A1;
	text-align: right;
}


/* Fotografie */

div#photo
{
	position: absolute;
	left: 30px;
	top: 77px;
	width: 910px;
	height: 478px;
}


/* Thumbnails */

div.thumbs
{
	position: absolute;
	left: 30px;
	top: 585px;
	width: 910px;
	height: 53px;
}

div.thumbs a
{
	position: absolute;
	top: 0;
}


/* Seiten */

div.pages
{
	position: absolute;
	left: 30px;
	top: 649px;
	width: 280px;
	height: 15px;

	font-size: 10px;
	line-height: 15px;
}

div.pages span
{
	float: left;
}

div.pages a
{
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	margin-left: 5px;
}


/* Galerieauswahl */

div#selection
{
	position: absolute;
	left: 420px;
	bottom: 25px;
	width: 130px;
	height: 17px;
	overflow: hidden;
}

div#selection a
{
	display: block;
	height: 15px;
	border-bottom: 2px solid #AAAAAA;
}


/* Fenster schließen */

a.close
{
	position: absolute;
	right: 32px;
	top: 649px;
	padding: 0 5px 0 5px;
	height: 15px;
}