/* link begin */
a {
	color: #6666cc;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover {
	color: #6666cc;
}
/* link end */


/* page begin */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	background-color: #dbe2ee;
}

body, td, th, li, dt, dd, textarea {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}
/* page end */



/* master begin */
#master {
	position: relative;
	text-align: left;
	font-size: 100%;
	top: 20px;
	min-height: 31em;
	width: 770px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 2px #000000;
}

#container {
	position: relative;
}

pre {
	line-height: 0.9em;
	padding: 0;
}
/* master end */



/* head begin */
#head {
	padding: 0;
	height: 140px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 100%;
	background: #000000 url('logo.jpg') right top no-repeat scroll;
	top: 0;
	margin: 0 auto;
	z-index: 3;
	left: 0;
	border-bottom: solid 2px #000000;
}

#head .wrapper {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 100%;
}

#logo {
	display: block;
	font-size: 100%;
	height: 100%;
	width: 100%;
}

#logo a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
}

#logo a:hover {
	text-decoration: none;
	border-bottom: none;
	background-color: transparent;
}

#logo a span, #logo a strong {
	padding: 0 1em;
	color: #ffffcc;
	text-decoration: none;
	border-bottom: 1px none;
	font-size: 30px;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	position: relative;
	top: -500px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* head end */



/* motto begin */
#motto {
	font-size: 75%;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	z-index: 1;
	width: 100%;
	top: 140px;
	border-bottom: solid 1px #000000;
}

#motto h3 {
	position: relative;
	top: -500px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#motto p {
	margin: 0;
}
/* motto end */



/* menu_column begin */
#menu_column {
	float : left;
	overflow: hidden;
	width: 220px;
	border-left: solid 1px #b0b0b0;
}
/* menu_column end */



/* foot begin */
#foot {
	position: relative;
	clear: both;
	height: 1.5em;
	line-height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
	background-color: #ffffff;
	border-top: solid 1px #000000;
}

#foot p {
	margin: 0 1em;
	font-size: 80%;
	color: #000000;
}

#foot h3 {
	position: absolute;
	top: -500px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

* html #foot {
	width: 100%;
}
/* foot end */



/* document begin */
#document {
	line-height: 1.6em;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
}
/* document end */



/* content begin */
#content {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	padding-bottom: 3%;
}
/* content end */



/* column begin */
#column {
	z-index: 2;
	top: 0;
	overflow: hidden;
}

#column .box {
	margin: 1em 0 1em;
	padding: 0;
	font-size: 100%;
}

#column .box h3 {
	font-weight: bold;
	margin: 0 0 .3em 0;
	padding: 0 1em;
	text-align: left;
	font-size: 100%;
}

#column .box p {
	margin: 0 0 1em;
	padding: 0 .5em 0 1em;
}

#column .box ul {
	margin: 0 0 1em;
	padding: 0 .5em 0 2em;
	list-style: disc;
}

#column .box li {
	margin: 0;
	padding: 0;
}

#column .box li strong {
	font-weight: bold;
}

.menu2 {
	padding-left: 5px;
	font-size: 85%;
}

.menu3 {
}

.menu2 a, .menu2 ul li a, #column .box ul li a {
	text-decoration: none;
	border-bottom: 0px none;
}

.menu2 a:hover, .menu2 ul li a:hover, #column .box ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#column .box li, .menu2 ul li {
	padding-left: 0px;
}

.active {
	border-bottom: 1px solid;
	font-weight: bold;
}

* html #column {
	height: 100%;
	overflow: visible;
}
/* column end */



/* heading begin */
h1 {
	margin: 0 0 .3em 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
}

h2 {
	margin: 1.4em 0 .3em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
}

h3 {
	margin: 1em 0 .3em 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
}
/* heading end */



/* block begin */
p {
	margin: 0 0 1em;
	font-size: 100%;
}

p.info {
	line-height: 1.2em;
	padding: 1em;
	background-color: #ffffaa;
}
/* block end */




/* table begin */
table.border {
	border: 1px solid gray;
}

table.full {
	width: 100%;
}

table.left {
	float: left;
}

table.right {
	float: right;
}

table.center {
	text-align: center;
	margin: .5em auto;
}
/* table end */



/* image begin */
img {
	border: none;
}

img.left {
	float: left;
	border: 1px solid gray;
	margin: .5em .8em .5em 0;
	padding: 0;
}

img.right {
	float: right;
	border: 1px solid gray;
	margin: .5em 0 .5em .8em;
	padding: 0;
}

img.center {
	display: block;
	border: 1px solid gray;
	text-align: center;
	margin: .5em auto;
	padding: 0;
}
/* image end */



/* object begin */
object {
	border: none;
}

object.left {
	float: left;
	margin: .5em .8em .5em 0;
	padding: 0;
}

object.right {
	float: right;
	margin: .5em 0 .5em .8em;
	padding: 0;
}

object.center {
	display: block;
	text-align: center;
	margin: .5em auto;
	padding: 0;
}
/* object end */



/* gallery begin */
a.gallery {
	display: block;
	float: left;
	width: 102px;
	height: 125px;
	margin: .3em 1em;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	line-height: 1.1em;
	font-size: 90%;
}

a.gallery img {
	display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 3px 0;
	border: 1px solid white;
	width: 100px;
	height: 75px;
}

a.gallery:hover {
	background-color: transparent;
	text-decoration: none;
}

a.gallery:hover img {
	background-color: white;
	border: 1px solid black;
	border-top-color: silver;
	border-left-color: silver;
}
/* gallery end */



/* table begin */
table {
	margin: 1em 0;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 100%;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: .1em .5em;
	font-size: 100%;
}

table p, table table, table blockquote, table form {
	margin-top: 0;
}

td.number, th.number, td.date, th.date {
	white-space: nowrap;
	text-align: right;
}
/* table end */



/* form begin */
form {
	font-size: 100%;
}

form table {
	border: none;
	margin: 1em 0 0;
}

form th {
	font-weight: normal;
}

input.long {
	width: 20em;
}

textarea.wide {
	width: 25em;
	height: 7em;
}

tr.submit td {
	text-align: right;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

tr.submit td input {
	width: 7em;
}
/* form end */



/* common begin */
#skip, #navigation {
	position: absolute;
	top: -500px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#clear {
	width: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.error {
	color: #f01000;
}

.nowrap, .nowrap td {
	white-space: nowrap;
}

.clear {
	clear: both;
}

hr {
	display: none;
}
/* common end */



/* article begin */
.preview {
	clear: both;
	margin: 1em 0 0;
	border-top: 1px solid silver;
	padding-top: 1em;
}

.first {
	margin: 0;
	border-top: none;
	padding-top: 0;
}

.preview h2 {
	margin: 0;
	font-size: 120%;
}

.article .top, .preview .top {
	font-size: 90%;
	margin: .7em 0 1em;
}

.preview .bottom {
	font-size: 90%;
	text-align: right;
	margin: 0 1em 0 0;
	clear: both;
}

.article .top span, .preview .top span, .preview .bottom span {
	margin: 0 .3em;
}

.article-list li span {
	font-size: 90%;
	margin-left: .5em;
	font-size: 80%;
	white-space: nowrap;
}
/* article end */

/* discuss begin */
#komentare {
	margin: 2em 0 1em;
	border-top: solid 1px black;
	clear: both;
}

#komentare h2 {
	margin: 0 0 1em;
}

#komentar {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	clear: both;
}

.discuss {
	margin: .5em 0 0;
	padding: 0 0 1em;
	border-bottom: solid 1px silver;
	font-size: 95%;
	line-height: 1.4em;
	clear: both;
}

.discuss h3 {
	font-size: 1em;
	font-weight: normal;
	margin: .5em 0 .5em 0;
}

.discuss h3 strong {
	font-weight: bold;
}

textarea#discuss_text {
	width: 500px;
	height: 250px;
	font-size: 100%;
}
/* discuss end */



/* search begin */
#search {
	margin: 1em 0;
	padding: 0;
	font-size: 100%;
	white-space: nowrap;
	text-align: center;
}

* html #search {
	margin-top: 0;
	padding-top: 1em;
}

#search h3 {
	position: relative;
	top: -500px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#search .search-query {
	font-size: 80%;
	line-height: 1.4em;
	padding: 0;
	width: 60%;
}

#search .search-submit {
	font-size: 70%;
	text-align: center;
	padding: 0;
	line-height: 1.4em;
	width: 25%;
}

#search div div {
	font-size: 80%;
	text-align: left;
	margin: 0 .5em;
	line-height: 1em;
}

#search p {
	font-size: 70%;
	margin: .7em 0 0;
}
/* search end */



/* poll begin */
#anketa {
	margin: 2em 0;
	border-top: solid 1px black;
	clear: both;
}

#anketa h2 {
	margin: 0 0 .5em;
}

.poll p {
	margin: 1em 0;
}

.poll table, .poll ul {
	margin: 10;
}

.poll th {
	font-weight: normal;
}

.poll .graph a {
	text-decoration: none;
	border-bottom: none;
}

.poll .graph img {
	height: 10px;
}

.poll .share, .poll .votes {
	font-size: 80%;
	white-space: nowrap;
}
/* poll end */





