	#main_left {
		position: relative;
		width: 500px;
		margin: 0 50px 10px 67px;
		padding: 0;
		float: left;
	}
	
	#main_left a {
		color: #262626;
		text-decoration: none;
		border-bottom: 1px #262626 dotted;
	}
	#main_left a:hover {
		border-bottom: 1px #262626 solid;
	}	
	
	#main_left #photocontent img.photo{
		clear:none; 
		padding: 0; 
		margin: 0 5px 5px 0;
		border: 6px solid #dedede;
	}	
	
	#main_left #photocontent a{
		border: none;
	}		
	
	#main_right {
		position: relative;
		width: 267px;
		margin: 0 66px 35px 0;
		padding: 0;
		float: right;
	}

		#main_right ul {
		margin: 0;
		margin-top: 0;
		padding: 0 0 15px 0;
		list-style-type:none;
		}
		
		#main_right li {
		margin-bottom: 7px;
		}
		
		#main_right img {
		border: none;
		vertical-align:middle;
		padding-bottom: 3px;
		padding-right: 5px;
		}
	
		#main_right a {
			color: #002d62;
		}
				
	#main_clear {
		clear: both;
	}
	
	#tekstvak_header {
		background: url(../img/tekstvak_header.png) no-repeat;
		height: 20px;
		width: 267px;			
	}
	
	#tekstvak_main {
		background: url(../img/tekstvak_main.png);		
		padding: 10px 12px 10px 12px;
		color: #fff;
		font-size: 28px;
		line-height: 130%;
	}

	#tekstvak_footer {
		background: url(../img/tekstvak_footer.png) no-repeat;
		height: 20px;
		width: 267px;						
	}