@charset "UTF-8";
/* CSS Document */

.selected {
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000 !important;
	text-decoration: underline;
}

big {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}

body {
	background-color: #222222;
	color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
}

div.alone {
	position: absolute;
	width: 508px;
	height: 200px;
	top: 120px;
	left: 176px;
}

div.clearer {
	height: 0px;
	line-height: 0px;
	clear: both;
}

div#container {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: 620px;
	margin-left: -460px;
	margin-top: -310px;
	background-image: url('images/bg_container.png');
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}

div#content {
	position: absolute;
	top: 85px;
	left: 30px;
	width: 860px;
	height: 475px;
	overflow: hidden;
	text-align: justify;
}

div#edustries {
	width: 54px;
	height: 12px;
	background-image: url('images/logo_edustries.png');
	position: fixed;
	bottom: 0px;
	right: 0px;
}

div#edustries a {
	display: block;
	width: 100%;
	height: 100%;
}

div#edustries span {
	display: none;
}

div#footer {
	position: absolute;
	top: 580px;
	left: 30px;
	text-transform: uppercase;
	font-size: 14px;
	width: 860px;
}

div.galerie {
	width: 880px;
	text-align: center;
}

div#header {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 36px;
}

div.left {
	float: left;
}

div.leftimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.photoholder {
	background: #fff url('images/loading.gif') 50% 50% no-repeat;
	text-align: center;
}

div.right {
	float: right;
}

div.rightimg {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

div.thumbnail {
	width: 156px;
	height: 200px;
	padding-right: 20px;
	padding-top: 30px;
}

div.thumbnail div {
	width: 156px;
	height: 156px;
	padding-bottom: 5px;
}

div.thumbnail div img {
	/*visibility: hidden;*/
	width: 156px;
	height: 156px;
}

div#welcome {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 600px;
	background: url('images/logo_welcome.png') 50% 50% no-repeat;
}

div#welcome a {
	display: block;
	width: 100%;
	height: 100%;
}

div#welcome span {
	display: none;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 36px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h1 span {
	display: none;
}

img {
	border: 0px;
}

input.captcha {
	width: 140px !important;
}

input.field {
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

textarea.field {
	width: 250px;
	height: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

ul.menu {
	position: absolute;
	width: 400px;
	bottom: -2px;
	left: 195px;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	font-size: 14px;
}

ul.menu a, div#footer a {
	color: #666666;
}

ul.menu a:hover, div#footer a:hover {
	text-decoration: none;
}

ul.menu li {
	color: #666666;
	text-transform: uppercase;
	list-style: none;
	position: relative;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}
    
ul.menu li li {
	position: relative;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	height: 23px;
	top: 0px;
	font-size: 11px;
	overflow: hidden;
}

ul.menu ul {
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 15px;
	height: 23px;
	width: 500px;
}