/*/////////////////////////////////////
FREEFOLIO 1 - PORTFOLIO MANAGING & PUBLISHING http://freefolio.de
BASED ON ADDFOLIO PUBLISHING CMS http://addfolio.de
SITENAME: FREEFOLIO 1
RELEASE: 10/2009
UPDATE: 07/10/2009
AUTHOR: JAN TACKMANN
/////////////////////////////////////*/

/* structure */

body {
	background: #fff;
	color: #000;
	font-family: arial, georgia, 'Times New Roman', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 70%;
	letter-spacing: 0.03em;
}

*, img {
	margin: 0;
	padding: 0;
	border: none;
}

div, span, li, ul, img, a {
	border:0px solid #ddd;
}

.clear {
	clear: both;
}

h1 {
	display: inline;
	font-size: 100%;	
}

h1, h2, h3 {
	font-family: georgia, 'Times New Roman', serif;
}

h2 {
	font-size: 100%;
	padding: 0 0 1em 0;
	line-height: 1em;
}

a {
	text-decoration: none;
	color: #000;
}

.active, a:hover {
	font-style:italic;
	color: #888;
}

p a {
	text-decoration: underline;
}


#textcontainer p {
	padding: 0 0 1em 0;
	line-height: 1.6em;
}

#container {
	width:946px;
	height:570px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-473px;
	margin-top:-290px;
	text-align:left;
}

#header span {
	padding: 0 0 0 32px;
	letter-spacing: 0.06em;
	line-height: 2em;
}

#navi a {
	padding: 0 0 0 14px;
}

#alben a {
	padding: 0 14px 0 0;
	white-space:nowrap;
}

#header {
	height: 75px;
	text-transform:uppercase;
}

#header #alben {
	margin: 10px 0;
	padding: 0 0 0 48px;
}

#content {
	float: right;
	width: 280px;
	height: 450px;
	position: relative;
	line-height: 1.6em;
}

ul {
	list-style: inside;
}

li {
	padding: 0 0 0 5px;
}

#albumdescription p {
	height: auto;
	padding: 0 20px 12px 0;
	overflow: auto;
}


#thumbcontainer {
	position:absolute;
	top: 346px;
	text-align:left;
	height: 104px;
	overflow:hidden;
}

#thumbcontainer a img {
	display:inline;
}

#thumbcontainer ul {
	display:block;
	list-style-type:none;
}

#thumbcontainer ul li {
	display:inline;
	padding: 0;
}

#thumbcontainer ul li a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

#thumbcontainer ul li img {
	padding: 0;
	margin: 0 4px 4px 0;
	height: 50px;
}

#pgup {
	display:block;
	margin: 0 0 4px 0;
	position:absolute;
	top: 331px
}

#pgdown {
	display:block;
	margin: 4px 0 0 0;
	position:absolute;
	top: 449px
}

#thumb_beschriftung {
	font-weight: normal;
	text-align: left;
	padding: 0 4px 0 0;
	font-size: 0.88em;
	position: absolute;
	top: 306px;
}

#beschriftung {
	color: #555;
	font-style:normal;
}

#imagenavi {
	position: absolute;
	bottom: 0;
	display: none;
}

#imagenavi a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

#imagenavi p {
	padding: 0 0 30px 0;
}

#imagecontainer, #textcontainer {
	float: left;
	width: 640px;
	height: 450px;
	overflow: hidden;
	text-align: right;
}

#textcontainer {
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	width: 440px;
	height: auto;
}	

#imagecontainer img {
	display:inline;
	width:auto;
}

#imagecontainer p {
	margin:5px;
}

#footer {
	clear:both;
	text-align: right;
	padding: 10px 305px 0 0;
}

#sponsor {
 	position: absolute;
	bottom: 7px;
	right: 10px;
	color: #666;
}
 
/* inline styles */
.cite {
	font-size: 85%;
	letter-spacing: 0.1em;
}

/* js scroller */
#myScrollContainer { 
	left:0px; top:0px; width:280px; height:240px; clip:rect(0 280 240 0); overflow:hidden;
}

#myScrollContainer, #myScrollContent {
	position:relative;
}

#myScrollContent {
	left:0px; top:0px; width:270px;
}

#scroll-up {
	position: absolute; left: 0px; top: 270px; z-index:10;
}

#scroll-down {
	position: absolute; left: 0px; top: 284px; z-index:10;
}

#scroll-down div, #scroll-up div {
	width: 10px; height: 10px; background: #000;
}

