img, div,td { behavior: url(/pngfix/iepngfix.htc) }

body
{
	background-color:#000000;
	background-image:url(/_images/layout/background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	color:#FFFFFF;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	letter-spacing: 1px;
	min-height:100%;
	min-width:100%;
	padding:0px;
	margin:0px;

	overflow-x: hidden;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}
a:hover
{
	color: #FF7800;
}

a.nav
{
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 10px;
}

#site
{
	width: 890px;

	position: relative;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#footer
{
	position: relative;
	margin: 0 auto;
	margin-top: 15px;

	width: 890px;
	height: 100px;

	background: url(/_images/layout/footer.jpg) top center no-repeat;
}

#logo
{
	position: relative;

	width: 202px;
	height: 205px;
}

#navigation
{
	position: relative;
	top: 20px;

	background: url(/_images/layout/nav_left.png) top center repeat-y;
	width: 202px;

	float: left;

	border-bottom: 1px solid #0f1720;
}
#navigation ul {list-style-type: none; padding: 0px; padding-left: 15px;}
#navigation ul li { height: 30px; padding: 2px 0px 2px 0px }
#navigation ul li ul { padding-left: 20px; }
#navigation ul li ul li { height: 20px; }

#content
{
	position: relative;

	padding: 10px 0px 0px 38px;

	width: 650px;

	float: left;
}

#gallery
{
	float:left;
	margin-top: 10px
}

#gallery img
{
	border: 1px solid #232427;
	padding: 4px;
}
#gallery a
{
	padding: 0px 8px 8px 0px;
	display: block;
	float: left;
}

#search
{
	position: absolute;
	top: 172px;
	right: 0px;

	width: 300px;
	height: 35px;

	text-align: right;
}
#search form { margin: 0px; padding: 0px; }
#search input
{
	color: #FFFFFF;
	border: 0px;
}

.image
{
	width: 580px;
	height: 455px;

	position:absolute;
	z-index:3;

	border: 1px solid #232427;
}
.imageText
{
	position: relative;
	top: 10px;
	left: 35px;

	width: 570px;

	padding: 5px;

	border: 1px solid #232427;

	text-align: center;
}

.num
{
	display: block;
	padding: 5px;
	margin-right: 8px;
	width: 20px;

	border: 1px solid #232427;

	text-align: center;

	float: left;

	text-decoration: none;
	font-weight: bold;
}

#formular input, #formular textarea
{
	background: transparent;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}
