@charset "UTF-8";
/* CSS Document */

* 
{
margin:0px;
padding:0px;
	
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	background-color:#900;
}
a {
	text-decoration:none;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	
.header {
	height:200px;
	background-color:#ccc;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:left;
	margin:0px;
	
	border-radius:0px 0px 5px 5px;
	background-image:url(../pictures/kolaricback.jpg);
	background-size:cover;
	background-position:center;
}
.header h1 {
	padding:50px;
}

.navMain {
	height:20px;
	width:500px;
	margin:0px auto;
	text-align:center;
}

.navButton {
	font-size:20px;
	height:25px;
	width:100px;
	background-color:#CCC;	
	border-radius:0px 0px 5px 5px;
	text-align:center;
	display:inline-block;
}
.navButton:hover {
	font-size:20px;
	height:25px;
	width:100px;
	background-color:#900;	
	border-radius:0px 0px 5px 5px;
	text-align:center;
	display:inline-block;
}

.content {
	clear:both;
	border-radius:5px;
	box-shadow:0px 0px 3px;
	padding:10px;
	margin:20px auto;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
}

.footer {
	height:20px;
	width:75%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ccc;
	color:white;
	text-align:right;
	margin:10px auto;
	padding:5px 20px 0px 20px;
	border-radius:5px;
	clear:both;
	}
 #eho {
	color:red; 
 }
.wrapper {
	border-radius:0px 0px 5px 5px;
	border:1px solid #CCC;
	width:75%;
	box-shadow:0px 0px 10px #000;
	margin:auto;
	padding:0px 20px;
	background-color:#FFF;
	clear:both;
	}
	
.banner {
	background-color:#900;
	margin:10px auto 0px auto;
	border-radius:5px 5px 0px 0px;
	color:white;
	padding:0px 20px;
	clear:both;
}
.section {
	border:1px dashed #CCC;
	border-radius:5px;
	padding:5px 20px;
	margin:10px auto;
	
	
	}
table {
	margin:10px auto;
	}
	
.film td img {
	margin:auto;
	border:hidden;
	width:100%;
}
table th {
	color:#900;	
}
table tr {
	border:1px solid #666;
	}	
table td {
	width:220px;
	
	text-align:center;
	
}

table.gallery {
	width:75%;
	border-radius:5px;
	margin:5px auto;
}
table.gallery td {
	max-width:80px;
	max-height:60px;
	border-radius:5px;
	margin:5px auto;
	
	}
.thumb {
	width:80px;
	height:60px;
	}
	
.thumb a:hover {
	border:1px solid #666;	
}
.opisGallery {
	color:#666;
	background-color:white;
	border-radius:0px 0px 5px 5px;
	box-shadow:0px 0px 3px #666;
	padding:5px 20px;	
	
}
.gallery td img {
	margin:auto;
	border:hidden;
	width:100%;
	max-height:100%;
}
.navcode {
	width:150px;
	heigth:150px;
	float:right;
	margin:10px;
	}
	
.navcode img {
	margin:0px;	
}
.google {
float:left;	
margin:10px;
}
iframe {
max-height:350px;}

.flag img{
	height:30px;
	float:left;
	
}
.clearing {
	clear:both;	
}