/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body {
	background: white; 
	color: #444;
	font: 12px/1.4em Arial, "Trebuchet MS", Tahoma, sans-serif;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }


/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 748px;
	padding: 10px; 
}

.header {position:absolute; margin:0; top:0; left:0; display:block; background: url(gailuak/irudiak/sahara.gif) white center; background-repeat: no-repeat; font-size:4em; z-index:5; color:#fff;
	width: 100%;
	height: 120px;
}

/* left side
   --------- */

.ezkerra {
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
	background: black;
}
	
		
/* right side
   ---------- */
		
.eskubia {
	float: right;
	width: 350px;
	margin: 0 0 10px 30px;
	background: black;
	color: white;
}
	.right h3 {
		background: black url(images/h3berd.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 9px 0;
	}

</style>
