/* CSS layout */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 600px;
	color: gray;
font-family: Trebuchet MS,Helvetica;
	background-color: #000;
	background-attachment: scroll;
/*	background-image: url('obrazlink/tlo_1.jpg');*/
	background-repeat: no-repeat;
	background-position: bottom right;
text-align: center;
	
	
}

#masthead {
	width: 100%;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	position: fixed;
	float:right;
	z-index: -1;

}

#top_nav {
	width: 100%;
}

#container {
	min-width: 600px;
	
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	width: 100%;
	clear: both;
	background-attachment: fixed;
/*	background-image: url('obrazlink/mrowki.png');*/
	background-repeat: no-repeat;
	background-position: bottom right;
	position:relative;
	float: right;
 	
}


#tlo {
	width: 100%;
	clear: both;
	background-attachment: fixed;
	background-image: url('obrazlink/mrowki.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position:relative;
	float: right;
	
	
	
}

#stopkaGoogle {font-size: 15px;
text-align: center;
 color: gray;}

/* active links    */
a:focus {
font-size: 12px;
   color: #000;
    text-decoration: none;
}

a:focus:hover {
font-size: 12px;
   color: #000;
    text-decoration: none;
}

a:link {
font-size: 12px;
    color: #FFFF99;
    text-decoration: none;
}

/* unvisited links */
a:visited {
font-size: 12px;
   color: #CC0000;
    text-decoration: none;
}

/* visited links   */
a:hover {
font-size: 12px;
   color: #FFCC00;
    text-decoration: underline;
	 white-space: nowrap;
}

/* user hovers     */
a:active {
font-size: 12px;
   color: #000;
    text-decoration: none;
}

/* active links    */
a:focus {
font-size: 12px;
   color: #000;
    text-decoration: none;
}

a:focus:hover {
font-size: 12px;
   color: #000;
    text-decoration: none;
}


