/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

html, body {
	background-image:url(img/background.gif);
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
	
#container {
	width: 915px;
	margin: 0 auto;
	}

	#top {
		width: 915px;
		height: 131px;
		clear: both;
		}

		#kisobran {
			width: 250px;
			height: 131px;
			float: left;
			}

		#adresa {
			width: 380px;
			height: 100px;
			float: left;
			text-align: left;
			padding-top: 31px;
			padding-left: 12px;
			}

		#logo {
			width: 273px;
			height: 131px;
			float: left;
			}


	#content {
		width: 915px;
		clear: both;
		background-image:url(img/background_content.gif);
		}
		
		#menu {	
			width: 250px;
			float: left;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			}
		
		#menu ul {
			list-style: none;
			padding-top: 10px;
			}
		
		#menu ul li {	
			clear: both;
			float: right;
			}
		
		#menu ul li a {	
			padding-top: 5px;
			padding-bottom: 5px;
			display: block;
			padding-right: 10px;
			color: #fff;
			text-decoration: none;
			
			}
		
		#menu ul li.active a {
			color: #FFFF00;
			}
		
		#menu ul li a:hover {
			color: #FFFF00;
			}
		

		#text {
			width: 630px;
			float: left;
			color: #fff;
			text-align: left;
			padding-left: 15px;
			padding-top: 25px;
			padding-right: 20px;
			font-size: 14px;
			}
		
		
		#footer	{
				width: 665px;
				height: 22px;
				clear: both;
				margin: 0 auto;
				background-image:url(img/footer_background.gif);
				background-position: 250px 0px;
				background-repeat: no-repeat;
				padding-top: 12px;
				font-size: 11px;
				color: #CCCCCC;
				padding-left: 250px;
				}
				
			#footer a { 
				color: #fff;
				text-decoration: none;
				}
				
				
			
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  				