* {
	margin: 0;
	padding: 0;
}

body {
	background:url('../images/kropki.jpg') repeat-x;
	background-color: #000000;
	color: #151a3a;
	font-size: 12px;
	line-height: 1em;
	border: none;
}

a {
	border: none;
	color: #0090d5;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #151a3a;
	text-decoration: none;
}

a.pager {
	padding: 4px 6px;
	margin: 0 2px;
	border: 1px solid #e7e8eb;
	text-decoration: none;
}

a:hover.pager {
	padding: 4px 6px;
	margin: 0 2px;
	border: 1px solid #e7e8eb;
	background: #e7e8eb;
	text-decoration: none;
}

a.pager_a {
	padding: 4px 6px;
	margin: 0 2px;
	border: 1px solid #e7e8eb;
	background: #e7e8eb;
	text-decoration: none;
	color: #151a3a;
}

a:hover.pager_a {
	padding: 4px 6px;
	margin: 0 2px;
	border: 1px solid #e7e8eb;
	background: #e7e8eb;
	text-decoration: none;
}

img {border: none;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #151a3a;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

h5 {}

h6 {}

ul {
	list-style: none;
}

ul li {

}

/* -- LAYOUT -- */

#wrapper {
	background:url(../images/bok-ramka.png) top left repeat-x;
	width: 980px;
	height: auto;
	margin: 0 auto;
	background-color: #fafafa;
	padding: 0 10px 20px 10px;
}

#header, #menunav, #flash, #content {
	width: 960px;
	margin: 0 auto;
	display: block;
	clear: both;
}

input {
	border: 1px solid #dbdcde;
	width: 190px;
	height: 12px;
	padding: 5px;
	margin: 4px 0;
}

textarea {
	border: 1px solid #dbdcde;
	width: 480px;
	height: auto;
	padding: 5px;
	margin: 4px 0;
}

input.button-search, input.button-logo, input.button {
	border: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	height: 24px;
	cursor: pointer;
}

input.button-search {
	background: url(../images/b-input.png) no-repeat left top;
	width: 75px;
}

input.button-logo {
	background: url(../images/b-input.png) no-repeat left bottom;
	width: 115px;
}

input.button {
	background: url(../images/b-input.png) no-repeat left bottom;
	width: 115px;
}

/* -- HEADER -- */
#header {
	height: 95px;
	line-height: normal;
	padding: 0;
	margin-top: 15px;
}

h1.logo {
	margin: 0;
	padding: 0;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat top center;
	width: 960px;
	height: 90px;
	position: absolute;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

/* -- MENU -- */
#menunav {
	padding: 0;
	background: url(../images/menu.png) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 34px;
	margin-bottom: 2px;
}

#menunav ul {
	margin: 0;
	padding: 0;
}

#menunav li {
	float: left;
	background: url(../images/menu-sep.png) no-repeat top right;
}

#menunav li.first a {
	padding: 9px 13px 9px 19px;
	background: none;
}

#menunav li.last {
	background: none;
}

#menunav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 11px 13px 11px 13px;
}

#menunav li a:hover, #menunav li a.hovered {
	/*color: #151a3a;*/
	color: #ffffff;
	text-decoration: none;
	background: url(../images/menu-active.png) repeat-x top left;
}

#menunav li ul li.last {
   background: url(../images/menu-sep.png) no-repeat bottom right;
   height: 22px;
}

/* -- FLASH -- */
#flash {
	background: url(../images/dropshadow.png) no-repeat bottom center;
	height: 136px;
}

/* -- LEFT -- */

#left {
	width: 610px;
	padding: 10px 20px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 1.2em;
}

#left div.article, #singleNews, #kontakt_form {
	padding: 0 0 15px 10px;
	margin-bottom: 15px;
	background: url(../images/article-end.png) no-repeat bottom left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	min-height: 175px !important;
	line-height: 1em;
	font-size: 12px;
}

#left div.article img, #singleNews img {
	width: 216px;
	border: 1px solid #e6e6e6;
	margin: 0 10px 5px 0;
	float: left;
}

#left div.article h2 {
	color: #0090d5;
	padding: 10px 0;
}

#left div.article .date, #singleNews .date, #singleNews .exposures {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1em;
}

#left div.article p, #singleNews p, .short, .long, em {
	line-height: 1.8em;
	text-align: justify;
}

#left p {
	margin: 5px 0 5px 0;
}

#left h1, #left h2, #left h3, #left h4 {
	margin-bottom: 10px;
}

#left h3 {
	color: #999;
	padding: 10px 0 10px 10px;
}

#left div.video {margin-bottom: 5px;}

#left div.video h3 {
	color: #999;
	padding: 10px 0 10px 10px;
	margin-bottom: 2px;
	background-color: #e7e8eb;
}

#left div.video .video-content {
	background-color: #e7e8eb;
	padding: 20px 10px;
	text-align: center;
}

#left div.video .video-content div.movieDiv { width: 322px; float: left; }
#left div.video .video-content div.movieDesc { width: 250px; float: left; padding-left: 15px; text-align: left;}




/* -- RIGHT -- */

#right {
	width: 280px;
	padding: 10px 20px 20px 20px;
	float: right;
	background-color: #e7e8eb;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right h3 {
	color: #999;
	padding: 10px 0;
}

#search, #gallery-right, #button {
	background: url(../images/separator.png) no-repeat bottom left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#gallery-right img {
	width: 268px;
	height: 158px;
	border: 6px solid #f2f2f2;
}

#menuother {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#menuother ul {
	margin: 0;
	padding: 0;
}

#menuother li {
	float: left;
	width: 280px;
}

#menuother li a {
	display: block;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin-top: 4px;
	background: #f2f2f2;
}

#menuother li a:hover {
	color: #0090d5;
	text-decoration: none;
}

#menuother li ul li {
	background: #f2f2f2;
}

#menuother li ul li a {
	display: block;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 15px;
	margin-top: 0;
}

#login {
   background: url("../images/separator.png") no-repeat scroll left top transparent;
   clear: both;
   margin-top: 0px;
   padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}

/* -- ARTICLE -- */
#singleNews {
	background: none;
	min-height: 100% !important;
}

#singleNews .title {
	color: #0090d5;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#singleNews .date {
	margin-top: 20px;
}

/* -- KONTAKT -- */
#kontakt_form {
	background: none;
	min-height: 100% !important;
	color: #999;
}

#message {
	padding: 20px 0 10px 0;
}

/* Style Menu */

#wblMenu li ul {
   margin: 0;
   padding: 0;
   position: absolute;
   visibility: hidden;
   border-top: 1px solid white;
}

#wblMenu li ul li {
   float: none;
   display: inline;
   height: 20px;
}

#wblMenu li ul li a {
   width: auto;
   padding: 8px 13px;
   background: white;
   color: #151a3a;
   font-size: 12px;
   font-weight: normal;
   text-transform: none;
}

#wblMenu li ul li a.last { border-bottom: 3px solid black;  }

#wblMenu li ul li a:hover {	
   background: #cccccc;
}

/* -- FRIEND'S -- */
#friend {
	width: 960px;
	clear: both;
	margin: auto;
	padding: 20px;
	background: white;
	margin-top: 10px;
}

#friend h3 {
	text-transform: uppercase;
	color: #999999;
}

#friend img {
	margin-top: 10px;
	margin-left: 30px;
}

/* -- FOOTER -- */
#footer {
	padding: 10px 10px 20px 10px;
	width: 980px;
	margin: auto;
	margin-top: 10px;
	font-size: 11px;
}

#footer a {
	border: none;
	color: #151a3a;
	text-decoration: none;
}

#footer a:hover {
	border: none;
	color: #0090d5;
	text-decoration: none;
}

#footer .left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#left div.galleryItem { clear: both; padding-bottom: 10px; margin-bottom: 10px;}
#left div.gallerySeparator { clear: both; height: 10px; margin-top: 10px;}
#left div.galleryItem div.title { padding-top: 5px; padding-bottom: 5px; }
#left div.galleryItem div.title a { font-size: 16px; }
#left div.galleryItem div.images div.singleImage { float: left; background: #f2f2f2; width: 188px; height: 110px; padding: 6px; margin-left: 1px; margin-right: 1px; }
#left .paging { clear: both; margin-top: 15px; }

#stats { clear: both; padding-top: 10px; }

#left .article h2 a { line-height: 1.1em; }

#allNewsLink { width: 100%; text-align: center;}
#allNewsLink a { font-size: 16px; }

div.message { padding: 10px; border: 2px solid red; color: red; font-size: 18px; text-align: center; width: 100%; }
