/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	text-align:center;
	background-image:url(../img/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0f336e;
	}	
	
h1 {
	font-size: 18px;
	padding-bottom: 8px;
	color: #163e1d;
	/*border-bottom: dotted 1px #CCCCCC;*/
	}	

h2 {
	font-size: 16px;
	padding-bottom: 8px;
	color: #163e1d;
	/*border-bottom: dotted 1px #CCCCCC;*/
	}	

#container {
	width: 949px;
	display: block;
	background-image:url(../img/content_background.gif);
	clear: both;
	margin: 0 auto;
	border: solid 1px #8597b5;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	#head {
		width: 949px;
		height: 172px;
		text-align: left;
		clear: both;
		background-image:url(../img/header_background.gif); 
		padding-top: 15px;
		}

		#head-text {
			width: 510px;
			height: 121px;
			margin-left: 407px;
			margin-top: 0px;
			background-color: #FFFFFF;
			border: solid 1px #c8c8c8;
			padding: 7px;
			font-size: 12px;
			text-align:center;
			}
			
		#head-text img {
			margin-top: 3px;
			}
	
	#main {
		width: 949px;
		display: block;
		clear: both;
		}

		#menu {
			width: 184px;
			text-align: left;
			padding-left: 20px;
			float: left;
			font-size: 12px;
			font-family: Geneva, Arial, Helvetica, sans-serif; 
			}

		#menu ul {
			list-style: none;
			padding-bottom: 3px;
			}
		
		#menu ul li {
			padding-bottom: 3px;
			}
		
		#menu ul li a {
			color: #163e1d;
			text-decoration: none;
			padding-left: 5px;
			/*background-image:url(../img/dot_main.gif);
			background-position: 0px 6px;
			background-repeat:no-repeat;*/
			font-weight: bold;
			}
			
		#menu ul li a:hover {
			color:#000000;
			font-weight: normal;
			text-decoration: underline;
			}	

		#menu li ul {
			margin-left: 20px;
			padding-top: 5px;
			/*padding-left: 20px;*/
			color: #FF0000;
			}

		#menu ul li ul li {
			/*margin-left: 10px;*/

			}
			
		#menu ul li ul li a {
			color: #b5261f;
			text-decoration: none;
			padding-left: 8px;
			background-image:url(../img/dot_sub.gif);
			background-position: 0px 6px;
			background-repeat:no-repeat;	
			font-weight: normal;		
			}
			
		#menu ul li ul li a:hover {
			color:#FF0000;
			font-weight: bold;
			}		
			
		#menu img {
			margin-top: 30px;
			margin-bottom: 10px;
			margin-left: 2px;
			border: solid 1px #7c7c7c;
		}
						
		#main-content {
			width: 720px;
			float: left;
			}

			#text {
				width: 484px;
				float: left;
				text-align: left;
				padding-bottom: 20px;
				padding-right: 15px;
				}
				
			#text ul li {
				margin-left: 20px;
				}
				
			#text a { 
				color: #ff0000;
				padding-left: 18px;
				text-decoration: none;
				background-image:url(../img/dot2.gif);
				background-repeat:no-repeat;
				background-position: 5px 3px;
				font-weight: normal;
				}
				
			#text a img {
				border: solid 1px #000000;
				background-image:none;
				background-position: 0px 0px;
				}
			
			#text a:hover img {
				border: solid 1px #ff0000;
				}
				
			#text .bez {
				background-image:none;
				background-position: 0px 0px;
				}
				
			#text td {
				border: solid 1px #fff;
				}
				
			#text a:hover {
				color: #000000;
				text-decoration: none;
				font-weight: normal;
				}

			#address {
				font-size: 12px;
				padding-left: 10px;
				}
				
			#picture {
				width: 221px;
				float: left;
				text-align:left;
				}
				
			#picture img {
				border: solid 1px #990000;
				}

	#footer {
		width: 949px;
		clear: both;
		background-image:url(../img/footer_background.gif);
		font-size: 10px;
		color: #999999;
		}
		
	#footer a {
		color: #666666;
		text-decoration: none;
		}
		
.zastupnici {
	padding-left: 10px;
	}	
	
#galerija {	
	width: 700px;
	text-align:left; 
	}	
	
#galerija table {
	text-align: center;
	}
	
#galerija td {
	padding: 5px;
	border: solid 1px #CCCCCC;
	background-color: #F7F7F7;
	}
	
#galerija td:hover {
	background-color: #999999;
	}
	
#galerija img {
	border: solid 1px #000000;
	/*padding: 2px;*/
	}	