
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

		body{
			background: url('images/bg.png') white;
			text-align: center;
			font-family: Verdana, Arial, Sans-Serif;
			font: 67.5% Verdana, Arial, Helvetica, sans-serif;
			color: #2B2B31;
			line-height: 1.3em;
		}
		div#all{
			width: 800px;
			min-height: 540px;
			margin: 0px auto;
			margin-top: 10px;
			background: #F0F3EC url('images/render.png') center 75px no-repeat;
			border: 1px solid #2C2B31;
			overflow: hidden;
			padding-bottom: 10px;
			text-align: left;
		}
		
		div#header{
			background: #2C2B31 url('images/glider.png') no-repeat 10px;
			color: white;
			padding: 5px;
			height: 70px;
			position: relative;
		}
		
		div#header div#lang{
			position: absolute;
			right: 10px;
			top: 10px;
		}
		
		div#lang a{
			display: block;
			float: left;
			margin-left: 5px;
			width: 18px;
			height: 12px;
			background-image: url('images/flagi.png');
			background-repeat: norepeat;
			text-indent: -9000px;
		}
		a#pl{background-position: 0px -12px;}
		a#en{background-position: -18px -12px;}
		a#pl.selected, a#pl:hover{background-position: 0px 0px;}
		a#en.selected, a#en:hover{background-position: -18px 0px;}
		

	 	div#menu{
			background: #2C2B31 url('images/h.png') no-repeat;
			color: white;
			overflow: hidden;
			height: 33px;
		}
		
		div#menu ul{
			list-style-type: none;
			overflow: hidden;
			margin-top: 10px;
		}
		
		div#menu ul li{
			float: left;
			margin-left: 0px;
		}
		div#menu ul li a{
			display: block;
			width: 60px;
			padding: 5px 10px;
			border-top: 1px solid #08BFFD;
			text-align: center;
			font-weight: bold;
		}

		div#menu ul li a:hover, div#menu ul li a.selected, div#menu ul li a.selected:hover{
			text-decoration: none;
			border-top: 1px solid orange;
			background: url('images/menu.jpg') no-repeat 0px -24px;
			color: orange;
			
		}
		div#menu ul li a.selected{
			background: url('images/menu.jpg') no-repeat 0px 0px;
			border-top: 1px solid #08BFFD;
			color: #08BFFD;
		}

		
		div#content{
			padding: 3px 10px;
			clear: both;
		}
		
		div#column1, div#column2{
			width: 400px;
			float: left;
			margin-left: 20px;
			padding-top: 10px;
		}		
		div#column2{
			border-left: 1px solid #2C2B31;
			padding-left: 20px;
			width: 300px;
		}

		div#footer{
			text-align: right;
		}

		div#column1 p, div#column2 p{
			text-align: justify;
		}
		
		h1{
			font-size: 150%;
			margin-bottom: 10px;
			margin-left: 50px;
			margin-top: 30px;
		}
		
		h2{
			font-family: 'Times New Roman';
			font-size: 200%;
			margin-bottom: 10px;
		}
		
		h3{
			font-family: 'Times New Roman';
			font-size: 170%;
			margin-bottom: 10px;
		}
		
		
		a{
			color: #08BFFD;
			text-decoration: none;
		}
		a:hover{
			text-decoration: underline;
			color: orange;
		}
		

	
		div#header img{
			width: 40px; 
			height: 40px; 
			margin: 10px; 
			vertical-align: top;
			float: left;
		}
		
		h1 a:hover{
			color: #08BFFD;
			text-decoration: none;
		}
		
		h1 span{
			color: orange;
		}
		
		div#header em{
			color: #7B7A7F;
			margin-left: 50px;
			font-family: Tahoma;
		}
		
		div#column1.all{
			width:75%;
		}
		
		table#omnie tbody tr th, table#omnie tbody tr td{
			padding: 1px 5px;
			vertical-align: top;
		}
		
		
		div#column1 ul{
			margin-top: 5px;
			margin-bottom: 20px;
			margin-left: 20px;
		}
		
		dl{
		}
		
		dt{
			font-weight: bold;
		}
		dd{
			margin-left: 20px;
			margin-bottom: 10px;
			position: relative;
		}
		dd ul{
			list-style-type: disc;
		}
		
		acronym, abbr{
			border-bottom: 0px solid red;
			cursor: help;
			font-family: 'Arial';
			background: url('images/acronym.png') repeat-x 0px 12px;
		}
		
		input.button{
			padding: 2px 5px;
		}

		div#column2 img{
			border: 1px solid black;
			margin: 5px;
			width: 50px;
			float: left;
		}