/* Created by Vedran Elez 2009, mailto: vedran.elez@gmail.com */

body
	{
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

div#pl
	{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 310px;
	}

div#pf
	{
	bottom: 0;
	height: 90px;
	left: 0;
	position: absolute;
	width: 310px;
	}

body>div#pl, body>div#pf
	{ position: fixed; }

* html body
	{ overflow: hidden;	}

#ptop
	{
	background: url(../images/dot-hor.png) repeat-x bottom left;
	left: 40px;
	top: 40px;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	width: 270px;
	}

#ptop h1 a:link,
#ptop h1 a:visited
	{
	background: url(../images/kofaktor_logo.png) no-repeat 0 0;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	width: 270px;
	}
#ptop h1 a:hover
	{ background-position: 0 -35px; }

#phld
	{
	height: 66%;
	left: 40px;
	overflow: auto;
	position: absolute;
	min-height: 66%;
	margin: 0;
	padding: 0;
	top: 90px;
	width: 270px;
	}

#pcnt
	{
	margin: 0 40px 0 350px;
	padding: 63px 0 40px 0;
	width: 600px;
	}

#pcnt p
	{
	line-height: 1.7em;
	text-align: justify;
	}

/* -- */

a:link, a:visited
	{
	color: #666;
	text-decoration: none;
	}
a:hover
	{
	color: #4682B4;
	text-decoration: none;
	}

h1
	{
	font-size: 0.8em;
	line-height: 2.5em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	}

h1 a
	{
	color: #bbb;
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: capitalize;
	}

h2
	{
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

h3
	{
	background: url(../images/dot-hor.png) repeat-x top left;
	color: #bbb;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	margin: 32px 0 0 0;
	padding: 10px 0;
	}

/* -- */

.foot
	{
	font-size: 0.8em;
	margin-left: 40px;
	}

.title
	{ background: url(../images/dot-hor.png) repeat-x bottom left;	}

#flhead
	{
	margin: 0;
	padding: 0;
	text-align: center;
	}

a#prev:link, a#prev:visited,
a#next:link, a#next:visited
	{
	color: #000;
	display: block;
	float: left;
	height: 13px;
	text-indent: -999em;
	text-decoration: none;
	width: 13px;
	}
a#prev:link, a#prev:visited
	{ background: url(../images/galnav.png) no-repeat 0 0; }
a#next:link, a#next:visited
	{ background: url(../images/galnav.png) no-repeat -13px 0; }
a#prev:hover
	{ background-position: 0 -13px; }
a#next:hover
	{ background-position: -13px -13px; }

#nav
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav li { }
#nav li a
	{
	clear: both;
	display: block;
	font-size: 0.9em;
	height: 64px;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	}
#nav li a img
	{
	border: 2px solid #fff;
	clear: both;
	float: left;
	margin-right: 4px
	}
#nav li a span
	{
	background: #fff;
	}
#nav li a:link
	{
	color: #000;
	text-decoration: none;
	}
#nav li a:visited
	{
	color: #777;
	text-decoration: none;
	}
#nav li a:hover
	{
	color: #4682B4;
	text-decoration: none;
	}
#nav li.sel
	{ background: url(../images/sel.png); }

table.tbl
	{
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	}
table.tbl td { padding: 3px 0; }
table.tbl td.tdf { width: 120px; }

.cleaner
	{
	clear: both;
	height: 0em;
	line-height: 0em;
	font-size: 0em;
	}
