
/* Layout Stylesheet */ 


body {
 margin: 0px;
 padding:0;
 background: #006666;
 color: #333333;
 }
 
.style1 {color: #FFFFFF}
.style2 {font-size: 16px}
		 
#lijevo {
 position: absolute;
 text-align: center;
 top: 20px;
 left: 20px;
 width: 155px;
 border: 1px solid #3c7796;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 350px;
 }

#desno {
 position: absolute;
 margin: 20px 20px 20px 180px;
 left: 20px;
 width: 805px;
 border: 2px solid #B9B900;
 background: #c0c0c0;
 color: #333333;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #000066;
 }
 
 #desno #malikapetan {
 margin: 20px 20px 20px 100px;
 left: 10px;
 width: 550px;
 border: 2px solid #B9B900;
 background: #c0c0c0;
 color: #000066;
 padding: 2px;
 }
 
 /* links */
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366; 
	text-decoration: underline;
	background: inherit;
}
a:hover {
	color: #FFFFFF;
    background-color: #0074C1;
	text-decoration: none;
}
 
 #nav a { /* de stijlen voor de links in de navigatie */
	margin: 1px 0 0 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #3c7796;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #3c7796;
	color: #B7FFF0;
}

#nav a:hover { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
	color: yellow;
    background-color: black;
	text-decoration: none;
}
