/* Some inspiration from undohtml.css - (CC) 2004 Tantek Celik. Some Rights Reserved. */
a:link,a:hover,a:visited {text-decoration:none;}
html, body, img, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, legend, a, button, input, select, textarea {margin:0;padding:0;border:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
a img,:link img,:visited img {border:none;}
div {position:relative;}

body {
	background:#000;
	color:#fff;
	font:normal 62.5% Tahoma, Verdana,	Arial,Helvetica,sans-serif;
	text-align:center;
}

div#w1 {
	width: 996px;
	text-align: center;
	margin: 0px auto;
}

div#head {
	font-size: 1.6em;
	margin: 10px 0px 70px 0;
}

div#head h1 {  
	text-align: left;
	margin: 0px;
	width: 300px;
	height: 100px;
	letter-spacing: -1000em;
	text-indent: -1000em;
	overflow: hidden;
	background: #000 url(/images/artyella.jpg) left top no-repeat;
}

div#head h1 a {
	width: 300px;
	height: 100px;
	display: block;
}


div#head div#langselect {
	position: absolute;
	top: 0px;
	right: 5px;
}

div#head div#langselect span {
	font-size: 0.9em;
	float: left;
}

div#head div#langselect a {
	float: left;
	margin-left: 10px;
	margin-top: 0.25em;
	display: block;
	width: 16px;
	height: 11px;
	overflow: hidden;
	text-indent: -1000em;
	letter-spacing: -1000em;
}

div#head div#langselect a#en {
	background: #fff url(/images/au.gif) left top no-repeat;
}

div#head div#langselect a#pl {
	background: #fff url(/images/pl.gif) left top no-repeat;
}

div#head div#login {
  position: absolute;
  top: 50px;
  right: 5px;
}

div#nav {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: #000 url(/images/bg_nav.gif) left top repeat-x;
	text-align: center;
	z-index: 1;
}

div#nav ul {
	margin: 0px auto;
	width: 996px;
}

div#nav ul li {
	display: block;
	float: left;
	width: 188px;
	height: 50px;
	text-align; left;
	font-size: 1.5em;
	background: #000 url(/images/tab-inactive.gif) left top no-repeat;
}

div#nav ul li.active {
	background-image: url(/images/tab-active.gif);
}

div#nav ul li a, div#nav ul li h1 { 
	color: #fff;
	display: block;
	height: 50px;
	margin-top: 6px;
	text-indent: -1000em;
	letter-spacing: -1000em;
	overflow: hidden;
}


div#nav ul li #gallery {
	background: url(/images/tab_gallery.jpg) center top no-repeat;
}
div#nav ul li #contact {
	background: url(/images/tab_contact.jpg) center top no-repeat;
}
div#nav ul li #about {
	background: url(/images/tab_about.jpg) center top no-repeat;
}


div#content {
	clear: both;
	text-align: left;
}

div#content p {
	margin: 15px 0px;
}


div#content ul#artworks { 
	overflow: hidden;
	text-align: center;
}

div#content ul#artworks li {
	width: 320px;
	height: 240px;
	margin: 12px 4px;
	float: left;
	display: block;
}

div#content ul#artworks li img {
	padding: 2px;
	border: 1px solid #666;
}

div#content.artwork {
	margin: 0px 0px 24px 0px;
}

div#content.artwork h2, div#content.text h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 8px;
}

div#content.text h2 {
	margin-top: 10px;
}

div#content.text p { margin: 1em 0px; }

div#content.artwork img {
	float: left;
	margin-right: 12px;
	margin-top: 15px;
	width: 600px
}
div#content.artwork div#text {
	float: left;
	width: 380px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
}

div#content .media {
	margin-top: 1em;
	font-style: italic;
	font-size: 0.8em;
}



div#foot {
	clear: both;
	color: #999;
	text-align: left;
	margin: 20px 0px 10px 0px;
}

br.clr { clear: both; }