html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: ThreedLightShadow;
	background-image: url("pozadie.jpg");
	background-repeat: repeat;
	font-family: Arial;
	color: #303030;
	font-size: 0.85em;
} 
body{
	margin: 0;
	padding: 0; 
} 

#pagewidth{ 
 width:1024px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 margin-top:15px;
 /*border-top:3px solid black;
 border-bottom:3px solid black;
 background-image:url("6 High Resolution Metal texture_05.jpg");
 background-repeat:repeat; */
} 
 
#header{
	position: relative;
	height: 170px;
	/*background-color: #FFFFFF;
	background-image: url("6 High Resolution Metal texture_06.jpg");*/
	background-repeat: repeat;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom: 5px double Red; 
	border-top:1px solid white;
 border-left:1px solid white;
 border-right:1px solid white;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
} 

#vrch{
 position: relative;
	height: 45px;
	background-image: url("vrch.png");
   background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;*/
} 
 
#content{
 padding-top:10px;
 /*padding-left:10px;
 padding-right:10px;*/
 
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative;
 background-image: url("leftcol.png");
 background-repeat: no-repeat;
 height:410px;
 padding-left:5px;
 padding-right:6px;
 padding-top:5px;
 font-size: 0.95em;
 line-height: 25px;
}

#leftcol a{
	float: left;
	/*background-color: #E2CFF0;*/
	line-height: 30px;
	height: 30px;
	width: 170px;
	vertical-align: middle;
	padding-left:7px;
}

#leftcol a:hover {
	background: url('linkactive.png') left no-repeat;
	/*background-color: #3d1d4d;
	width: 160px;
	height: 30px;*/
	text-decoration: none;
	color: white;
   vertical-align: middle;
}

#leftcol a.menu_active {
background: url('linkactive.png') left no-repeat;
color: white;
} 



/*#leftcol a:active {
	background-color: #3d1d4d;
	width: 160px;
	height: 30px;
	text-decoration: none;
	color: white;
   vertical-align: middle;
	background: url('linkactive.png') center no-repeat;
}*/

#maincol{
	float: left; 
	/*border-top: 3px solid black;*/
	width: 620px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
 
#rightcol{
 width:180px; 
 float:left; 
 position:relative; 
 border-left:1px solid white;
 line-height: 25px;
 height:700px;
 padding-left:5px;
 padding-right:5px;
 padding-top:15px;
 text-align:left;
 font-size: 0.75em;

}
 
 
#footer{
	height: 65px;
	width: 1004px;
	/*background-color: #FFFFFF;*/
	clear: both;
	border-top: 1px solid grey;
	/*border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;*/
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
	background-image: url("backfooter.jpg");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.75em;
} 
 
a {
	font-weight: bold;
	color: #57266e;
	font-size: 1em;
}

a:link {
	color: #57266e;
	text-decoration: none;
}
a:visited {
	color: #57266e;
	text-decoration: none;
}

a:active {
color : #57266e;
font-weight : bold;
text-decoration : none;
}

a:hover {
	color: #57266e;
	text-decoration: underline;
	font-weight: bold;
}

ul {
padding-right : 2.3em;
}

/*p, hr {
margin-top : 2px;
margin-bottom : 2px;
}*/
 
h1, h2, h3, h4 {
	color: #863093;
	font-weight: bold;
	text-transform: uppercase;
}

h1{font-size:1.3em; text-align:left; margin-top:-20px;  }
h2{font-size:1.2em; text-align:left;  }
h3{font-size:1.1em; text-align:left;  }
h4{font-size:0.95em; text-align:left;  }
h6{font-size: 0.8em;	text-align: center;	font-weight: normal;	font-style: italic; margin-top:-8px;color: gray; }



/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 166px;
	height: 166px;
	text-align: center;
	
}
.gallery li:hover img {
	border-color: #000;
	background: #ddd;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #57266e;
}
.newversion {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}
.newversion a img {
	background-color: transparent;
	color: white;
	border: none;
	text-decoration: none;
}
.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.backlink a {
	font-size: 10px;
	text-decoration: none;
	color: #57266e;
}
.backlink a:hover,
.backlink a:visited:hover {
	color: #57266e;
}
img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: #57266e;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #57266e;
}
a {
	color: black;	
}
#container {
	overflow: auto;
	width: 100%;
	text-align: center;
}
.hidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
}