html, body {
	background: black url(images/back.gif) fixed top left;
	color: white;
	margin: 0;
	padding: 0;
	border: none;
}

img {
	margin: 0;
	padding: 0;
	display: block
}

#nav {
	position: absolute;
	left: 15px;
	top: 14px;
	width: 34px;
	height: 450px;
	background: transparent
}

#lang {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font: 10px/16px verdana,helvetica,arial,sans-serif
}

#lang a:hover {
	color: white
}

#showcase {
	position: absolute;
	width: 735px;
	height: 555px; 
	top: 50%;
	left: 50%;
	margin: -280px 0px 0px -370px; /* not the mathematical center -> optical reasons */
	padding: 0;
}

#add_comments {
	position: absolute;
	width: 140px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin:	-280px 0 0 382px;
	padding: 0;
	font: 10px/16px verdana,helvetica,arial,sans-serif;
	color: #ccbda1
}

#maintitle {
	position: absolute;
	width: 369px;
	height: 137px;
	top: 50%;
	left: 0;
	margin: 150px 0 0 0;
	padding: 0;
	background-image: url(images/typo_title.png)
}

/* gif for IE 6 - could not find a png-fix that really worked --- */

@media all {
* html #maintitle {
	background-image: url(images/typo_title.gif)
	}
}

/* ende IE 6*/

#caption {
	position: relative;
	width: 180px;
	height: 555px;
	left: 0px;
	text-align: right;
	color: white;
	font: 10px/16px verdana,helvetica,arial,sans-serif;
	text-decoration: none;
}
	
#caption_padding {
	padding: 0px 16px 0px 16px;
}

#caption_padding a, #caption_padding a:link, #caption_padding a:hover {
	padding: 0 0 1.8px 0;
	border-bottom: 1px dotted #ccbda1;
}

#caption_padding a:hover {
	border-bottom: 1px solid #ccbda1;
}

.ie_bug, a.ie_bug, a:link.ie_bug, a:hover.ie_bug {
	width:180px;
	height:45px
}
		
#linkit, #linkit a, #linkit a:link, #linkitback, #linkitback a, #linkitback a:link {
	position: absolute;
	top: 0px;
	left: 180px;
	border: none;
	margin: 0;
	padding: 0;
	width: 555px;
	height: 555px;
	background-color: transparent
}

#linkit {
	background: url(images/w_1.jpg) no-repeat top left
}	
	
#linkit a, #linkit a:link, #linkitback, #linkitback a, #linkitback a:link {
	top: 0px;
	left: 0px;
	text-decoration: none
}

#linkitback, #linkitback a, #linkitback a:link {
	width: 277px;
	z-index: 50;
}

#piecesIndex {
	text-align: right;
	line-height: 16px;
	display: inline;
}

#schoentitulo {
	position: absolute;
	width: 450px;
	height: 520px;
	left: 240px;
	top: 25px;
	font: bold 23px/25px Times;
	color: white;
}


a, a:link, a:hover, a:active {
	color: #ccbda1;
	text-decoration: none
}