
/*
	DETELJICA
*/

html{}

	html body{
		margin: 0px;
		padding: 0px;
		background: url(../images/body_bkg.gif) repeat-y #FFC;
	}
	
		html body #head{
			position: absolute;
			width: 100%;
			height: 167px;
			background: url(../images/head.jpg) no-repeat #FFF;
		}
		
			html body #head #menu{
				margin-left: 519px;
				padding: 19px 20px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				color: #000;
				line-height: 16px;
			}
			
				html body #head #menu a{
					text-decoration: none;
					color: #00A650;
				}
				
					html body #head #menu a:hover{
						text-decoration: underline;
					}
		
		html body #corners{
			position: absolute;
			top: 167px;
			left: 494px;
			width: 45px;
			height: 20px;
			background: url(../images/corners.gif) no-repeat;
			z-index: 1;
		}
		
		html body h1{
			margin: 0px 0px 17px 0px;
			padding: 20px 0px 0px 20px;
			border-bottom: solid 1px #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			line-height: 12px;
			letter-spacing: 1px;
		}
		
		html body h2{
			margin: 0px 20px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: x-small;
			font-weight: bold;
		}
		
		html body h3{
			margin: 0px 0px 20px 20px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: medium;
			font-weight: bold;
		}
		
		html body p{
			margin: 0px 20px 20px 20px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: x-small;
			line-height: 1.5em;
		}
		
			html body p.post{
				margin: 0px 0px 20px 0px;
				padding: 0px 20px 20px 20px;
				border-bottom: solid 1px #000;
			}
		
		html body ul, html body ol{
			margin-right: 20px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: x-small;
		}
		
		html body #left{
			position: absolute;
			top: 167px;
			width: 514px;
			overflow: hidden;
			border-right: solid 5px #FFF;
		}
		
			html body #left h1{
				background: #6C6;
			}
			
			html body #left a{
				color: #00A650;
				text-decoration: none;
			}
			
				html body #left a:hover{
					text-decoration: underline;
				}
			
			html body #left #path{
				margin: 0px 0px 17px 0px;
				padding: 11px 0px 9px 20px;
				border-bottom: solid 1px #000;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 12px;
				background: #6C6;
			}
			
				html body #left #path a{
					color: #FFF;
				}
				
			html body #left form{
				margin: 0px;
				padding: 20px;
				border-top: solid 1px #6C6;
			}
			
				html body #left form label{
					display: block;
					width: 150px;
					margin-bottom: 5px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
				}
				
				html body #left form .text{
					width: 466px;
					margin-bottom: 5px;
					border: solid 1px #00A650;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
				}
				
			html body #left .button{
				margin-top: 5px;
				padding: 5px;
				border-top: solid 1px #9C6;
				border-left: solid 1px #9C6;
				border-bottom: solid 1px #060;
				border-right: solid 1px #060;
				background: #00A650;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #FFF;
			}
				
			html body #left table{
				margin: 0px 20px 20px 20px;
				border: none;
			}
			
				html body #left table th,
				html body #left table td{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: x-small;
					font-weight: normal;
					color: #000;
					text-align: left;
				}
				
				html body #left table th{
					width: 250px;
				}
				
				html body #left table td{
					width: 140px;
				}
		
			html body #left #footer{
				border-top: solid 1px #000;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: x-small;
				color: #000;
				text-align: left;
			}
			
				html body #left #footer div{
					float: left;
					padding: 20px 40px 20px 20px;
				}
		
		html body #right{
			position: absolute;
			top: 167px;
			left: 519px;
			width: 257px;
		}
		
			html body #right h1{
				background: #FFDE00;
			}
			
			html body #right p.list{
				margin-bottom: 10px;
			}
			
			html body #right a{
				color: #F60;
				font-weight: bold;
				text-decoration: none;
			}
			
				html body #right a:hover{
					text-decoration: underline;
				}
			
				html body #right a.more{
					display: block;
					text-align: right;
				}
