/*** Huvud Layoutfil ***/

#idEntireShadow {
	background-image:url("../images/bg_entire.png");
	margin:0px auto 0px auto;
	width:681px;
	border-bottom: 2px solid #512727;
	border-top: 1px solid #512727;
	
	padding:0px 113px 50px 108px;}
	
	#idEntire {
		background-image:url("../images/bg_entire2.png");
		background-repeat:no-repeat;
		background-color:#FFF;
		width:681px;
		}
	
		/*** SIDHUVUD ***/
		
		#idHeader {
			margin:0px 0px 20px 0px;
			}
			
			#idLogo {margin-top:5px;margin-left:192px;}
			
		#idBreadCrump {
			line-height:60px;
			border-bottom:1px solid #9d9d9d;
			color:#9d9d9d;
			margin:0px 82px 0px 37px;
			font-size:0.9em;
			margin-bottom:20px;
		}
			
		/*** VÄNSTER COLUMN ***/
		
		#idColumnLeft {
			width:150px;
			margin:0px 70px 0px 10px;
			}
			
			
		/*** HUVUD COLUMN ***/	
		
		
		
		#idColumnMain {
			width:400px;
			}
				
			
			/*** KATEGORI ***/	
	
			#idCategory {
			margin-bottom:20px;	
			height:50px;
			
			}
				.clsCategoryText {
				margin: auto 0px auto 0px;
				font-size:1.45em;
				font-weight:bold;
				line-height:20px;
				font-family:Georgia, "Times New Roman", Times, serif;
				}
			
			
			
			
			.clsContent .clsImageWrapper {
				margin-left:10px;
				margin-top:15px;
				width:170px;
				}
				
				.clsImageWrapper .clsImageText {
					font-style:italic;
					font-size:0.85em;
					text-align:right;
					margin-bottom:10px;
				}
			
			.clsImageBig {
				margin-bottom:15px;
			}
			
			.clsFiles {
				margin-top:20px;}
				
				.clsFiles .clsLabel {
					font-weight:bold;
					border-bottom:1px solid #9d9d9d;
					margin-bottom:10px;
				}
				
				.clsFiles a {
					font-size:0.9em;
					margin-left:20px;
					margin-top:10px;
				}


		/*** SIDFOT ***/

		#idFooter {
			padding-bottom:10px;
			margin:50px 0px 0px 37px;
			text-transform:uppercase;
			color:#f19197;
			font-size:0.7em;
		}

		/*** DIVIDER ***/
		.clsDivider {
		margin-top:20px;margin-bottom:10px;	
		}


/*** Form & produktion ***/
#idAuthor {
	color:#666;
	font-size:0.8em;
	margin:420px 0px 40px 0px;
}
#idAuthor a{
	color:#666;
}
			
			
			
