/*All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 100%;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */

div#outer-wrapper {
	background: url(images/body-bkg2.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	width: 210px;
	height: 90px;
	margin: 4px 0 10px 0;
	text-align: center;
	border:double #ccc;
	border-top:none;
	background-color:#fff;
}

div#logo img {
	margin: 10px 0 5px 0;
}
div#call {
	width: 218px;
	height: 25px;
	margin: 0 0 10px 0;
	text-align: center;
}
div.sidebar {
	float: left;
	width: 218px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0 0 20px;
	background: url(images/leaf-watermark.gif) no-repeat bottom right;
	text-align: left;
}
div.content-left {
	padding: 4px;
	margin-top: 15px;
	width: 218px;
	background-color: #c8c2b4;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #005ccc;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 130%;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: 80%;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 464px;
	display: inline;
}
div.content-full {
	clear: both;
	padding-top: 15px;
}
div.coll{
	width: 340px;
	height:170px;
	padding: 5px 8px 5px 5px;
	float:left;
	background:url(images/coll_bg.gif);
}
div.colleagues {
	width: 160px;
	padding: 5px 8px 5px 8px;
	float:left;
}

img.colleagues {
	width: 125px;
	height:144px;
	margin:0 9px 0 9px;
}

div#colltext {
	float:left; 
	width:190px;
	margin-left:7px;
}

div#colltext ul {
	margin:10px;
}

div#colltext li {
	margin-left:10px;
}

img.coll {
	width: 125px;
	height:144px;
	margin:5px 0 0 0;
}

p#other {
 margin: 0 -10px 5px 0  !important;
}
div#coll_all {
	width:160px; 
	float:right; 
	margin-top:-20px;
	background-color: #ddd;
}
p {
	margin-bottom: 20px !important;
}
p.podpis {
	margin: -3px 0 3px 0 !important;
	text-align:center;
}

p.end-story-links {
	border-bottom: 4px solid #005ccc;
	margin-bottom: 15px !important;
	font-size: 80%;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

img.content-img-r {
	border: 2px solid #ccc;
	float:right;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0px;
	height: 40px;
	line-height: 50px;
	font-size: 120%;
	text-align:right;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 15px 0 0;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #635534; /*#7d7257#635534*/
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}
ul.side-nav {
	margin: 0 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 70%;
	color: #978f7c;
	text-transform: uppercase;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
	background-color: #B7D1F5;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url(images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #635534; /* #978f7c */
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #978f7c;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h2 {
	margin: 0 0 0 0 !important;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 160%;
	font: italic;
	color: #005ccc;
 }
h1 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 180%;
	color: #363021;
}
h3.normal {
	margin: 0 0 0 0 !important;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 160%;
	font: italic;
	color: #005ccc;
}
h3.dateline {
	font-size: 80%;
	font-weight: lighter;
	color: #005ccc;
	margin: 0 0 10px 0 !important;
}
h4 {
	text-transform: uppercase;
	font-weight: lighter;
	margin: 10px 0 0 0;
	font-family: "Times New Roman", serif;
	color: #fff;
	background-color: #005ccc;
	padding:5px;
}

h4 a:link, h4 a:visited{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
h4 a:hover {
	color: #cac6ba;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #333333;
	line-height: 1.7em;
}
div#call p {
	text-align:left;
	margin: 0 0 0 0 !important;
	padding: 5px;
}
div#call a:link, div#call a:visited {
	color: #005ccc;
	border-bottom: 1px #005ccc;
	font-size: 95%;
}
div#call a:hover {
	color: #004aaa;
	border-bottom: 1px #004aaa;
	font-size: 95%;
}

div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #5e564e;
}
div#content-inner a:hover {
	color: #222;
	border-bottom: 1px dotted #8b7f73;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

