/*"Opium" by Daniele Marletta*/
/* basic elements */
html {
	height: 100%;
}
body { 
	background-color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:  url('razvod/sfondo.gif');
	background-repeat: repeat-y;
	background-position:  center 50%;
	
	}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  text-indent: 1em; }
  }

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: justify;
  text-indent: 1em; }

a:link {
  color: #2268BD;
	text-decoration: none;
	}
a:visited { 
	color: #2268BD;
	text-decoration: none;
	}
a:hover, a:active { 
	color: #f00;
	text-decoration: none;
	}


/* specific divs */
#container { 
	position: relative;
	width: 750px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	border:0px;
	text-align: left;
	}
	
#intro { 
	position: absolute;
	width: 750px;
	height: 380px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border:0px none;
	background: url('razvod/figura3.jpg') no-repeat 150px 0px !important;
	
	}

#quickSummary { 
	position: absolute;
	width: 143px;
	height: 190px;
	overflow: auto;
	left: 0px;
	top: 10px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 9px;
	color:#fff;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	}

#supportingText {
	position: absolute;
	width: 750px;
	left: 0px !important;
	left: 1px;
	top: 88px;
	text-align: left;
	}
#explanation {

	padding-top:0px;
	margin-left:199px;
	margin-right: 50px;
	margin-top:0px;
	margin-bottom:0px

}
#explanation h1 {	
	background: url('razvod/title1.jpg') no-repeat;
	color:#ffffff;
	font-size: 25px;
}

#explanation h2 {	
	padding-left: 5px;
	padding-right: 5px;	
	color: #4f0000;
	font-size: 20px;
}

#explanation p{	
	padding-left: 5px;
	padding-right: 5px;	
}

#footer { 
	text-align: center;
	height: 40px;
	background-color: #000;
	background-image: url('razvod/bottom.jpg');
	background-repeat: no-repeat
	}
#linkList {
	position: absolute; 
	top: 180px;
	width: 150px;
	left: 0px;
	padding: 0px;
	margin:0px;
	}
#linkList2 { 
	margin: 0px;
	padding: 0px;
	color: #fff;
	}
#linkList h3.select { 
	background: url('razvod/select.jpg') no-repeat; 
	margin:0px; 
	width: 150px;
	height: 19px  
	}
#linkList h3.select span {
	display: none;
	}
	
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a { 
	color: #956666;
	}
#linkList li a:active, #linkList li a:hover { 
		color: #fff;
		text-decoration: underline;
	}