/* CSS Document PlanD */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}

.copyright {
	color: #666666;
	font-size: 10px;
}
a.copyright:link {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:hover {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:active {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
.kl {
	color: #33CCFF;
	font-size: 10px;
	font-weight: bold;
}
a.kl:link {
	color: #33CCFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.kl:visited {
	color: #33CCFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.kl:hover {
	color: #33CCFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.kl:active {
	color: #33CCFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
/* layout */

#content {
	left:20px;
	position: absolute;
	width: 1100px;
}
#boxLeft {
	position: absolute;
	top: 50px;
	left: 0;
	width: 350px;
	text-align: left;
}
#boxLogo{
	position: absolute;
	width: 222px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
#boxNav {
	position: absolute;
	top: 50px;
	left: 0;
}

#boxRight {
	position: absolute;
	top: 50px;
	right: 0;
	width: 600px;
	text-align: left;
	z-index: 100;
}
#boxFoto {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#boxLongFoto {
	width: 600px;
overflow-x: scroll;
}
#boxInfo {
	width: 600px;
	text-align: left;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#boxInfoOpen {
	width: 600px;
	text-align: left;
	z-index: 100;
	visibility: visible;
	position: relative;
	left: 0px;
	top: 0px;
}
#boxInfoClosed {
	text-align: left;
	z-index: 100;
	visibility: hidden;
	position: relative;
	left: 0px;
	top: -18px;
}


