body,td,th {
	font-family: Tahoma, Verdana, Geneva, Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 1.5em;
}
body, html {
	margin: 0px;
	height: 100%;
}
body {
	background-color: #999999;
	background-image: url(img/bgTile.png);
	background-repeat: repeat;
	background-position: top;
	text-align: center;
}
a:link {
	color: #4d4d4d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #4d4d4d;
}

.Nadpis {
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #4d4d4d;
	
}
.Nadpis_blue {
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #7d8acc;
		
}
.right {
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 10pt;
	float: right;
	margin-right: 40px;
		
}
.Nadpis_red {
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #C30203;
	
}
.text_red {
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 10pt;
	color: #C30203;
	
}
#main {
	width: 776px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
	
}
body>#main {						/* non IE browser */
	height: auto;
}

/* main boxes */
#bTop {
	height: 20px;
	background-image: url(img/bShadow_top.png);
	position: static;
}
#bEnd {
	width: 776px;
	height: 20px;
	background-image: url(img/bShadow_end.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}
#page {
	width: 760px;
	/*height: 100%;
	min-height: 100%;*/
	position: relative;
	border-top: none;
	margin-left: 8px;
	margin-bottom: 20px;
}

/* page boxes */
#header {
	width: 758px;
	height: 192px;
	border: 1px solid #ffffff;
	margin: 0px;
	}

#bar {
	width: 758px;
	height: 28px;
	background-image: url(img/bgBar.png);
	background-repeat: repeat-x;
	margin: 1px 1px;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

#menu {
	width: 220px;
	height: 174px;
	position: absolute;
	left: 1px;
	top: 225px;
	
}

#table_menu_or {
	width: 220px;
	height: 29px;
	background-image: url(img/menu_orange.gif);
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #4d4d4d;
	
}

#table_menu_bl {
	width: 220px;
	height: 29px;
	background-image: url(img/menu_blue.gif);
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #4d4d4d;
}

#content {
	width: 510px;
	height: 150px;
	margin-left: 230px;
	position: static;
	text-align: center;
	padding: 1em 0px;
	
}

#content2 {
	width: 740px;
	margin-left: 10px;
	position: static;
	padding: 1em 0px;
	
}

#content_2A {
	width: 525px;
	margin-left: 230px;
	position: static;
	padding: 1em 0px;
	
}

#content_2B {
	width: 220px;
	position: static;
	left: 1px;
	top: 400px;
	margin-left: 4px;
	position: static;
	padding: 1em 0px;
	
}

/* assets styles */

#bar h3 {
	display: block;
	width: 538px;
	height: 20px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 50%;
	overflow: hidden;
	margin-top: -10px;
	padding: 0px;
	float: right;
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #4d4d4d;
}


DIV.galerie {
	width: 408px;
	height: 91px;
	margin-left: 20px;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1px 2px 1px 2px;
	/*border: 2px solid #000;*/
	background-color: #fff5e7;
	border-left: 6px solid #ff9900;
	
}

DIV.galerie IMG {
	border-width: 0px;
	margin: 3px;
	float: left;
}

IMG.thumb {
	float: right;
	margin: 0px 0px 0px 10px;
	}