/* 
Style Name: picload.org
Description: image view stylesheet
Version: 3.0.2
Author: toFOUR GmbH
Author URI: https://www.tofour.net
*/

/* general */
html, 
body {height:100%;width: 100%;}
html {overflow-y:scroll;}
body {background:url('http://style.picload.org/images/bgView.png') repeat-x top;}

/* header */
#header {width:100%;height:40px;}
#header #navigation {float:left;margin:12px 0 0;padding:0;list-style:none none outside;}
#header #navigation li {float:left;padding:0 10px;border-left:1px solid #717171;}
#header #navigation li.first {border:none;}
#header #navigation li a {font:bold 13px Arial, Helvetica, sans-serif;color:#0B9FCB;text-decoration:none;}
#header #logo {float:right;width:125px;height:30px;margin:5px 25px;background:url('http://style.picload.org/images/logoSmall.png') no-repeat top;}
#header #language {float:right;margin:14px 25px 0;padding:0;list-style: none none outside;}
#header #language li {float:left;margin-left:8px;}
#header #language li img {filter:Alpha(opacity=50, style=0);-moz-opacity:0.5;opacity:0.5;width:18px;height:12px;}
#header #language li.active img {filter:Alpha(opacity=100, style=0);-moz-opacity:1;opacity:1;}
#header #language li img:hover {filter:Alpha(opacity=100, style=0);-moz-opacity:1;opacity:1;}

/* content */
#content {width:800px;margin:75px auto 0;color:#686868;}
#content #foldernav {width:64px;margin:0 auto 20px;padding:5px 10px;background:#F0F0F0;border:1px solid #C4C4C4;}
#content #foldernav a {display:block;width:28px;height:32px;background:url('http://style.picload.org/images/viewFolderNav.png') no-repeat;}
#content #foldernav a.prev {float:left;background-position:0px 0px;}
#content #foldernav a.next {float:right;background-position:-28px 0px;}
#content #image {background:#F0F0F0;padding:10px;border:1px solid #C4C4C4;}