/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 22px;
	font-variant: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	/*text-align: justify; */
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #4666D5;
}

a:hover {

}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #087FE7 url(images/img03.jpg) no-repeat;
}

/* Logo */

#logo2 {
	height: 100px;
	/*background-image: url(images/NSlogo_small.png);*/
	background-repeat: no-repeat;
	background-position: center 8px;
	padding-left: 74px;
}


#logo {
	float: left;
	background-image: url(images/NSlogo_small.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 74px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 7px 78px 0 0;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 7px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 7px;
	color: #FFFFFF;
	background-position: 8px center;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 76px;
}

.post {
	padding-top: 22px;
}

.post .title {
	font-size: 18px;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
font-size: 12px;
text-align: justify;
}

.post .meta {
	height: 14px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
	margin-left: 15px;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	font-size: 11px;
	float: right;
	width: 240px;
	padding-top: 46px;
	padding-right: 76px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}


/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}


#widebar #colA {
	float: left;
	width: 268px;
}

#widebar #colB {
	float: left;
	width: 200px;
	padding-left: 45px;
	height: 150px;
}

#widebar #colC {
	float: left;
	width: 246px;
	padding-left: 45px;
}
#widebar #colD {
	float: left;
	width: 758px;
	padding-left: 45px;
}
#widebar #colE {
	float: left;
	width: 500px;
	padding-left: 45px;
}


/* Footer */

#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

.styl1 {
	color: #38AE00;
	font-weight: bold;
}


.czcionka14 {
	font-size: 14px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #FFFFFF;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #666666;
}

.highslide-image-blur {
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-display-none {
    display: none;
}



.yellowback {
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 40px;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border: 1px solid #FFE0C1;
	font-weight: bold;
	font-style: oblique;
}
.photostyle {
	border: 1px solid #E5E5E5;
	height: 450px;
	width: 500px;
	padding: 10px;
	background-color: #F3F3F3;
	margin: 10px;
}
	
.photostyle2 {
	border: 1px solid #E5E5E5;
	padding: 5px;
    background-color: #F6F6F6;
	
}
.contactM {
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	border: 1px solid #E5E5E5;
	font-weight: bold;
	font-style: oblique;
	background-image: url(images/kontaktimie.png);
	background-position: 15px center;
	color: #000000;
	text-align: left;
	text-indent: 52px;
}
.contactK {
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	border: 1px solid #E5E5E5;
	font-weight: bold;
	font-style: oblique;
	background-position: 15px center;
	background-image: url(images/kontaktimieshe.png);
	color: #333333;
	text-indent: 52px;
	text-align: left;
}
.PDFfile {
	background-repeat: no-repeat;
	font-weight: normal;
	font-style: normal;
	background-position: 0px center;
	background-image: url(images/pdf_logo.gif);
	text-indent: 23px;
	text-align: left;
}
