* {
	margin: 0;
	padding: 0;
}

body {
	scrollbar-3dlight-color: #D3D3D3;
    scrollbar-arrow-color: #708090;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-highlight-color: #D3D3D3;
	scrollbar-shadow-color: #D3D3D3;
}

body {
	font-family: trebuchet ms, sans-serif;
	color: #203745;
	font-size: 11px;
	text-align: center;
	min-width: 1200px;
	margin-bottom: 0px;
	padding-top: 0px;
	background: #ffffff url(pictures/body.jpg) repeat-y top center;
}


html>body {
	font-size: 11px;
}


/* layout */

#main {
	width: 800px;
	padding: 0px 10px;
	margin: 0 auto;
	background: url(pictures/background-top.jpg) no-repeat top center;
}

a {
	color:#203745;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#ff0000;
	text-decoration: underline;
}

img#mainfoto {
	float: right;
	margin: 0px 0px 0px 10px;
}

img#leftfoto {
	float: left;
	margin: 0px 10px 0px 0px;
}

#footer {
	width: 785px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	color: #000000;
	font-size: 90%;
	display: block;
	clear: both;
}

/* koniec layout */

#leftside {
	width: 235px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 0px 0px;
	float: left;
}

#logo a {
	width: 235px;
	height: 30px;
	display: block;
	clear: both;
}

#leftside ul {
	width: 172px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 33px 20px 30px;
}

#leftside ul li {
	width: 170px;
	list-style: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 7px 0px;
}

#leftside ul li a {
	width: 145px;
	display: block;
	cursor: hand;
	padding: 5px 0px 5px 25px;
}

#leftside ul li a, h2 {
	background: #EFF4F6 url(pictures/sipka.gif) no-repeat center left;
	color: #203745;
	font-weight: bold;
	border: #7E98A5 1px solid;
}

#leftside ul li a:hover {
	background: #ffffff url(pictures/sipka.gif) no-repeat center left;
	color: #ff0000;
	text-decoration: none;
}

/* brucho */

#brucho {
	width: 550px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 220px 15px 10px 0px;
	float: right;
	border-bottom: #939598 1px dotted;
}

#brucho ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 30px;
}

#brucho span {
	font-size: 120%;
}

a#viac {
	clear: both;
	display: block;
}

#left-brucho {
	width: 270px;
	text-align: justify;
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}

#right-brucho {
	width: 269px;
	text-align: justify;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	border-left: #939598 1px dotted;
}

#center {
	text-align: center;
	}

/* koniec brucho */


/* headers */

h1, h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width: 780px;
	height: 199px;
	font-size: 110%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 0px;
	border-bottom: #8AB4A2 0px solid;
}

h1 span {
	display: block;
	position: absolute;
}

h2 {
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 10px 0px;
	color: #203745;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

/* koniec headers */


/* par */

input, textarea, select {
	font-size: 100%;
	width: 400px;
	background: #EFF4F6;
	color: #203745;
	font-weight: bold;
	border: #7E98A5 1px solid;
	padding: 2px 5px 2px 5px;
}

input#submit {
	width: 100px;
	margin: 20px 0px 0px 0px;
	cursor: hand;
}

img {
	border: 0px;
	vertical-align: middle;
}

/* koniec par */

#brucho table {
	font-family: trebuchet ms, sans-serif;
	width: 100%;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#brucho table td {
	text-align: center;
	border: #7E98A5 1px solid;
}

#brucho table.gallery td {
	text-align: center;
	border: #7E98A5 0px solid;
}

#brucho table#form td {
	text-align: left;
	border: #7E98A5 0px solid;
}

.tab1 {
	background: #7E98A5;
	color: #ffffff;
	font-weight: bold;
}

