/* MARKMÁL þýðingarstofa */

/* Skema */

	* {
		margin: 0;
		padding: 0;
	}

	body {
		background: #DAE0E0;
		color: #222;
	}

	a {
		color: #C62D14;
		text-decoration: none;
	}

	#grunnur {
		background: url('../grafik/grunnur.png') top no-repeat;	
	}
		
	#grein {
		margin: 60px;
	}
		
	img	{
		border-style: none;
	}
	
	#tenglar a {
		color: #222;
	}
	
	#tenglar a:hover {
		color: #888;
	}
	
	#fotur {
		color: #222;
	}

	#solutexti {
		color: #6f6657;
	}
	
	#solutexti h3 {
		color: #888;
	}
	
	#meginmal {
		background: url('../grafik/meginmal.png') bottom no-repeat;
	}
	
	#efri {
		position:relative;
		height:500px;
	}
	
	#nedri {
		background: url('../grafik/hvitt.png');
		height:200px;
		width: 950px;
	}
	
	/* Takkar */
	
	.clear { /* generic container (i.e. div) for floating takkis */
	    overflow: hidden;
	    width: 100%;
	}

	a.takki {
		background: transparent url('../grafik/hafasamband.png') no-repeat scroll top right;
	    color: #444;
	    display: block;
	    float: left;
	    font: normal 12px arial, sans-serif;
	    height: 150px;
		width: 150px;
	    margin-right: 6px;
	    padding-right: 0;
	    text-decoration: none;
	}

	a.takki span {
	    display: block;
	    line-height: 14px;
	    padding: 0;
	}
	
	a.takki:active {
	    background-position: bottom right;
	    color: #000;
	    outline: none; 
	}

	a.takki:active span {
	    background-position: bottom left;
	    padding: 6px 0 4px 18px;
	}
	
/* FIN */
