		/* Top List + Logo ****************************************************************************/
		div#container_top {
			width: 1000px;
			height: 100px;
		}
		
				div#container_top_left {
					float: left;
					width: 220px;
					height: 100px;
					background: url('top_left.jpg');
				}
				
				div#container_top_logo {
					float: left;
					width: 330px;
					height: 100px;
					background: url('top_logo.jpg');
				}
				
						a#href_logo {
							width: 330px;
							height: 100px;
							display: block;
						}
						
						a#href_logo:hover {
							background: url('top_logo_hover.jpg') no-repeat;
						}
				
				div#container_top_right {
					float: right;
					width: 450px;
					height: 100px;
					background: url('top_right.jpg');
					margin: 0px 0px 0px -6px; /* IE6 hack */
				}
				
		/* Under Top List *****************************************************************************/
		div#container_under_top {
			width: 1000px;
			height: 25px;
			background: url('under_top.jpg');
		}
		
		/* Content ************************************************************************************/
		div#container_content_all {
			width: 1000px;
			display: table;
		}
		
				div#container_content_left {
					float: left;
					width: 235px;
					height: 695px;
					background: url('content_left.jpg');
				}
				
						div#container_content_left_menu {
							float: right;
							margin: 10px 0px 0px 0px;
							width: 100px;
							height: 148px;
						}
								
								/* Container Lang menu ************************************************************/
								div#container_lang_menu {
									width: 83px;
									height: 40px;
									margin: 0px 0px 0px 17px;
									display: table;
								}
								
										a#lang_menu_es { float: left; width: 25px; height: 40px; display: table; }
										a#lang_menu_es:hover { position: relative; right: -1px; background: url('design/es_hover.jpg'); }
										
										a#lang_menu_en { float: left; width: 31px; height: 40px; display: block; }
										a#lang_menu_en:hover { position: relative; right: -1px; background: url('design/en_hover.jpg'); }
										
										a#lang_menu_sk { float: right; width: 26px; height: 40px; display: block; }
										a#lang_menu_sk:hover { background: url('design/sk_hover.jpg'); }
								
								/* Base Menu **********************************************************************/
								div#container_base_menu {
									width: 100px;
									height: 108px;
								}
								
										a#base_menu_home { width: 100px; height: 35px; display: block; }
										a#base_menu_home:hover { background: url('design/home_hover.jpg'); }
										
										a#base_menu_portfolio { width: 100px; height: 35px; display: block; }
										a#base_menu_portfolio:hover { background: url('portfolio_hover.jpg'); }
										
										a#base_menu_contact { width: 100px; height: 38px; display: block; }
										a#base_menu_contact:hover { background: url('design/contact_hover.jpg'); }
				
				/* Content base - Hlavná obsahová čaťť ****************************************************/
				div#container_content_base {
					float: left;
					width: 301px;
					background: url('bg_in.jpg') repeat-y;
				}
						
						/* Container Content Same - Samotný text **********************************************/
						div.container_content_same {
							margin: 5px 10px 0px 10px;
							padding: 0px 0px 5px 0px;
							font-size: 11px;
							text-indent: 15px;
							border-bottom: 1px dotted #29abe2;
						}
								
								.text_indent {
									text-indent: 15px;
								}
								
								.text_nonindent {
									text-indent: 0px;
								}
								
								ul.base_zoznam {
									text-indent: 0px;
									margin: 0px 0px 0px 10px;
									padding: 0px 0px 0px 0px;
									list-style-position: outside;
									list-style-type: none;
								}
								
								li.base_polozka {
									padding: 15px 0px 0px 0px;
								}
								
								ul.base_zoznam li ul li {
									text-indent: 0px;
									list-style-type: disc;
									margin: 5px 0px 0px 10px;
								}
								
								/* Portfolio Náhľady **************************************************************/
								div.portfolio_shadow {
	float: left;
	width: 94px;
	height: 94px;
	margin: 0px 0px 0px 0px;
	background-image: url(portfolio_shadow.jpg);
								}
								
								img.portfolio_smallimg {
									width: 70px;
									height: 70px;
									margin: 7px 0px 0px 7px;
									border: 5px solid #ffffff;
								}
								
								img.portfolio_smallimg:hover {
									border: 5px solid #fd5171;/*#7bb52e;#fd5171;*/
								}
								
								div.portfolio_content {
	width: 480px;
	display: table;
	margin: 0px 0px 0px 10px;
	align: center;
								}
								
								div.ciara {
									width: 281px;
									height: 15px;
									margin: 0px auto 0px auto;
									border-top: 1px dotted #29abe2;
								}
								
								#swfobj {
									text-align: center;
									padding: 100px 0px 0px 0px;
								}
								
								#object {
									padding: 10px 10px 10px 10px;
									border: 1px solid #dddddd;
								}
				
				div#container_content_right {
					float: right;
					width: 464px;
					height: 695px;
					background: url('content_right.jpg');
					margin: 0px 0px 0px -6px; /* IE6 hack */
				}
		
		/* Copyright **********************************************************************************/
		div#container_copyright {
			width: 1000px;
			height: 105px;
		}
		
				div#container_copyright_base {
					width: 320px;
					height: 105px;
					background: url('design/copyright.jpg');
					margin: 0px 0px 0px 225px;
				}
				
						div#container_copyright_texta {
							width: 195px;
							/*height: 50px;
							padding: 30px 0px 0px 50px;*/
							position: relative;
							top: 18px;
							left: 95px;
							color: #888888;/*#fd5171;*/
							font-size: 11px;
							line-height: 20px;
							text-align: right;
						}
						
								a.val {
									color: #7bb52e;
								}
