body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #88be7a url('r.png') repeat;
text-align: right;
font : 70%/150% "arial", sans-serif;
color : #000; 

} 


#header {
background: transparent url('bg.png') repeat-x;
height: 442px;
margin: 0 auto;
}

#zet{
left: 0px;
position: absolute;
index-x: 0;
}


#content {
position: absolute;
index-x: 0;
left: 625px;
top: 338px;
width: 217px;
background: transparent;
}

#sidebar{
position: absolute;
index-x: 0;
left: 500px;
top: 375px;
width: 120px;
background: transparent;
text-align: justify;
}

.box{
border: 4px solid #1A8200;
padding: 3px;
text-align: left;
}






h1 {
	background: transparent;
             	color: #1A8200;
border-bottom: 1px solid #1a8200;
	font:18pt "georgia";
	font-weight: normal;
font-style: italic;
	text-align: right;
margin: 0;
}

h2 {
background: #1A8200;
color: #88BE7A;
font: 13pt "georgia";
font-style: italic;
text-align: center;
margin: 0;
}



a:link, a:visited, a:active {
        text-decoration: none;
color: #1A8200;
font-weight: bold;
	cursor: crosshair;
            
}
a:hover { 
	text-decoration: none;
	color: #000000;
font-weight: bold;
	cursor: crosshair;
}




a.nav:link, a.nav:visited, a.nav:active {
        text-decoration: none;
color: #1A8200;
font-weight: bold;
border-right: 10px solid #1a8200;
	cursor: crosshair;
display: block;
margin-top: 1px;
            
}
a.nav:hover { 
	text-decoration: none;
	color: #000000;
font-weight: bold;
border-right: 10px solid #000;
	cursor: crosshair;
display: block;
margin-top: 1px;
}



input, select {
	background: #88be7a;
	font:9.5pt "helvitica", sans-serif;
padding: 5px;
color: #000000;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

input:hover {
border-color: #1a8200;
}

select:hover {
border-color: #1a8200;
}

TEXTAREA {
	color: #000000;
	background: #88be7a;
	font:9.5pt "helvitica", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #1a8200;
}




blockquote { 
background : #88be7a;
text-align : justify; 
color : #000000;  
border-left : 12px solid #1a8200; 
border-right : 12px solid #1a8200;  
border-top : 2px solid #1a8200;
border-bottom : 2px solid #1a8200;
padding : 4px; 
margin: 0;
}  

