@charset "utf-8";
/* CSS Document */
body { margin:0; padding:0; background-color:#006600; font-family:arial;}
.clear { clear:both;}
img { border:0;}
h2 { font-size:19px;}
h3 { font-size:14px; font-weight:normal;}
#header { width:100%; height:296px; background-color:#FC0; background-image: url(images/header.jpg); background-position:center;}
#middle { width:100%; background-color:#4396CA; background-image: url(images/middle.jpg); background-position:center; background-repeat:repeat-y;}
	#meniu {}
	#meniu ul { list-style:none; margin:0; padding:0;}
	#meniu li { width:213px; float:left; padding:3px; background-color:#FEB006; text-align:center; }
	#meniu ul li a:link { font-weight:bold; font-size:15px; color: #000; text-decoration:underline;  }
	#meniu ul li a:visited { font-weight:bold; font-size:15px; color:#000; text-decoration:underline; }
	#meniu ul li a:hover { font-weight:bold; font-size:15px; color:#09F; text-decoration:underline; }
	#meniu ul li a:active { font-weight:bold; font-size:15px; color:#000; text-decoration:underline; }
	
	.content_holder { width:950px; margin:0 auto;}
	#stanga { float:left; width:660px; padding:20px; text-align:justify;}
		#stanga p { padding-left:10px; line-height:22px;}
		#stanga a:link { color:#F30; }
		#stanga a:hover  { color:#09F; }
		#stanga a:visited  { color:#F30; }
		#stanga a:active  { color:#F30; }
		
	#dreapta { float:left; width:235px; padding-left:10px;}
#footer { width:100%; background-color:#006600; background-image: url(images/footer.jpg); background-position:top; background-repeat:no-repeat;}
#footer_text { width:100%; font-size:17px; color:#000; font-weight:bold;}
